﻿#menuHorizontal{
	background-color: #3a646e;
}
#menuHorizontal a {
	color: #fff;
	font-weight: normal;
}
#menuHorizontal a:hover {
	color: #000;
	font-weight: bold;
}

footer {
	font-weight: bolder;
	border: none !important;
	background-image: none;
	color: white;
	background: #3a646e;
	background: -webkit-linear-gradient(#3a646e, #648b94);
	background: -o-linear-gradient(#3a646e, #648b94);
	background: -moz-linear-gradient(#3a646e, #648b94);
	background: linear-gradient(#3a646e, #648b94);
}
.txtSubTituloMapa li a{
	color: black !important;
}
.txtSubTituloMapaXS a{
	color: white !important;
}
@media only screen and (max-width: 859px) {
	#menuHorizontal{
		background: none;
	}
}
.form-control[readonly]{
	background: #3a646e;
	color: #fff;
	text-align: center;
}
#tipoMensaje, .inputForm, .form-control, .btn, .form-control[readonly]{
	background: #3a646e;
	color: #fff;
}
#Mensaje::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder{
	color: #e0dede;
}
.form-control[readonly]{
	text-align: center;
}