<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container {
	width: 100%; max-width: 1200px;
	margin: 0px auto;
	padding: 0px;
}

.containerproyectos {
	width: 100%; max-width: 1000px;
	margin: 0px auto;
	padding: 0px;
}

[class*="cell-"] {
		vertical-align: middle;
		/* Chrome 9-, Safari 5-, iOS 4.2-, Android 3-, Blackberry 7- */
	    -webkit-box-sizing: border-box;
	    /* Firefox (desktop or Android) 28- */
	    -moz-box-sizing: border-box;
	    /* Firefox 29+, IE 8+, Chrome 10+, Safari 5.1+, Opera 9.5+, iOS 5+, Opera Mini Anything, Blackberry 10+, Android 4+ */
	    box-sizing: border-box;
		padding-left: 7px;
		padding-right:7px;
		min-height: 1px;
	}

[class*="cell2-"] {
		min-height: 1px;
		float:left;
	}
.cell2-12 {width: 100%;}
.cell2-11 {width: 91.66666667%;}
.cell2-10 {width: 83.33333333%;}
.cell2-9 {width: 75%;}
.cell2-8 {width: 66.66666667%;}
.cell2-7 {width: 58.33333333%;}
.cell2-6 {width: 50%;}
.cell2-5 {width: 41.66666667%;}
.cell2-4 {width: 33.33333333%;}
.cell2-3 {width: 25%;}
.cell2-2-2 {width: 20%;}
.cell2-2 {width: 16.66666667%;}
.cell2-1 {width: 8.33333333%;}

@media screen and (min-width: 769px) and (max-width: 1499px){
}

@media screen and (min-width: 1500px){
}

@media screen and (min-width: 1300px){
}

@media screen and (min-width: 769px){
	.proyectosimg{
	  height: 250px;
	}
	.paddingheader{ padding-top: 15px; }
	.paddingleft{ padding: 15px 15px 15px 10%; }

	[class*="cell-"] {
		float:left;
	}

	.cell-12 {width: 100%;}
	.cell-11 {width: 91.66666667%;}
	.cell-10 {width: 83.33333333%;}
	.cell-9 {width: 75%;}
	.cell-8 {width: 66.66666667%;}
	.cell-7 {width: 58.33333333%;}
	.cell-6 {width: 50%;}
	.cell-5 {width: 41.66666667%;}
	.cell-4 {width: 33.33333333%;}
	.cell-3 {width: 25%;}
	.cell-2-2 {width: 20%;}
	.cell-2 {width: 16.66666667%;}
	.cell-1 {width: 8.33333333%;}
	.cell-1_1 {width: 2%;}

	.alinear_izquierda{text-align: left;}
	.alinear_derecha{text-align: right;}
	.directorio_integrantes img{ width:100%;}
}


@media screen and (min-width: 769px) and (max-width: 900px){
	footer .cell-7, .cell-5 {width: 100%;}

}

@media screen and (max-width: 769px){
	
	.proyectosimg{
	  height: 200px;
	}

	.ocultar{
		display: none;
	}

	[class*="cell-"] {
		text-align: center;
		margin:0px auto !important;
		padding: 10px 0;
	}
	.container {
		padding: 0px;
	}

	 #climafecha{display:none;}
	 .separador{ height: 10px; margin: 0px !important;}
	.separador2{ height: 5px;}
	.separador3{ height: 3px;}

	.alinear_izquierda{text-align: center;}
	.alinear_derecha{text-align: center;}
	.cell-12, .cell-11, .cell-10, .cell-9, .cell-8, .cell-7, .cell-6, .cell-5, .cell-4, .cell-3, .cell-2, .cell-2-2, .cell-1 {width: 90% !important;}

	.pageWrapper{
		transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		z-index:9;
		position:relative;
		background:#fff
	}
	.titulo{ font-size: 20px !important;}
	.titulo2{ font-size: 20px !important;}

	.logo_img1 {width:100% !important; max-width: 190px !important;}

}

</pre></body></html>