@charset "ISO-8859-1";

a.tipo1:link {text-decoration:none; color: #ffffff;}
a.tipo1:visited {text-decoration:none; color: #ffffff;}
a.tipo1:active {text-decoration:none; color: #ffffff;}
a.tipo1:hover {text-decoration:none; color: #ffffff;}

#caja {
	width: 480px;
	display: none;
	background-color: #343333;
	position: fixed;
	z-index: 99;
	opacity: 0.94;
}
#menu{
	display: block;
	width: 480px;
	height: 98px;
	background-color: #E20041;
	position: fixed;
	z-index: 100;
}
.textmenu{
	font-family: "Helvetica", sans-serif;
	color: #FFFFFF;
	font-weight: 100;
	font-size: 15px;
	text-align: center;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	}
.textos{
	font-family: "Helvetica", sans-serif;
	font-weight: 100;
	font-size: 13px;
	text-align: justify;
	color: #333333;
	-webkit-font-smoothing: antialiased;
	}
.textosnojust{
	font-family: "Helvetica", sans-serif;
	font-weight: 100;
	font-size: 13px;
	text-align: left;
	color: #333333;
	-webkit-font-smoothing: antialiased;
	}
.textosfooter{
	font-family: "Helvetica", sans-serif;
	font-weight: 100;
	font-size: 13px;
	text-align: justify;
	color: #E4E4E4;
	-webkit-font-smoothing: antialiased;
	}
.tamanio{
	font-size: 18px;
	}
.titulos1{
	font-family: "Helvetica", sans-serif;
	font-weight: bold;
	font-size: 17px;
	text-align: left;
	color: #000000;
	}
.subtitulos{
	font-family: "Helvetica", sans-serif;
	font-weight: 100;
	font-size: 17px;
	text-align: left;
	color: #333333;
	-webkit-font-smoothing: antialiased;
	}
 .wacthusgrow{
    position: fixed;
    top: 30px;
    right:125px;
    z-index: 182;
}
	
