/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.navbar-default {
   background-color: transparent;
    border: none;
	text-align:center;
	
	
	
}

.navbar-default .navbar-brand  {
    font-size: 30px;
/*    line-height: 31px;*/
    color:#fff;
}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-brand:hover, 
.navbar-default .navbar-brand:focus  {
    color: #6F6;
	background-color: rgba(17,69,116,1);
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-left-radius:10px;
	border:3px #FFFFFF;
	text-align:center;
	
	
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus  {
    color:#fff;
    background-color: rgba(138,200,123,1);
    border-bottom:3px solid #fff;
	text-align:center;
}

.navbar {
    min-height: 29px;
    text-align:center;
}

.navbar-nav > li > a {
    line-height: 5px;
    padding-top: 10px;
	text-align:center;
}

/*** DESTACADA **/

section.destacada {
	text-align:center;
 
}

section.destacada .contenido {
    top:48%;
    left:0;
    width:80%;
    position:absolute;
    z-index: 20;
}




div.pattern {
    background-image:url(../img/pattern.png);
    position:absolute;
    opacity: .9;
    left:0;
    top:0;
    right:0;
    bottom:0;
    width:80%;
    height:80%;
    z-index: 10;
}


/****AGENCIA **/



.borde {
    padding: 50px 0;
}


section.agencia {
    background-color: #ebeeed;
    padding: 10px;
    border-bottom:1px solid #c3c3c3;
}

section.agencia .borde {
    border:1px solid #aeb4b7;
}

section.agencia p {
    font-size: 1.8em;
}


/*** Aplicaciones ***/
section.aplicaciones {
    padding:30px 0 0 0;
}

section.aplicaciones p {
    line-height: 38px;
    font-size: 1.2em;
    color:#4e4e4e;
}

/** servicios */

.servicios {
 /*   background-color: rgba(43,67,139,0.9);*/
 /*   border-top:1px solid #c2c2c2; */
	/*background-image:url(../img/pattern2.png);*/
	
}



section.contacto {
    background-color: #4f5962;
    color:#fff;
    padding:10px;
}

section.contacto .borde {
    border:1px solid #697279;
}

section.contacto p {
    margin-bottom: 25px;
}

section.contacto .btn-default {
    background-color: #67727c;
    border: 2px solid #fff;
    color:#fff;
}
section.contacto .btn-lg {
    padding: 10px 46px;
}

footer {
    background-color: #114575;
    padding-top: 30px;
}

footer hr {
    display:block;
    height:1px;
    border:0;
    border-top: 1px solid #595d60;
    margin: 1em 0;
    padding:0;
}

footer a, 
footer a:hover {
    color:#fff;
}
footer p {
    color:#fff;
}

footer .nav > li > a:hover, 
footer .nav > li > a:focus {
    background-color: transparent;
}

/** NOSOTROS **/

.informacion {
    padding:30px 0;
}
.panel-heading,
.panel-group .panel   {
    border-radius: 0;
}
.panel-default > .panel-heading {
        background-color: #4f5962;
}
.panel-title > a  {
    color:#fff;
    text-decoration: none;

    font-size: 20px;
}

.panelgroup .panel + .panel {
    margin-top: 0;
}
.panel-body {
    color:#4e4e4e;
}

.activo, .activo a {
    color:#787878!important;
    background-color: #ebeeed!Important;
}

/*** SERVICIOS **/

.modal-body p {
    line-height: 40px;
    font-size: 14px;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 80% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p
{
        orphans: 3;
        widows: 3;
    }

   
}

.centrar {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.colorFondo2 {

background: rgba(81,121,169,1);
background: -moz-linear-gradient(left, rgba(81,121,169,1) 0%, rgba(225,235,244,1) 36%, rgba(225,235,244,1) 51%, rgba(225,235,244,1) 69%, rgba(81,121,169,1) 80%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(81,121,169,1)), color-stop(36%, rgba(225,235,244,1)), color-stop(51%, rgba(225,235,244,1)), color-stop(69%, rgba(225,235,244,1)), color-stop(80%, rgba(81,121,169,1)));
background: -webkit-linear-gradient(left, rgba(81,121,169,1) 0%, rgba(225,235,244,1) 36%, rgba(225,235,244,1) 51%, rgba(225,235,244,1) 69%, rgba(81,121,169,1) 80%);
background: -o-linear-gradient(left, rgba(81,121,169,1) 0%, rgba(225,235,244,1) 36%, rgba(225,235,244,1) 51%, rgba(225,235,244,1) 69%, rgba(81,121,169,1) 80%);
background: -ms-linear-gradient(left, rgba(81,121,169,1) 0%, rgba(225,235,244,1) 36%, rgba(225,235,244,1) 51%, rgba(225,235,244,1) 69%, rgba(81,121,169,1) 80%);
background: linear-gradient(to right, rgba(81,121,169,1) 0%, rgba(225,235,244,1) 36%, rgba(225,235,244,1) 51%, rgba(225,235,244,1) 69%, rgba(81,121,169,1) 80%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5179a9', endColorstr='#5179a9', GradientType=1 );
}

.colorFondo {
    width: 100%;
background: rgba(110,152,194,1);
background: -moz-linear-gradient(left, rgba(110,152,194,1) 0%, rgba(176,207,237,1) 12%, rgba(231,238,245,1) 25%, rgba(230,236,242,1) 65%, rgba(206,223,235,1) 82%, rgba(85,142,186,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(110,152,194,1)), color-stop(12%, rgba(176,207,237,1)), color-stop(25%, rgba(231,238,245,1)), color-stop(65%, rgba(230,236,242,1)), color-stop(82%, rgba(206,223,235,1)), color-stop(100%, rgba(85,142,186,1)));
background: -webkit-linear-gradient(left, rgba(110,152,194,1) 0%, rgba(176,207,237,1) 12%, rgba(231,238,245,1) 25%, rgba(230,236,242,1) 65%, rgba(206,223,235,1) 82%, rgba(85,142,186,1) 100%);
background: -o-linear-gradient(left, rgba(110,152,194,1) 0%, rgba(176,207,237,1) 12%, rgba(231,238,245,1) 25%, rgba(230,236,242,1) 65%, rgba(206,223,235,1) 82%, rgba(85,142,186,1) 100%);
background: -ms-linear-gradient(left, rgba(110,152,194,1) 0%, rgba(176,207,237,1) 12%, rgba(231,238,245,1) 25%, rgba(230,236,242,1) 65%, rgba(206,223,235,1) 82%, rgba(85,142,186,1) 100%);
background: linear-gradient(to right, rgba(110,152,194,1) 0%, rgba(176,207,237,1) 12%, rgba(231,238,245,1) 25%, rgba(230,236,242,1) 65%, rgba(206,223,235,1) 82%, rgba(85,142,186,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e98c2', endColorstr='#558eba', GradientType=1 );
}
.colorFondox {
	width:100%;
background: rgba(110,152,194,1);
background: -moz-linear-gradient(left, rgba(110,152,194,1) 0%, rgba(176,207,237,1) 12%, rgba(231,238,245,1) 25%, rgba(230,236,242,1) 65%, rgba(206,223,235,1) 82%, rgba(85,142,186,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(110,152,194,1)), color-stop(12%, rgba(176,207,237,1)), color-stop(25%, rgba(231,238,245,1)), color-stop(65%, rgba(230,236,242,1)), color-stop(82%, rgba(206,223,235,1)), color-stop(100%, rgba(85,142,186,1)));
background: -webkit-linear-gradient(left, rgba(110,152,194,1) 0%, rgba(176,207,237,1) 12%, rgba(231,238,245,1) 25%, rgba(230,236,242,1) 65%, rgba(206,223,235,1) 82%, rgba(85,142,186,1) 100%);
background: -o-linear-gradient(left, rgba(110,152,194,1) 0%, rgba(176,207,237,1) 12%, rgba(231,238,245,1) 25%, rgba(230,236,242,1) 65%, rgba(206,223,235,1) 82%, rgba(85,142,186,1) 100%);
background: -ms-linear-gradient(left, rgba(110,152,194,1) 0%, rgba(176,207,237,1) 12%, rgba(231,238,245,1) 25%, rgba(230,236,242,1) 65%, rgba(206,223,235,1) 82%, rgba(85,142,186,1) 100%);
background: linear-gradient(to right, rgba(110,152,194,1) 0%, rgba(176,207,237,1) 12%, rgba(231,238,245,1) 25%, rgba(230,236,242,1) 65%, rgba(206,223,235,1) 82%, rgba(85,142,186,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e98c2', endColorstr='#558eba', GradientType=1 );

}



.boton {
background: rgba(135,184,0,1);
background: -moz-linear-gradient(top, rgba(135,184,0,1) 0%, rgba(135,184,0,1) 11%, rgba(79,163,0,1) 68%, rgba(79,163,0,1) 80%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(135,184,0,1)), color-stop(11%, rgba(135,184,0,1)), color-stop(68%, rgba(79,163,0,1)), color-stop(80%, rgba(79,163,0,1)));
background: -webkit-linear-gradient(top, rgba(135,184,0,1) 0%, rgba(135,184,0,1) 11%, rgba(79,163,0,1) 68%, rgba(79,163,0,1) 80%);
background: -o-linear-gradient(top, rgba(135,184,0,1) 0%, rgba(135,184,0,1) 11%, rgba(79,163,0,1) 68%, rgba(79,163,0,1) 80%);
background: -ms-linear-gradient(top, rgba(135,184,0,1) 0%, rgba(135,184,0,1) 11%, rgba(79,163,0,1) 68%, rgba(79,163,0,1) 80%);
background: linear-gradient(to bottom, rgba(135,184,0,1) 0%, rgba(135,184,0,1) 11%, rgba(79,163,0,1) 68%, rgba(79,163,0,1) 80%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87b800', endColorstr='#4fa300', GradientType=0 );

border-radius: 24px 24px 24px 24px;
-moz-border-radius: 24px 24px 24px 24px;
-webkit-border-radius: 24px 24px 24px 24px;
border: 5px double #695d69;

-webkit-box-shadow: 10px 19px 24px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 19px 24px -8px rgba(0,0,0,0.75);
box-shadow: 10px 19px 24px -8px rgba(0,0,0,0.75);

color: #fff;
font-size:11px;
height:50px;
text-align:center;
margin-left:auto;
margin-right:auto;
padding-top:10px;
margin-top:7px;
	}
	

.boton a {
	text-decoration:none;
	color:#FFF;
	
	
}

.boton a:hover {
	color: #000;
	font-stretch:wider;
	;
	
}
	
.boton:hover {
	color:#609;
}

.costadoDerecho {
	
	background: #89C975;
	border: 4px double #695d69;
}


.principal {
	width:99%;
	margin-left:32px;
	margin-right: auto;
	
}

.fondoAzul {
	
	background-color: rgba(17,69,116,1);
	border: 5px double #695d69;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	
	}
	
	.centrarPeques {
		font-size:10px;
		font-family:Tahoma, Geneva, sans-serif;
		color:#333;
		text-align:center;
	}
	.ficha {
		width:30%;
		display:inline-block;
	}
	
	h2 {
		text-align:center;
		
		
		}
		
.llamame {
	border-style:dotted;
	background-color:transparent;
	
}

.sombra {
	
-webkit-box-shadow: 10px 19px 24px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 19px 24px -8px rgba(0,0,0,0.75);
box-shadow: 10px 19px 24px -8px rgba(0,0,0,0.75);
}

.pieImagen {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

h1 {
	text-align:center;
}


.fondoblanco {
	background-color:#FFF;
}
.textoAzul {
	color: #187A49;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	font-size:16px;
}
.fondoAmarillo {
	background-color:#FF6;
	border-radius:10px;
}

.flota {
	float: right;
	overflow: auto;
     z-index: 100;
	 text-align:center;
	 margin-right:55px;
	 width:110px;

}

.centrarResponsive {

  display: block; 
  margin-left: auto; 
  margin-right: auto;

  }

  @media screen and (max-width:576px){
    .principal{
        margin-left: 0;
    }
  }