/* Ajusto las propiedades comunes */
body {background: url(/imagenes/index/bg.gif) repeat-x;}
#pagina {position: relative;}
/*#cabecera {height: 98px;}
	#cabecera h1 {margin: 31px 0 0 26px;}
	#cabecera h2 {margin: 15px 20px 0 0;}*/

/*#nav_utilidades {top: 70px; right: 10px;}*/
#menu {position: absolute; left: 155px; background: none;}
#subcabecera {height: 360px; background: url(/imagenes/index/img-sub.png) repeat-x bottom #fff; text-indent: -99999px;}

/* Doy estilo al cuerpo */
#contenido {padding-top: 10px; height: 280px;}	
	#contenido * {font-size: 10px;}
	#contenido div {float: left; width: 244px; }
	#izq {border: solid 1px #e5e5e5; border-left: none;}
	#centro {margin: 0 6px 0 7px; border: solid 1px #e5e5e5;}
	#dch {border: solid 1px #e5e5e5; border-right: none;}
		#contenido div h3 {padding: 9px 0 6px 35px; display: block; border-bottom: solid 1px #e5e5e5; color: #087494; background: url(/imagenes/index/h4-bg.gif) no-repeat; font-size: 13px;}	
		#contenido div ul {height: 97px; padding-top: 1px; background: url(/imagenes/index/ul-bg.gif) no-repeat bottom; color: #087494;}
			#contenido div ul li {margin: 10px 0 0 105px; font-weight: bold;}
		#contenido div p {margin: 7px 0 0 7px; width: 232px; background: url(/imagenes/comunes/sep.gif) repeat-x bottom;}
		p.primero {padding-bottom: 10px;}
		#segundo {padding-bottom: 17px;}
		#tercero {padding-bottom: 29px;}
		#contenido div img {padding: 0 2px 3px 0; background: url(/imagenes/comunes/sep.gif) repeat-x bottom;}
		#contenido div a {margin: 10px 0 15px 8px; padding: 4px 0 5px 23px; width: 97px; display: block; border: solid 1px #e5e5e5; background: url(/imagenes/index/a-bg.gif) no-repeat; color: #087494; font-weight: bold;}
			
