/* CSS Document */

body {
	background-color:#091B33;
	margin:0px;
}

.texto-normal{
	font-family:Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:normal;
	color:#8F8F8F;
	padding-right:40px;
}
.texto-footer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#D4D4D4;
}
.texto-foto-negrita{
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	font-weight:bold;
}
.texto-foto-normal{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}