@charset "utf-8";
.texto_chico {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 140%;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FE8D32;
}
.style1 {
	color: #FE8D32;
	font-weight: bold;
	font-size: 24px;
}


.texto_chico_bold {
	font-family: Arial, Helvetica, sans-serif;
	color: #FE8D43;
	font-size: 13px;
	line-height: 130%;
	font-weight: bold;
}
td img {
	display: block;
}
body {
	background-color: #090A0C;
	margin-top: 0px;
}
a:link {
	color: #FF6600;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF6600;
}
a:visited {
	color: #FF6600;
}
.izquierda {
	float: left;
	padding-right: 15px;
}
.derecha {
	float: right;
	padding-left: 15px;
}
.texto_grande {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 140%;
}