#navcontainer ul a {
	text-decoration: none;
	color: #66CCCC;
	margin-right: 10px;
}

#navcontainer ul a:hover {
	text-shadow: 2px 2px 2px #CCCCCC;
	color: #006666;
	margin-right: 10px;
}

#navcontainer #current {
	color: #006666;
}
#ilustraContacto{
	background-image: url(../_contacto/images/ilustra-contacto.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 372px;
	width: 552px;
}

#ilustraContacto1{
	background-image: url(../_contacto/images/ilustra-contacto-1.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 372px;
	width: 552px;
}

#ilustraContacto2{
	background-image: url(../_contacto/images/ilustra-contacto-2.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 372px;
	width: 552px;
}

#ilustraContacto3{
	background-image: url(../_contacto/images/ilustra-contacto-3.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 372px;
	width: 552px;
}

#ilustraContacto4{
	background-image: url(../_contacto/images/ilustra-contacto-4.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 372px;
	width: 552px;
}

#ilustraContactoEnviado{
	background-image: url(../_contacto/images/ilustra-contacto-enviado.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 372px;
	width: 552px;
}
#formContacto{
	padding-top: 105px;
	padding-left: 290px;
}
input, .inputText, select, textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 8px;
}
.inputText, textarea{
	width: 205px;
}
#msgContacto{
	line-height: 14px;
	text-align: center;
}
