@charset "utf-8";
/* CSS Document */


@charset "utf-8";
/*CUERPO*/
* {
	margin:0;
	padding:0;
}
body {
	font-family:"century gothic", verdana;
	background-image:url(../imagenes/fgBack.png);
       background-repeat:repeat-x;
	   

}
#wrapper {
	width:1000px;
	height:600px;
	margin:0 auto;
}

#contenido {
	width:1000px;
	height:600px;
	background-image:url(../imagenes/fondoContenido.png);
	background-repeat:no-repeat;
	margin-top:20px;
	padding-top:20px;
}

#cabecera{
	width:900px;
	height:100px;
	margin-left:50px;
}

#info{
	width:900px;
	height:453px;
	margin-left:50px;
	margin-top:10px;
}


#info ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 453px;
	position: relative;
}

#info ul li {
	width: 223px;
	height:453px;
	float: left;
	margin-left:2px;
	display: block;
	overflow: hidden;
}
#logo{
	width:250px;
	height:100px;
	float:left;
	
}

#menu{
	width:650px;
	height:100px;
	float:left;
}

#menu ul{
		list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	padding-top:70px;
}
#menu ul li {
	width: 120px;
	height:28px;
	float: left;
	margin-left:2px;
	display: block;
	overflow: hidden;

}
#menu ul li:hover a img {
	visibility:visible;

}
#textBox{
	float:right; 
	width:320px; 
	margin-right:50px; 
	margin-top:50px; 
	text-align:justify;
	color:#00045E;
	font-size:12px;
	}
	#textBoxContacto{
	float:left; 
	width:320px; 
	margin-left:50px; 
	margin-top:50px; 
	text-align:justify;
	color:#00045E;
	font-size:12px;
	}
	
	#mapaContacto{
    float:left;
	width:425px; 
	margin-left:100px; 
	margin-top:40px; 
	text-align:justify;
	color:#00045E;
	font-size:12px;
	}
	.botonSend, .botonReset{
		width:80px; 
		height:19px; 
		border:none; 
		color:transparent;
		cursor:pointer;
	}
	.botonSend{
		background-image:url(../imagenes/enviar.png);
	}
	.botonSend:hover{
		background-image:url(../imagenes/enviarR.png);
		}
		
	.botonReset{
		background-image:url(../imagenes/restablecer.png);
	}
	.botonReset:hover{
		background-image:url(../imagenes/restablecerR.png);
	}
	.inputText{
		float:right; 
		margin-right:40px; 
		width:175px;
		}
		