/**********************************/
/* www.heriasymendez.com          */
/* Estilos de la pagina de inicio */
/* Daniel García Alfonso          */
/* dgalfonsoARROBAgmail.com       */
/**********************************/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #DEE4EE;
	text-align:center;
}

/* divs principales */

#contenedor {
	width:980px;
	border:1px solid #333333;
	background-color: transparent;
	margin: 0 auto;
	text-align:left;
}

#cabecera {
	height: 100px;
	background-color: White;
	background-image: url(../imagenes/cabecera.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px 20px 0px 20px;
}

/* elementos de la cabecera */

#logo {
	text-align: center;
}

/********** Banner con la imagen superior *************/
#banner {
	height: 150px;
	background-color: #DEE4EE;
	border-bottom: 5px solid #01005d;
}

/* elementos del cuerpo */

#bienvenido {
	color: #1D59CD;
	text-align: center;
	padding: 20px;
}

#envoltorio {
	height: 250px;
	padding-left: 7%;
}

/*********** Cuadro con el menu de secciones **********/
#envoltorioizq {
	float: left;
	background-image: url(../imagenes/fondo_secciones_inicio.gif);
	background-repeat: no-repeat;
	width: 70%;
	height: 94%;
	font-family: Arial, Helvetica, sans-serif;
	color: White;
}
#menu {
	padding-left: 10px;
}
#envoltorioizq p {
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
}
#envoltorioizq h1 {
	font-size: x-large;
}
#envoltorioizq ul {
	padding-left: 40px;
	list-style: url(../imagenes/flecha.gif);
}
#envoltorioizq a {
	color: White;
	text-decoration: none;
}
#envoltorioizq a:visited {
	color: White;
}
#envoltorioizq a:hover {
	color: Red;
}

/******** Cuadro de seleccion de idioma *********/
#envoltorioder {
	float: right;
	background-image: url(../imagenes/fondo_idioma_inicio.gif);
	background-repeat: no-repeat;
	width: 19%;
	height: 85%;
	margin-right: 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	text-align: center;
}
#envoltorioder p {
	padding-top: 90px;
	padding-bottom: 30px;
}
#envoltorioder a {
	color: White;
	text-decoration: none;
}
#envoltorioder a:visited {
	color: White;
}
#envoltorioder a:hover {
	color: Red;
}

/******************** Pie de página ********************/
#pie {
   height: 50px;
	color: Navy;
	text-align: center;
	border: 1px solid #01005d;
	display: block;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	background-color: #A3A7CA;
	background-image: url(../imagenes/pie.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
#pie p {
	margin-top: 10px;
}

/************** envio de correo ************************/
#resultcorreo {
	width: 70%;
	margin-left: 15%;
	margin-top: 30px;
}
#resultcorreo h2 {
	margin-top: 20px;
}
#resultcorreo a {
	margin-bottom: 50px;
	margin-left: 40%;
	color: Navy;
}

#w3c {
	float: right;
	margin-top: -20px;
}
#w3c img {
	border: 0;
}