<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Importar estilos para RESET */
@import url("reset_html5.css");
/* Importar estilos encabezados */
@import url("encabezado.css"); 
/* Importar estilos ruta de temas */
@import url("rutas.css"); 
/* Importar estilos submenu */
@import url("submenues.css");
/* */
@import url("anexos.css"); 

h1 {
	font-size: 18px;
	color: #BE4141;
	text-decoration: none;
	margin:20px 0;
}
h2 {
	font-size: 16px;
	color: #BE4141;
	text-decoration: none;
	margin:20px 0;
}
h3{
	font-size: 14px;
	color:#333333;
	text-decoration: none;margin:0px;
	padding:0px;
}
h4{
	font-size: 13px;
	color:#333333;
	text-decoration: none;margin:2px 0px;
}
p {
	font-size: 13px;
	color:#717171;
	text-align:left;
	margin:4px 0px 10px;
	padding:0px;
}
a {
	color:  #375794;
}
a:hover {
	text-decoration: none;
	color: #243960;
}


#contenidoCompleto {
	clear:both;
	width: 100%;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
#movie_up{
	position:absolute;
	z-index:1;
	text-align: right;
	left: 728px;
	top: 75px;
	width: 230px;
}
#movie_up a {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#movie_up a:hover {
	color:#FFFFFF;
	text-decoration: blink;
}
#container #modulo01{
	font-size:10px;
	clear:both;
/*	width:802px; */
	margin:auto;
	padding:10px 40px;
	text-align:left;

}
#container #modulo02{
	clear:both;
	width:802px;
	margin: 0px 0px 10px 190px;
	text-align:left;
}
#emprendedores { width:1000px; height:180px; z-index:0;}
#container #modulo01 .cuadrored {
	width:45%;
	height: 175px;
	padding:10px;
	border-radius:10px;
	border:#CCC 1px solid;
	float:left;
	margin: 0px 2% 10px 0px;
	overflow:hidden;
	background-color:#FFFFE8;
	-moz-box-shadow:5px 5px 5px #999999;
	-webkit-box-shadow:5px 5px 5px #999999;
	box-shadow:5px 5px 5px #999999;
}
#container #modulo01 .cuadrored h2 {
	margin:0px;
	padding:0px;
}
#container #modulo01 .cuadrored img { 
	margin:5px;
	float:right;
}

/* Red de Emprendedores*/

.conten_logos{
	text-align: right;
	height: auto;
	width: 220px;
	float: left;
	margin:2px 2px 2px 5px;
	padding:3px 8px 0px 8px;
	-moz-border-radius:5px;
	-moz-box-shadow:2px 2px 2px 2px #999999;
	-webkit-box-shadow:2px 2px 2px 2px #999999;
	box-shadow:2px 2px 2px 2px #999999;
	font-size: 11px;
	color:#666;
	background-color: #FFF;
}	
.conten_line{
	float: right;
	text-align: right;
	height: auto;
	width: auto;
	margin:0px 5px 0px 5px;
}
.conten_info{
	float:left;
	height: auto;
	width: 520px;
	margin:2px 2px 2px 9px;
	padding:3px 8px 0px 15px;
	font-size: 11px;
	border-radius:6px;
	-moz-box-shadow:3px 3px 3px; 
	border: #D8D8D8 solid 2px;
	border-top-left-radius:5px;
    border-top-right-radius:5px;
	background-color: #F8F8F8;
}
.box{
width:100px;
height:100p;
margin:10px;
float:left;
-webkit-box-shadow: 0px 3px 3px #999999;
-moz-box-shadow: 0px 3px 3px #999999;
box-shadow: 0px 3px 3px #999999;
}</pre></body></html>