
#cabecera{	
	background:white;
  	width:940px;
  	height:100px;
}

#barraCabecera{
	background:white;
	width:100%; 
	height:100px;
  	/*margin:auto;*/
}
#contenedorCabecera{
	height:50px;
	margin-top:-0px;
	width:940px; 
  /*margin:auto;*/
}

#titulo{
	margin-top:15px;
	 float:left;
	 text-align:left;
	 margin-left:25px;
}

#titulo h1{font-size:2em;}
#titulo h2{font-size:1em;color:#3D4695;}

#logo{
	margin:2px 5px 2px 0px;
	float:right;
}
#grupoa3{ 
	background: url(../images/logos/logo.png);
	width: 111px;
	height: 90px;
}


