@charset "utf-8";
/* CSS Document */

li{
	padding-bottom: 10px;
}

.info_bloques_contenidos ul {
	margin:15px 10px 0px 10px !important
}

.info_bloques_contenidos ul li{
	margin-left:20px !important;
}

.info_bloques_contenidos ol {
	margin:15px 10px 0px 10px !important
}

.info_bloques_contenidos ol li{
	margin-left:20px !important;
}

.contenido{
	float:left;
	width:938px;
			
}

.bloque_grande{
	
	clear:both;
	box-sizing:border-box;
	padding:10px 7px 24px 0;
	margin:0px 1% 0px 0px;
	overflow:hidden;
	/*border:1px solid red;*/
	
	
}

h2{
	/*text-transform:uppercase;*/
	
	
}

hr{
	padding:0 0;
	margin: 5px 0 20px 0;
	
	
}

.hdestacado {
    font-family: 'PT Serif', serif;
    font-size: 2em;
	font-weight: bold;
	line-height:1em;
	margin: 0px 0 18px 0;
}

.hdestacado2 {
    font-family: 'PT Serif', serif;
    font-size: 1.2em;
    font-weight: bold;
	line-height:1em;	
	margin: 0px 0 18px 0;
	color:#414141;
}

.fecha {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.688em;
    text-transform: uppercase;
    margin: 14px 0 14px 0;
}

.carrusel{
	position:relative;
	width:100%;
	/*margin-bottom:20px;*/
	
}


.caja_foto{
	
	width:100%;
	border:1px solid #d9d9d9;
}

.caja_foto img{
	width:100%;
}

.flotante {
	float:left;
	width:calc(45% - 20px);
	padding-top:20px;
	padding-right:20px;
	padding-bottom:0px;
}

.info_bloques_contenidos ul {
 overflow:hidden;
}
.info_bloques_contenidos ul li{
	margin-left:20px;
}

.tex1{
	font-size:1.375em;
			
}


p{
	margin:20px 0 0 0;
	
}

p a{
	color:#0b5d92;
	text-decoration:underline;
}

.destacado{
	padding:20px 20px;
	background-color:#ededed;
	
}

.ali_iz{
	float:left;
	margin:10px 20px 10px 0;
	max-width: 100%;
		
}

.ali_iz img{
	width:100%;	
}

.ali_der{
	float:right;
	margin:10px 0 10px 20px;
	max-width: 100%;
}

.ali_der img{
	width:100%;	
}

.limpiar{
	clear:both;
	height:1px;
}

.piegaleria{
	
	font-family: 'Open Sans', serif;
	font-size:0.75em;
	line-height: 1.4em;
	margin:5px 0 10px 0;
	
}

.pieminifotos{
	
	clear:both;	
	font-family: 'Open Sans', serif;
	font-size:0.813em;
	margin:5px 0 0 0;
	
}

@media screen and (max-width:768px) {
	p{
		margin:10px 0 0 0;

	}

	.hdestacado {
		font-size: 1.2em;
	}

	.hdestacado2 {
		font-size: 1em;
	}
	
}


@media screen and (min-width: 320px) and (max-width:767px) {
	
	.bloque_grande{
		width:95%;
		margin:auto;
		
	}
	
	.contenido{
		float:none;
		width:100% !important;
		
	}

	
}

@media screen and (max-width:599px) {
	
	
	.ali_iz{
		
		float:none;
		width:100% !important;
		margin:20px 0px 0px 0;
		
		
	}
	
	.ali_der{
		
		float:none;
		width:100% !important;
		margin:20px 0px 0px 0;
		
	}
	
	
	
}