body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: #eee;
	color: #333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	min-width: 760px;
}

/* definición de colores de enlaces */
a:link {
	color: #333465;
	text-decoration: none;
}

a:visited {
	color: #333465;
	text-decoration: none;
}

a:hover {
	color: #333465;
	text-decoration: none;
	font-weight: normal;
}

a:active {
	color: #333465;
	text-decoration: none;
}

/* Definiciones de contenedoras */

#contenedorainicio {
	position: relative;
	background: #fff;
	margin: 0 auto;
	width: 760px;
	height: 420px;
	top: 20px;
}

#menuprincipalidiomas {
	position: absolute;
	bottom: 0;
	height: 55px;
	width: 760px;
	text-align: center;
}

#menuprincipal {
	position: absolute;
	bottom: 0;
	height: 55px;
	width: 760px;
}

#menuprincipal, #menuprincipalidiomas img {
	border: 0;
}

#contenidoprincipalimagen {
	position: absolute;
	bottom: 55px;
	left: 0;
	width: 410px;
	height: 280px;
}

#contenidoprincipaltexto {
	position: absolute;
	bottom: 55px;
	right: 0;
	width: 350px;
	height: 280px;
	background: #363A84;
	overflow: auto;
}

#contenidoprincipaltextoreal {
	padding: 5px;
	color: #eee;
}

#contenidoprincipaltextoreal h1 {
	font-size: .8em;
	margin-bottom: 0;
}

#contenidoprincipaltextoreal ul {
	font-size: .8em;
}

#contenidoprincipaltextoreal p {
	font-size: .8em;
}

#arriba {
	position: absolute;
	top: 0;
	width: 760px;
	height: 85px;
	background-image: url(imagenes/fondosuperior.gif);
}

#arribaindex {
	position: absolute;
	top: 0;
	width: 760px;
	height: 420px;
	background-image: url(imagenes/fondosuperiorindex.jpg);
}

#titular {
	position: absolute;
	bottom: 0;
	left: 0;
}

#menusuperior {
	position: absolute;
	bottom: 20px;
	left: 140px;
}

#logochico {
	position: absolute;
	bottom: 20px;
	right: 30px;
}

#contacto {
	position: absolute;
	bottom: 55px;
	right: 0;
	width: 760px;
	height: 280px;
	background: #363A84;
	overflow: auto;
}

#contactoformulario {
	position: absolute;
	top: 0;
	left: 30px;
	width: 370px;
	height: 280px;
	color: #eee;
	font-size: .8em;
}

#textoformuerror {
	position: absolute;
	top: 40px;
	right: 160px;
	width: 250px;
	height: 50px;
	color: #eee;
	font-size: .8em;
}

#direccion {
	position: absolute;
	bottom: 15px;
	right: 100px;
	width: 150px;
	color: #eee;
	font-size: .8em;
}

#cambiolengua {
	font-size: .7em;
}


