/* etiquetas */

body, h1, h2, h3, h4, h5, h6, p, div, ul, li{
	margin:0px;
	padding:0px;
}
body{
	background-color:#DDDDD3;
}
a{
	text-decoration: none;
	color: #333333;
}
a:hover{
	text-decoration: underline;
}
h1 span, h4 span{
	display: none;
}
h2, h3{
	font-size: 25px;
	color: #203461;
}
h3{
	clear: both;
	background: url(../imagenes/linea_puntos.gif) repeat-x bottom;
	padding-bottom: 5px;
}
h4{
	background: url(../imagenes/logo_mini.gif) no-repeat;
	padding-left: 70px;
	font-size: 11px;
	font-weight: normal;
}
li{
	list-style: none;
	float: left;
}

/* capas */

#todo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 942px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 14px;
	background-color:#FFF;
	color: #333;
}

#contenedor{
	padding: 30px;
}

#cabecera{
	margin-bottom: 20px;
}
#cabecera h1{
	width: 547px;
	height: 81px;
	background: url(../imagenes/logo.gif) no-repeat;
}
#cabecera .bloque{
	display: block;
	width: 547px;
	height: 81px;
}

#menuquienes{
	margin: -50px 0 0 355px;
}
#menuprincipal1{
	margin: 15px 0 0 0;
	clear: both;
	height: 18px;
	width: 882px;
	background-color: #47b0db;
	line-height: 18px;
}
#menuprincipal1 a{
	height: 18px;
	padding: 2px 5px 2px 15px;
	color: #111d36;
	background: url(../imagenes/menuprin1.gif) no-repeat 0 0;
}
#menuprincipal1 a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background: url(../imagenes/menuprin1.gif) no-repeat 0 -18px #203460;
}

#menuprincipal2{
	margin: 3px 0 0 0;
	clear: both;
	height: 18px;
	width: 882px;
	background-color: #40758b;
	line-height: 18px;
}
#menuprincipal2 a{
	height: 18px;
	padding: 2px 5px 2px 15px;
	color: #fff;
	background: url(../imagenes/menuprin2.gif) no-repeat 0 0;
}
#menuprincipal2 a:hover{
	text-decoration: none;
	background: url(../imagenes/menuprin2.gif) no-repeat 0 -18px #203460;
}

#contenido{
	clear: both;
}
#pie{
	clear: both;
	padding-top: 10px;
	background: url(../imagenes/linea_puntos.gif) repeat-x top;
}

#atipika{
	clear: both;
	margin-top: -12px;
	text-align: right;
	font-size: 9px;
}

