/* CSS Document */

p.noticias { 
   font-family: Arial; 
   font-size: 10 pt; 
} 
table.tbTexto{
	font-family: Arial; 
    font-size: 10 pt; 
}
td.tdTexto{
	font-family: Arial; 
    font-size: 12 pt; 
}
p.Bienvenida1 {
	font-family: Times New Roman;
	font-size: 16 pt;
	font-weight: bold;
	font-style: italic;
}

p.Bienvenida2 {
	font-family: Times New Roman;
	font-size: 14 pt;
} 

p.Titulos {
	 font-family: Times New Roman; 
     font-size: 18 pt; 
	 font-weight: bold;
	 font-style: italic;
}

p.Subtitulos {
	 font-family: Arial; 
     font-size: 12 pt; 
	 font-weight: bold;
}

p.Texto {
	font-family: Arial; 
    font-size: 10 pt; 
}

p.TextoQuienesSomos {
	font-family: Arial; 
    font-size: 10 pt; 
	line-height: 2;
}

p.TextoCapacitacion {
	font-family: Arial; 
    font-size: 10 pt; 
}
a.links {
	font-family: Arial; 
    font-size: 10 pt; 
}

div.dimmer1
{
    position:absolute;
    left:0px;
    top:32px;
}

div.dimmer 
{
	position:absolute;
	left:0px;
	top:0px;
	font-family:verdana;
	font-weight:bold;
	padding:40px;
	
	
}


div.dimming {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	background-color: #ffffff;
	position:absolute;
	/* set z-index higher than possible */
	z-index:10000;
	visibility: hidden;
	
	border-style: solid;
	border-color: #999999;
	border-width: 1px;

}

table.floatingHeader
{
	background-color: #AC2036;
	color:#ffffff;
	cursor: pointer;
}
