/* CSS Document */
#cajaHeader{ 
     width:960px;
	 height: auto;
	 background: #FFFFFF;
	 margin:auto;
}
#cajaHeaderLogo{
		width: 438px;
		height: 69px;
		float:left;
		
}

#cajaHeaderBotton{
		width: 512px;
		height: 35px;
		float:left;
}
#cajaHeaderlinne{
		width: 959px;
		height: 3px;
		float:left;
		background:url(/imagenes/header/linea.jpg);
}

.arial_11_blue{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#638FCC;w
padding-top:4px;
}
.arial_11_blue:hover{

color:#4e6fad;
text-decoration:underline;

}