u/*	--------------------------------------------------------
	Sitio Web: 		acovaeducativa.org
	Version:		13-11-08
	Gramatica CSS:		2.1
	Gramatica (X)HTML: 	1.0 Strict
	Comentarios: 		angela@pexego.es
	-------------------------------------------------------- */

body {
background-color: #FEF3E3;
text-align:center;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
}

h1 {
color: #333333;
font-size: 1.3em;
}

#contenedor {
width:1003px;
margin: 0px auto;
background-color: #ffffff;
background-image: url(../covaimgintro/menu_alto.jpg);
background-repeat: no-repeat;
border: 1px solid #ff9900;
}

#cabecera {
height: 149px;
}

#cuerpo {
height: 166px;
background-image: url(../covaimgintro/fondo_02_gl.jpg);
background-repeat: no-repeat;
}

#enlaces {
height: 271px;
background-image: url(../covaimgintro/fondo_03_gl.jpg);
background-repeat: no-repeat;
}

.separador { clear:both; }

#pie {
background-image: url(../covaimgintro/fondo_04.jpg);
height: 126px;
}

#pie p {
text-align: right;
padding-top: 60px;
padding-right: 30px;
}

#enlaces-maiores {
width:500px;
float: left;
padding-top: 140px;
padding-left: 40px;
}

#enlaces-mocidade {
width:400px;
float: right;
}

.entra_maiores {
position: relative;
top: 78px;
left: 40px;
}

.entra_mocidade {
position: relative;
top: 65px;
left: 55px;
}

a:link, a:visited, a:hover {
font-family: Arial, Helvetica, sans-serif;
color:#343434;
font-size:1.3em;
font-weight: bold;
}

#enlaces-mocidade a:link, #enlaces-mocidade a:visited, #enlaces-mocidade a:hover {
padding: 5px 0px 5px 90px;
}

#enlaces-mocidade ul li {
padding: 5px;
}

#enlaces-maiores ul li {
padding: 10px 0px 5px 140px;
}
