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

body {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
.contenedor-general {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.contenedor-general .cabecera {
	float: left;
	width: 900px;
	height: 140px;
}
.contenedor-general .cabecera .cont-logo {
	height: 140px;
	width: 220px;
	float: left;
}
.contenedor-general .cabecera .cont-menu {
	float: right;
	height: 140px;
	width: 680px;
	font-weight: 300;
}
.contenedor-general .banner {
	height: 344px;
	width: 900px;
	float: left;
}
.contenedor-general .cabecera .cont-menu .menu {
	margin-top: 20px;
	height: 50px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #FFFFFF;
	width: 646px;
	float: right;
	background-color: #013E7F;
}
.menu ul {
	width: 646px;
	color: #FFFFFF;
	padding: 0;
	display: inline;
	float: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	font-size: 17px;
	font-weight: bolder;
	text-align: center;
	font-weight: 400;

}
.menu li {
	list-style: none;
	float: left;
	font-weight: 400;
}
.menu li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	float: left;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	padding-top: 14px;
	padding-bottom: 15px;
	padding-right: 30px;
	padding-left: 30px;

}


.menu li a:hover {
	color: #FFFFFF;
	background-color: #00AFF1;
	background-image: url(../images/menu-hover.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.menu li a#current  {
	color: #FFFFFF;
	background-color: #122953;
	background-image: url(../images/menu-current.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.cont-areas-home {
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 130px;
	width: 900px;
	background-color: #183875;
	border-bottom: 5px solid #00AFF1;
}
.cont-areas-empresa {
	background-image: url(../images/sombra-banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 157px;
	width: 900px;
	margin-bottom: 20px;
}

.boton {
	width: 168px;
}
.boton .imagen-boton {
	height: 128px;
	width: 168px;
	float: left;
}
.boton .nombre-boton {
	background-color: #122953;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	color: #F9F7F9;
	float: left;
	width: 168px;
}
.boton .nombre-boton a {
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	color: #F9F7F9;
	text-decoration: none;
	font-size: 13px;
}
.boton .nombre-boton a:hover {
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	color: #588AC5;
	text-decoration: none;
}
.contenedor-general .presentacion-home {
	float: left;
	width: 900px;
	margin-top: 30px;
	background-repeat: no-repeat;
	background-position: center top;
	height: 62px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #F9F7F9;
	font-size: 13px;
	line-height: 14px;
	text-align: justify;
}
.contenedor-general .presentacion-servicios {
	float: left;
	width: 870px;
	margin-top: 5px;
	background-image: url(../images/fondo-contenidos-servicios.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #F9F7F9;
	font-size: 13px;
	line-height: 14px;
	text-align: justify;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #183875;
}
.contenedor-general .presentacion-empresa {
	float: left;
	width: 870px;
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #F9F7F9;
	font-size: 14px;
	line-height: 17px;
	text-align: justify;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #183875;
}


.contenedor-general .presentacion-servicios a img {
	border: 1px solid #88ACE1;
	padding: 4px;
	vertical-align: top;
	margin-top: 10px;
	margin-right: 12px;
	margin-bottom: 10px;
	margin-left: 0;
}
.contenedor-general .sombra-banner {
	clear: both;
	height: 27px;
	width: 900px;
	background-image: url(../images/sombra.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.contenedor-general .footer {
	clear: both;
	background-image: url(../images/fondo-footer.jpg);
	background-position: center top;
	height: 60px;
	width: 860px;
	background-repeat: no-repeat;
	padding: 20px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	color: #F9F7F9;
	font-size: 13px;
	line-height: 12px;
}
.contenedor-general .footer .logo-footer {
	float: left;
	height: 60px;
	width: 220px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3777CC;
}
.contenedor-general .texto-footer {
	float: left;
	color: #4082BD;
	margin-left: 20px;
	line-height: 18px;
	margin-top: 5px;
}
.contenedor-general .footer .logo-2mas2 {
	float: right;
	height: 50px;
	width: 50px;
	margin-top: 5px;
}




h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #00AFF1;
	font-size: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.campo {
	border: 1px solid #999;
	background-color: #EFEFEF;
	width: 500px;
}
.spam {
	border: 1px solid #999;
	background-color: #EFEFEF;
	width: 100px;
	margin-right: 5px;
}
.boton-formulario {
	margin-top: 10px;
	display: block;
	border: 1px solid #FFFFFF;
	width: 130px;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	background-color: #00AFF1;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 3px;
	font-weight: bold;
	color: #FFFFFF;
}
#error {
	border:1px solid #990000;
	background-color:#D70000;
	color:#FFFFFF;
	padding:4px;
	padding-left:6px;
	width:295px;
	font-weight: bold;
}
.cont-menu .telefono {
	width: 150px;
	height: 40px;
	float: right;
	margin-top: 30px;
}
.cont-menu .horarios {
	width: 350px;
	height: 40px;
	float: right;
	margin-top: 30px;
	text-align: right;
	padding-right: 10px;
	border-right: thin solid #FFFFFF;
	margin-right: 5px;
	font-family: 'Oswald', sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
}
.presentacion-empresa table tr td a img {
	margin-bottom: 5px;
	border: thin solid #FFFFFF;
}
.fotos-servicos {
	border: thin solid #00AFF1;
	margin-right: 3px;
	margin-bottom: 3px;
}
