﻿/* 

 ---------------------------------------------------------------------
 UTRALUB | www.UltraLub.com
 Hoja de Estilos Sección Noticias
 Desarrollado por B&MT Business Management Technology | www.bmt.com.ve
 Caracas, Venezuela. 2009
 ---------------------------------------------------------------------
 
*/	

/* ---------------------------------------------------------------------
///// MIDDLE ZONE ///// 
--------------------------------------------------------------------- */
		
	/* ÁREA GENERAL DE CONTENIDO */
	
	.mZone .zoneActiveArea .containerSector .contentBar {
	
	border-left:0px transparent solid;
	border-right:1px #D3D3D3 dotted;	
	background-color:#FFFFFF;
	background-image:none;
	
	}
	
	/* TÍTULO DEL ARTÍCULO */
	
	.mZone .zoneActiveArea .containerSector .contentBar .sectionTitleSector {
	
	width:672px;
	margin:3px auto;
	height:42px;
	background-image:url('../images/sectionTitleGeneric_background.png');
	background-position:left top;
	background-repeat:no-repeat;
		
	}
	
	/* ÁREA DE CONTENIDO DE SEDE PRINCIPAL */
						
	.mZone .zoneActiveArea .containerSector .contentBar .contactContentSector {	
	padding:10px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
		.contactContentSector .imageBar {
		float:left;
		}
		
		.contactContentSector .imageBar img {
		
		border:1px #ACBAC7 solid;
		margin:0 10px 10px 0;
		padding:5px;

		}
		
		.contactContentSector .informationBar {
		
		padding:0 0 0 15px;
		width:500px;
		display:inline-block;
		
		}
		
		.contactContentSector .informationBar h3 {
		padding:7px 0 0 0;
		display:inline-block;
		}
		
		.contactContentSector .informationBar p {
		padding:7px 0 5px 14px;				
		}

		.contactContentSector .informationBar p strong {
		display:inline-block;
		width:100px;
		}


	
