@charset "utf-8";
/* CSS Document */

.navbar-collapse{
	border: 0px;
	margin-bottom: 0px;

}
	

.navbar-nav{
	border-radius: 0px;
	
}

.navbar-light .navbar-nav .nav-link {
    color:black;
}


.navbar-light .navbar-brand {
    color: #ed342e;
}


.espacio{
	
	margin-top: 20px;
	margin-bottom: 50px;
	
	
	
	
}

.col-lg-4 .col-sm-4{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 20px;
	
}

.thumbnail{
	padding-left: auto;
	padding-right: auto;
	border-left: 15px;
	border-right:15px;
	
}

.row{
	margin-right: 10px;
	margin-left: 30px;
	
}


.bg-light {
    background-color:none !important;
	background-image:none;
	background-size: cover;
	background-position:left;
}



.pie01{
	
	background-color: #1f2a58;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color:white;
	margin-top: 100px;
	padding-top: 25px;
	padding-bottom: 10px;
	height:auto;
	
	
}

.pie01 a{
	color: white;
	
	
}

.pie01 a:hover{
	color: #1f2b4b;
	
	
}





.pie02{
	background-color: black;
	color: white;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;	
	
}


/*Estilos de los titulos*/


#titulo{
	
	width: 100%;
	height: 100px;
	background-color:white;
	background-image:url("../imagenes/b3.png");
	background-repeat:no-repeat;
	background-position: center;
	background-size: cover;
	display: table;
	margin-bottom: 50px;
}


.subtitulo{
	
	color:white;
	margin: auto;
	text-align: center;
	display: table-cell;
	vertical-align: middle;

}




h1 {
    margin-top:50px;
    margin-bottom: 0.5rem;
	padding-bottom: 40px;
}
/*mapa*/

.mapa {
    position: relative;
    /* 
    Do math with the height of your iframe divided by the width, then converted to percent
    In this example the height is 400 and the width is 600
    400 / 600 = .66666667 
    which is 66.6666667% */
    padding-bottom: 66.6666667%; 
    height: 0;
}
.mapa iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*fin de mapa*/

.hover_image:hover {text-decoration: none} /* Optional (avoid undesired underscore if a is used as wrapper) */
.hide {display:none}
/* Do the shift: */
.hover_image:hover img:first-child{display:none}
.hover_image:hover img:last-child{display:inline-block}




.col-3 .col-sm-3 .col-xs-{
margin-left: 20px;
	margin-right: 20px;
	border-left: 20px;
	border-right: 20px;
	display: table;

}

/*prueba de columnas*/


/*fin de prueba columnas*/


/*Prueba de formulario*/

.details{
	border: 1px solid black;
	padding: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 5px;
	width: 1500px;
	height: 300px;
	background-color: white;
	
}

.summary{
	font-weight: bolder;
	color: black;
	margin-bottom: 7px;
	margin-top: 7px;
	cursor: pointer;	
}



details summary-webkit-details-marker{
	color: black;
}



h2{
	margin-top: 10px;
	
}


hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}




/*fin de prueba formulario*/

@media only screen and (max-width:750px){
	
	.carousel-caption{
		display: none;
		
	}
	
}



@media (min-width: 750px){
.col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-bottom: 0px;
	padding-top: 0px;
}
}

@media (min-width: 750px){
.col-lg-4{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-bottom: 20px;
	padding-top: 20px;
}
}

@media (min-width: 750px){
.col-6 .col-sm-3 .col-xs-2 .col-sm-4{

    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-bottom: 20px;
	padding-top: 20px;
}
}







