
/* Generales */

body {
	background: url('../img/fondo.gif');
	background-repeat: repeat;
	color: black;
}

a {
	color :white;
}

/* Especificas */

.contenedor {
	border: solid 2px black;
}

/* cabecera */

.cabecera {
	background-color: white;
	border-bottom: solid 2px black;
}

/* menu */

.menu {
	background: url('../img/redondo.jpg');
	background-repeat: repeat;
}

a.menu1 {
	color:white;
}

a.menu1:hover {
	color: #93abcf;
}

/* submenu */

#submenu {
	background-color: #486BA2;
}

/* cuerpo */

.cuerpo {
	background-color: #BACBE6;
	border-left: 170px solid #486BA2;
	border-right: 244px solid #486BA2;
}


/* menu2 */

ul.menu2{
	background-image: url('../img/huella.ico');
	background-position: left bottom;
	background-repeat: no-repeat;
}

a.menu2 {
	color: black;
}	
a.menu2:hover 
	color: #93abcf;
}

/* enlaces */

.menu3 {
	background-color: #152652;
	color: white;

}

/* contacto */

input, textarea {
	border: 1px solid black;
	background: white;
}
input:focus, input:hover, textarea:focus, textarea:hover {
	border: 2px solid black;
	background: url('../img/huella.ico') top right no-repeat;
	background-color: white;
}


input.button {
	background: url('../img/contacto.png');
	color: #152652;
}

/* acercade */

span.acercade {
	color: white;
}	

/* pie */

.pie {
	background-color: #486BA2;
}




