/*GENERAL*/
body {
	margin: 0px;
	padding: 0px;
	background-image: url(img/fondo.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	background-color: #050A03;
	}
.imagen_animada_chica {
	background-image: url(img/chica.jpg);
	background-repeat:no-repeat;
	background-position:6px 5px;

}
.texto_chica {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #0c2701;
}
.fondo_chica {
	background-image: url(img/fonco_chica_conectada.gif);
	background-repeat: no-repeat;
}
.texto_footer {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #0c2701;
	line-height: 16px;
}
.texto_chico {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #0c2701;
	padding-top: 8px;
}
