/* ------------------------- */
/* Estilos Generales */
/* ------------------------- */

@font-face {
 font-family:'__Roboto_5';
 src:url('../fonts/roboto-regular.eot');
 src:local('☺'),
 url('../fonts/roboto-regular.woff') format('woff'),
 url('../fonts/roboto-regular.svg') format('svg');
 font-weight:400;
 font-style:normal;
}
@font-face {
 font-family:'__Roboto_5';
 src:url('../fonts/roboto-light.eot');
 src:local('☺'),
 url('../fonts/roboto-light.woff') format('woff'),
 url('../fonts/roboto-light.svg') format('svg');
 font-weight:300;
 font-style:normal;
}
@font-face {
 font-family:'__Roboto_5';
 src:url('../fonts/roboto-bold.eot');
 src:local('☺'),
 url('../fonts/roboto-bold.woff') format('woff'),
 url('../fonts/roboto-bold.svg') format('svg');
 font-weight:300;
 font-style:normal;
}
body {
	font-family: 'Open Sans', sans-serif;
     background-color:transparent;
}

#logo img {
	position:relative;
	align-content: center;
	margin: auto;
	width: 250px;
	height: auto;
	padding:  20px;
	z-index: 3;
	}	

hr {
  width: 97.8%;
  background-color: #DF0003;
  border-style: none;
  height: 2px;
	margin: auto;
}
 


.materialbox-caption {
     bottom: 15px;
     right: 0;
     width: 60%;
     height: auto;
     padding: 5px;
     margin: auto;
     background: #CAC8C8;
     font-size: 17px;
     color: #000000;
     line-height: 28px;
}

.galeria .col {
     margin-bottom: 20px;
}

}

@media screen and (max-width: 600px){
     .materialbox-caption {
          width: 90%;
     }
}

@media screen and (max-width: 992px){
     .materialbox-caption {
          width: 70%;
     }
}

#volver {
	font-size: 25px;
	border-radius: 30px;
	border: none;
	position: fixed;
    text-align: center;
    margin: 10px;
    text-decoration: none;
    padding: 10px 20px;
    background-color: #C11C37;
    color: #FFF;
    text-transform: uppercase;
	z-index: 100;	
}

footer {
	
    background-color:rgba(0,0,0,0.7);
    width: 100%;
    height: 50px;
    position:fixed;
    bottom: 0;
    left: 0;
	z-index: 100;	
}
		
footer p {
	margin-top: 7px;
	line-height:20px;
	text-align: center;
	color: white;
	font-size: 14px;
}
	
footer a {
color: white;
text-decoration-line: none;
font-size: 14px;
}
		
footer a:hover {
color: #A9A9A9;
}	
	