@charset "UTF-8";
/* 
ESTILOS DE TEXTO Y COLOR PARA LA WEB DE DISTRISANTIAGO
JULIO 2010 - LUIS RODRIGUEZ kyke.mac@gmail.com
*/

body {
	background-color: #0D1B2B;
	text-align: center;
}
.center_text {
	text-align: center;
}
.texto {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #CCC;
	line-height: 18px;
}
.texto_grande {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #CCC;
}
.Texto_Foto {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #CCC;
	font-size: 9px;
}

