html {
	height: 100%;
	overflow-y: scroll;
}

body {
	font-family: Tahoma; 
	font-size: 11px;
	color: #797979;
	text-align: left;
	height: 100%;
	margin:0;
}


.texto_rojo {
	font-family: Tahoma; 
	font-size: 11px;
	color: #e00027;
}

.texto_fondo_negro {
	font-family: Tahoma; 
	font-size: 11px;
	color: #909090;

}

.texto_fondo_negro_blanco {
	font-family: Tahoma; 
	font-size: 11px;
	color: #FFFFFF;
}


.texto_pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}


.fondo_cabecera{ 
	background: url(/images/estructura/fondo_cabecera.gif) left top;	
}

.fondo_pie{ 
	background: url(/images/estructura/fondo_pie.gif) repeat top;	
}

