@charset "utf-8";
/* CSS Document */

html,body{
	margin:0;
	padding:0
}
body{
	text-align:center;
	margin:0 auto;
	background:#E8EAE8 url(../images/bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}
.azul{
	color:#38A9A9 !important;
}

#header{
	margin:0 auto;
	height:196px;
	width:876px;
	background-color:#FFF;
	padding:9px 0 0 9px;
	position:relative;
}
	#header-content{
		background:url(../images/head_bg.jpg) repeat-x;
		height:120px;
		width:867px;
		position:relative;
	}
		#logo{
			width:294px;
			height:105px;
			background:url(../images/logo.gif);
			text-indent:-9999px;
			display:block;
			position:absolute;
			top:11px;
			left:14px;
		}
		#telefono{
			width:122px;
			height:53px;
			background:url(../images/telefono.jpg) no-repeat;
			text-indent:-9999px;
			position:absolute;
			top:26px;
			left:733px;
		}
#cuerpo{
	margin:0 auto;
	padding:0;
	width:885px;
}
	#contenido{
	width:876px;
	text-align:left;
	float:left;
	background-color:#FFF;
	padding:13px 0 0 9px;
	}
	#caja-sup{
	width:867px;
	float:left; 
	padding:0;
	line-height:16px;
	padding-top:8px;
	}
		#content-principal{
		width:867px; 
		color:#666666;
		font-size:12px;
		}
		#content-principal ul{
		margin:0;
		padding:0 0 0 12px;
		}
		#content-principal .esp-inf{
		padding-bottom:20px !important;
		}
		#content-principal ul li{
		padding:2px 0;
		}
		ul#submenu{
			width:230px;
			float:left;
			list-style-type:none;
			margin:60px 0 0 0;
			padding:0;
		}
		.borde-sup{
			border-top:1px solid #D2F0F0;
		}
		ul#submenu li{
			width:230px;
			height:31px;
		}
		ul#submenu li a{
			display:block;
			background:url(../images/submenu.jpg) no-repeat;
			text-decoration:none;
			color:#999;
			width:220px;
			padding:8px 0 7px 10px;
			font-size:12px;
			font-weight:bold;
		}
		ul#submenu li a:hover{
			color:#48B5B5;
		}
		ul#submenu li a.active{
			background-position:0 -31px;
			color:#FFF;
		}
		/*estilos para el pie*/
		#pie{
		font-size:12px;
		color:#999999;
		clear:both;
		margin:0 auto;
		height:40px;
		width:885px;
		padding:0;
		text-align:left;
		}
		#pie p{	margin:3px 0;}
		#pie a{	color:#09C8FF; text-decoration:none; border-bottom:1px dotted #09C8FF;}
		#pie a:hover{ background:#09406C; }
		/* fin estilos del pie */
		

