/* CSS Document */

body {
	background-color: #2b292a;
	margin-top: 40px;
}

.Estilo1 {
	font-family: "Century Gothic";
	font-size: 11px;
	color: #FFFFFF;
}
.Estilo1:hover {
	color: #7E7C7D;	
}

.TextoContenidos {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #2b292a;
}
.TextoChico{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2b292a;	
	text-align: right;
}

.TextoContenidosBlanco {
	font-family: "Century Gothic";
	font-size: 11px;
	color: #FFFFFF;
	width: 180px;
	margin-right: 5px;
	padding-right: 2px;
	text-align: right;
}

.Titulos {
	font-family: "Century Gothic";
	font-weight: bold;
	color: #2B292A;
	font-size: 18px;
}

