/* etiquetas */

body, h1, h2, h3, h4, h5, h6, p, div, ul, li{
	margin:0px;
	padding:0px;
}
body{
	background-color:#DDDDD3;
}

a{
	color: #060545;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

img{
	border: none;
}

/* 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: #060545;
}

#cabecera{
	margin-bottom: 20px;
}

#cabecera img{
	margin-right: 20px;
}


#contenedor{
	padding: 30px;
}

.color{
	padding: 30px;
	background-color: #a6ccdf;
	color: #001a54;
}

#contenido li{
	float: left;
	list-style: none;
	margin-right: 18px;
	width: 161px;
	height: 122px;
	_height: 197px;
	padding-top: 175px;
}

#contenido li a{
	font-size: 16px;
	font-weight: bold;
	margin-left: 2px;
}

#contenido li.nomargin{
	margin: 0;
}
#contenido li ul li{
	float: none;
	margin: 0 0 2px 4px;
	width: auto;
	height: auto;
	padding: 0;
}

#aida{
	clear: both;
	background:url(../imagenes/linea_puntos.gif) repeat-x bottom;
	padding-bottom: 2px;
	margin-top: -100px;
}

#atipika{
	clear: both;
	text-align: right;
	font-size: 9px;
	margin: -12px 2px 0 0;
}
 
#pie{
	clear: both;
	margin-top: 12px;
}
/* clases */

.nomargin{
	margin: 0;
}
.cabecera{
	margin-top: 65px;
}