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



.slicknav_menu {
display: none;
}

@media only screen 
and (min-width : 320px) 
and (max-width : 480px) {
.slicknav_menu {
display: block;
}
#menu {
	display: none;
	
	}

}

.barra {display:block;
Font-family: 'Fjalla One', sans-serif;

text-align:center;}

.barra a:link{
	text-decoration:none;color: #2E5597;
}

.barra a:visited{
	text-decoration:none;
	color:#2E5597;
}
body {font-family: 'Myriad Pro';
color: #2E5597;
text-align:center;
	

}


.logo { 
text-align: center;
list-style-type:none;
font-size: 40px;
}

.centar{
	text-align: center;
	}

.simpleSlider {
	max-width: 100%;
height: auto;
float: none;
}

.barra ul{
	list-style-type:none;
	text-align:center;
	}
	
	.contenido{
	font-family: "Myriad Pro";
	color: #000;
	text-align:justify;
	
	}
	
	
	img {
max-width: 100%;
height: auto;
float: none;

}

.imagenes{
	
	}
	.contenido{
	background-color: #666;
	color: #000000;
	padding: 20px 30px 30px 10px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.70) 0%,rgba(255,255,255,0.70) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.70) 0%,rgba(255,255,255,0.70) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.70) 0%,rgba(255,255,255,0.70) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.70) 0%,rgba(255,255,255,0.70) 100%);
	}
