/* CSS Document */
body {
	background-color: #ffffff;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #0099CC;
}

a:hover {
	color: #00FFFF;
}

a:visited {
	color: #0099CC;
}

.textodesarrollo {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: regular;
	color: #000000;
}

.textonegritas {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.textomedio {
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: regular;
	color: #000000;
}

.cursivagris {
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: italic;
	color: #666666;
}

.textodesarrolloblanco {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: regular;
	color: #ffffff;
}

.textonegritasblanco {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.textonegritasamarillo {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
}

.encabezado {
	font-family: Arial, Helvetica;
	font-size: 20px;
	font-weight: bold;
	color: #34b6e4;
}

.destacados {
	font-family: Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

.legales {
	font-family: Arial, Helvetica;
	font-size: 10px;
	font-weight: regular;
	color: #999999;
}