/* CSS Document */
body {
	background-image: url(images/lw_fondo.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #0099FF;
}

a:active {
	color: #00CCFF;
}

a:hover {
	color: #00FFFF;
}

a:visited {
	color: #0099FF;
}

.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;
}

.textonegritas_azul {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #004b8d;
}

.textonegritas_verde {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #0C3;
}

.textodestacado {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: regular;
	color: #0079c2;
}

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

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

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

.textomedio_cyan {
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: regular;
	color: #0079C2;
}

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

.encabezado_marron {
	font-family: Arial, Helvetica;
	font-size: 17px;
	font-weight: regular;
	color: #916735;
}

.encabezado_azul {
	font-family: Arial, Helvetica;
	font-size: 17px;
	font-weight: regular;
	color: #004b8d;
}

.encabezado_azulclaro {
	font-family: Arial, Helvetica;
	font-size: 17px;
	font-weight: regular;
	color: #69C;
}

.encabezado_verde {
	font-family: Arial, Helvetica;
	font-size: 17px;
	font-weight: regular;
	color: #669966;
}

.encabezado_morado {
	font-family: Arial, Helvetica;
	font-size: 17px;
	font-weight: regular;
	color: #330066;
}

.subcabeza_azul {
	font-family: Arial, Helvetica;
	font-size: 15px;
	font-weight: regular;
	color: #004b8d;
}

.subcabeza_marron {
	font-family: Arial, Helvetica;
	font-size: 15px;
	font-weight: regular;
	color: #916735;
}

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