.txt_titular {
	font-family: Arial;
	font-size: 14px;
	color: #003333;
	text-decoration: none;
	font-weight: bold;
}
.txt_contenido {
	font-family: Arial;
	font-size: 11px;
	color: #003333;
	text-decoration: none;
}
.txt_menuseccionPrincipal {
	font-family: Arial;
	font-size: 12px;
	color: #395b61;
	text-decoration: none;
	font-weight: bold;
}
.txt_menuseccion {
	font-family: Arial;
	font-size: 11px;
	color: #50777E;
	text-decoration: none;
	font-weight: bold;
}
.txt_imagenseccion {
	font-family: Arial;
	font-size: 10px;
	color: #50777E;
	text-decoration: none;
}
a.linkMenu:link { 
	font-family: Arial;
	font-size: 11px; 
	text-decoration: none; 
	color: #51767d;
}
a.linkMenu:visited { 
    font-family: Arial;
	font-size: 11px;
	text-decoration: none; 
	color: #51767d;
}
a.linkMenu:hover { 
    font-family: Arial;
	font-size: 11px;
	text-decoration: none; 
	color: #214349;
}
a.linkMenu:active { 
    font-family: Arial;
	font-size: 11px;
	text-decoration: none; 
	color: #51767d;
}

a.linkContenido:link { 
	font-family: Arial;
	font-size: 11px; 
	text-decoration: none; 
	color: #FF0000;
}
a.linkContenido:visited { 
    font-family: Arial;
	font-size: 11px;
	text-decoration: none; 
	color: #FF0000;
}
a.linkContenido:hover { 
    font-family: Arial;
	font-size: 11px;
	text-decoration: underline; 
	color: #FF0000;
}
a.linkContenido:active { 
    font-family: Arial;
	font-size: 11px;
	text-decoration: underline; 
	color: #FF0000;
}
H1 {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10; 
	COLOR: #990000; 
	FONT-FAMILY: Arial; 
}
.txt_contenidoSeccionTitular {
	font-family: Arial;
	font-size: 12px;
	color: #003333;
	text-decoration: none;
	font-weight: bold;
}
.txt_contenidoSeccion {
	font-family: Arial;
	font-size: 11px;
	color: #003333;
	text-decoration: none;
}
/* Floated Images */	
	
img.floatright, img.bfr, div.imgfr, div.imgfrb, div.imgfrbb	{
	float:right;
	margin:5px 0 20px 20px;
	}
img.floatleft, img.bfl, div.imgfl, div.imgflb, div.imgflbb	{
	float:left;
	margin:5px 15px 10px 0;
	}