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

#clear{
	clear:both;
}

.servicio{
	display: inline-block;
}
.bot {
    margin-top: 20px;
    background-color: #41a7de;
    display: block;
    width: 150px;
    padding-top: 10px;
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 5px;
}
.boton-mensaje {
    position: fixed;
    right: 50px;
    bottom: 99px;
    z-index: 9999;
}

.nogin{
	margin: 0px;
	padding: 0px;
}

.listatexto{
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style: none;
	font-weight: bold;
}

.carop{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
	display: flex;
}

.carop .item{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: solid 1px #999;
	width: 50%;
	font-weight: bold;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background: rgb(226,226,226); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2QxZDFkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(51%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-8 */
	color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
}

header{
	padding-top: 25px;
	padding-bottom: 25px;
}

.nav{
	float: right;
	margin-top: 8px;
}

.dropdown-menu > li > .submenu {
  padding: 0px 30px;
}

.textodestacado{
	background-color: #252d51;
	color: #FFF;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 40px;
}

.textodestacado h1{
	font-weight: bold;
	margin-top: 0px !important;
}

.textodestacado p{
	margin-bottom: 0px !important;
	text-align: center;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.textodestacado p a{
	color: #999;
}

.servicio img{
	margin-left: auto;
	margin-right: auto;
}



.servicio h3{
	color: #252d51;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
}

.servicio{
	margin-bottom: 30px;
}

.boton1{
	background-color: #d14b5c;
	color: #fff;
}

.boton2{
	background-color: #04aad2;
	color: #fff;
}

.boton3{
	background-color: #a3bd31;
	color: #fff;
}

.boton4{
	background-color: #dfd41f;
	color: #fff;
}

.botonesbanner{
	margin-bottom: 10px;
}

footer{
	background-color: #333;
	padding-top: 20px;
	padding-bottom: 15px;
	margin-top: 30px;
	color: #FFF;
}

footer a{
	color: #CCC;
}

footer a:hover{
	color: #FFF;
}

address strong{
	font-size: 22px;
}

footer .subtitulo{
	font-size: 12px;
	margin-bottom: 20px;
	margin-top: -5px;
}

footer .desarrolladopor{
	text-align: right;
	margin-top: 131px;
	font-size: 11px;
}

footer .mapadesitio{
	text-transform: uppercase;
	font-size: 10px;
}

footer .mapadesitio .titulo{
	color: #666;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
}

footer .mapadesitio ul{
	list-style: none;
	padding-left: 15px;
}

footer .mapadesitio ul li{
	margin-bottom: 5px;
	margin-top: 5px;
}

footer .mapadesitio ul li a{
	margin-bottom: 5px;
	vertical-align: top;
}

footer .mapadesitio ul .ico1{
	list-style-image:url(../img/ico-pie-1.png)
}

footer .mapadesitio ul .ico2{
	list-style-image:url(../img/ico-pie-2.png)
}

footer .mapadesitio ul .ico3{
	list-style-image:url(../img/ico-pie-3.png)
}

footer .mapadesitio ul .ico4{
	list-style-image:url(../img/ico-pie-4.png)
}

footer .mapadesitio ul .ico5{
	list-style-image:url(../img/ico-pie-5.png)
}

.banner{
	width: 100%;
	height: 250px;
	background-color: #666;
}

.banner h2{
	font-family: 'Cuprum', sans-serif;
	font-size: 48px;
	color: #fff;
	margin-top: 30px;
}

.banner p{
	color: #fff;
	font-size: 18px;
	width: 50%;
}

.nosotros{
	background-image: url(../img/nosotros.png);
}

.contacto{
	background-image: url(../img/contacto.png);
	background-color: #252d51 !important;
}

h1{
	font-family: 'Oswald', sans-serif;
}

footer strong{
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	font-size: 38px;
}

.mapa{
	width: 100%;
	height: 320px;
	margin-top: 40px;
}

.nobanner{
	padding-top: 20px;
}

.bajadafooter{
	margin-bottom: 30px;
}

.cliente{
	margin-bottom: 15px;
}

.mdp{
	margin-bottom: 30px !important;
}

a.svg:after {
  content: ""; 
  position: absolute; 
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
}

.imgleft{
	float: left;
}

.imgright{
	float: right;
}

a.svg {
  position: relative;
  display: inline-block;
}

.imgborde{
	border: solid 3px #ddd;
}

.caretservicios{
	border-top-color: #fff !important;
	border-bottom-color: #fff !important;
}

.section2{
	margin-top: 30px;
}

.imgseccion{
	float: right;
	margin-left: 20px;
}

.ejemplo{
	background-color: #333;
}

.galeria{
	margin-top: 30px;
	background-color: #eee;
	padding-top: 15px;
	padding-bottom: 15px;
}

.imggaleria{
	border: solid 3px #fff;
}