<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Raleway');

.caja_fashion2 { width:30%; margin:1.6%; border-radius:2%; border:#efeeee 0.5px solid; height:300px;  float:left; font-family: 'Raleway', sans-serif; position:relative;
 }


 .caja_fashion2 ul { list-style-type:none;
 }

.caja_fashion2:hover {-webkit-box-shadow: 7px 3px 20px -1px rgba(129,147,219,0.32);
-moz-box-shadow: 7px 3px 20px -1px rgba(129,147,219,0.32);
box-shadow: 7px 3px 20px -1px rgba(129,147,219,0.32); transition-property: width;
    transition-duration: 2s;
    transition-timing-function: linear;
    transition-delay: 1s;}
	
	
	
	

.caja_fashion { width:30%; margin:1.6%; border-radius:2%; border:#efeeee 0.5px solid; height:450px;  float:left; font-family: 'Raleway', sans-serif; position:relative;
 }
 
 .caja_fashion ul { list-style-type:none;
 }

.caja_fashion:hover {-webkit-box-shadow: 7px 3px 20px -1px rgba(129,147,219,0.32);
-moz-box-shadow: 7px 3px 20px -1px rgba(129,147,219,0.32);
box-shadow: 7px 3px 20px -1px rgba(129,147,219,0.32); transition-property: width;
    transition-duration: 2s;
    transition-timing-function: linear;
    transition-delay: 1s;}


.imagen_fashion img { width:100%; }

.texto_fashion {padding:15px;}
.texto_fashion h2 { font-size:16px; text-align:center; margin:8px 0 20px 0; color:#842640;}
.texto_fashion p { font-size:11.5px; text-align:center;}

.link_fashion  { font-size:12px; text-align:center; padding:5px 0; position: absolute;
    bottom: 5px;
   width:100%; background-color: #672f3e; border-radius:2%; color:#CCC; }
	
	
	.link_fashion:hover  { 
 background-color: #bb4564;  }
	
	.link_fashion a {color:#CCC; }
	
	
	
	
	
	
	
	
	
	
	
	
	.h2_livingdc {
		text-align:center; font-size:16x; color:#4b6e1a;     margin-top: 40px;

	}
	
	.caja_livingdc {  
 width:30%; margin:1.6%; border-radius:2%; border:#efeeee 0.5px solid; height:220px;  float:left; font-family: 'Raleway', sans-serif; position:relative;
 }

.caja_livingdc:hover {-webkit-box-shadow: 7px 3px 20px -1px rgba(129,147,219,0.32);
-moz-box-shadow: 7px 3px 20px -1px rgba(129,147,219,0.32);
box-shadow: 7px 3px 20px -1px rgba(129,147,219,0.32); transition-property: width;
    transition-duration: 2s;
    transition-timing-function: linear;
    transition-delay: 1s;}


.caja_livingdc2 {  
 border-radius:2%; margin-left: 35px; width: 200px; float:left; font-family: 'Raleway', sans-serif; position:relative;
 }

.caja_livingdc2:hover {-webkit-box-shadow: 7px 3px 20px -1px rgba(129,147,219,0.32);
-moz-box-shadow: 7px 3px 20px -1px rgba(129,147,219,0.32);
box-shadow: 7px 3px 20px -1px rgba(129,147,219,0.32); transition-property: width;
    transition-duration: 2s;
    transition-timing-function: linear;
    transition-delay: 1s;}

    

.imagen_livingdc .boton_living_verde {width:100%;}

.imagen_livingdc img { width:100%; }

.texto_livingdc {padding:15px;}
.texto_livingdc h2 { font-size:16px; text-align:center; margin:8px 0 20px 0; color:#2696eb;}
.texto_livingdc p { font-size:13.5px; text-align:center;}

.link_livingdc  { font-size:12px; text-align:center; padding:5px 0; position: absolute;
    bottom: 5px;
   width:100%; background-color: #92c647; border-radius:2%; color:#FFF; }
	
	
	.link_livingdc:hover  { 
 background-color: #739740;  }
	
	.link_livingdc a {color:#FFF; }
	
	
	
	
	
	
	
	
	
	
	

	
.caja_nuevas_carreras {  
 width:30%; margin:1.6%; border-radius:2%; border:#efeeee 0.5px solid; height:400px;  float:left; font-family: 'Raleway', sans-serif; position:relative;
 }

.caja_nuevas_carreras:hover {-webkit-box-shadow: 7px 3px 20px -1px rgba(129,147,219,0.32);
-moz-box-shadow: 7px 3px 20px -1px rgba(129,147,219,0.32);
box-shadow: 7px 3px 20px -1px rgba(129,147,219,0.32); transition-property: width;
    transition-duration: 2s;
    transition-timing-function: linear;
    transition-delay: 1s;}


.imagen_nuevas_carreras img { width:100%; }

.texto_nuevas_carreras {padding:15px;}
.texto_nuevas_carreras h2 { font-size:16px; text-align:center; margin:8px 0 20px 0; color:#2696eb;}
.texto_nuevas_carreras p { font-size:11.5px; text-align:center;}

.link_nuevas_carreras  { font-size:12px; text-align:center; padding:5px 0; position: absolute;
    bottom: 5px;
   width:100%; background-color: #2696eb; border-radius:2%; color:#FFF; }
	
	
	.link_nuevas_carreras:hover  { 
 background-color: #2280c7;  }
	
	.link_nuevas_carreras a {color:#FFF; }


@media (max-width:768px) {
	
	.caja_livingdc{
	width: 40%;}
	
	.caja_nuevas_carreras {
	width: 40%;}
	
		.caja_fashion {
	width: 40%;}
	
	.caja_fashion2 {
	width: 40%;}
	}



@media (max-width:480px) {
	.caja_nuevas_carreras {
	width: 98%;height:600px;  }
	
			.caja_fashion {
	width: 98%;}
	
	.caja_fashion2 {
	width: 98%;}
	
	.caja_livingdc{
	width: 98%;}
	
	}
</pre></body></html>