@charset "utf-8";
/* CSS Document */




.contenido{
	
	float:left;
	width:938px;
	
			
}
.contenido2{
	
	width:100%;
	overflow: hidden;
	
		
} 



.bloque_grande{
	
	clear:both;
	box-sizing:border-box;
	padding:10px 7px 24px 0px;
	margin:0px 1% 0px 0px;
	overflow:hidden;
	/*border:1px solid red;*/
	
	
}
.bloque_grande2 {
    clear: both;
    box-sizing: border-box;
    padding: 10px 0px 24px 0px;
    margin: 0px 0% 0px 0px;
    overflow: hidden;
    /* border: 1px solid red; */
}

h2{
	/*text-transform:uppercase;*/
	
	
}

hr{
	padding:0 0;
	margin: 5px 0 20px 0;
	
	
}




.tex1{
	font-size:1.375em;
			
}

.info{

	font-family: 'Open Sans', serif;
    font-size: 1em;
	margin:30px 0 30px 0;
	text-align: center;
	
	
}

.ico_portal{ display: inline-block; text-align: center; margin: 0 30px 30px 30px; width: 180px; vertical-align: top; }
.ico_portal img{ text-align: center; width: 118px; margin: auto; }

p{
	margin:0px 0 1em 0;
	text-align:justify;
}

p a{
	color:#0b5d92;
	text-decoration:underline;
}


@media screen and (min-width: 320px) and (max-width:767px) {
	
	
	
	.bloque_grande{
		width:95%;
		margin:auto;
		
	}
	.bloque_grande2{
		width:95%;
		margin:auto;
		
	}
	
	.contenido{
		float:none;
		width:100% !important;
		
	}

	
}

