/* Hoja de estilo 
----------------------------------------------- 
globales
cabecera
pie
*/

/* globales

----------------------------------------------- */
	html,body {margin:0; padding:0; background:#fff;}
	body {font: 11px "Lucida Sans Unicode", Arial, Helvetica, sans-serif; color: #444;}
	#inicio {
	position:absolute;
	top: 50%;
	left: 50%;
	width:358px;
	height:251px;
	margin-top: -125px; /*set to a negative number 1/2 of your height*/
	margin-left: -179px; /*set to a negative number 1/2 of your width*/
	text-align: center;
}
	
	
  #cabecera {background: #054D5E url(/img/backHead.png) repeat-x; height: 98px; width: 100%; float: left;color: #ddf;}
  #nombre {float: left;font-size: 7px; text-align: center; padding: 28px 0px 0px 131px; background: transparent url(/img/logo.gif) no-repeat 40px center; height: 70px;}
  #nombre strong {font-size: 14px; font-weight: bold; letter-spacing: 1px;}
  #rutas {float: right; padding: 35px 10px 0px 0px; text-align: right;}
  #cabecera a, #pie a {text-decoration: none;color: #ddf;}
  #cabecera a:hover, #inicio a:hover, #pie a:hover {color: #FFBF00;}
  
  #contenido {
    width: 100%;
    float: left;
    background: #fff;
    height: 570px;
  }
  
  
	#pie {background: #054D5E;float: left;width: 100%;font: normal 10px 'trebuchet ms', 'Times New Roman', Times, sans-serif;float: left; color: #ddf; height: 17px; padding: 4px 0px 0px 0px;}
	#pie span {float: right;}
/* elementos
----------------------------------------------- */

form {padding: 0px; margin: 0px;}
h2 {font: bold 13px "Trebuchet ms", Arial, sans-serif;color: #1C3686;margin: 3px 0px 0px 0px;padding: 0px 0px 0px 10px;background: url(/img/elementos/flecha1.gif) left no-repeat;border: 0px;}

.preLoad {display: none; width: 0px; height: 0px;}

a[hreflang]:after {content: "\0000a0["attr(hreflang)"]";color: #999;font-size: 10px;}

/* en paso 2SD, busqueda avanzadaSD, paso3 SD */
.aviso {float: left;	border: 1px solid #ccc; padding: 5px 5px 5px 65px; color: #444; font-family: trebuchet ms, sans; background: #FFF url(/img/elementos/atencion.gif) no-repeat 10px center;margin: 5px 5px 10px 5px;width: 530px;text-align: left;clear: both;}



.b {color: #054D5E; font: bold 11px arial, helvetica, sans-serif; text-decoration: none; letter-spacing: -1px;}
.b:hover {color: #FFBF00;}

img {border: 0px;}
