/* CSS Document */

body{
	background-image: url('../images/html-bg.gif'); 
	background-repeat: repeat-x;
	background-color: #41B0DC;
	margin: 20px 0px 20px 0px;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
}

h1 {
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #142A6F;
	
}

p{
	/*margin: 20px 0px 20px 0px;*/		
	font-size: 13px;
	line-height: 170%;
}
a.enlace:hover {
	color: #CC0000;
	text-decoration: none;
}

a.enlace{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003399;
	text-decoration: underline;
	
}

.resaltadoAzul{
	color: #003399;
	font-weight: bold;
}

.resaltadoRojo{
	font-weight: bold;
	color: #CC0000;
} 

.pie{
	color : #CC0000;
	background-color: #ffffff;
	width: 100%;
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align : center;
	line-height:normal;
	border-top:1px solid #BCD2E6;
} 

.pie2{
	color: #336699;
	font-weight: bold;
}



th.fila,.th{
	font-family: Tahoma,Verdana,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: White;
	background-color:#0066CC;
	border-right: #A9A9A9 solid 1px;
	border-left: #A9A9A9 solid 1px;
	border-top: #A9A9A9 solid 1px;
	border-bottom: 1px solid #EEE;
	
}

td.fila,.td{
	border-right: #EEE solid 1px;
	border-left: #EEE solid 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background: url("../../images/fila.png") repeat-x; 
	border-bottom: 1px solid #EEE;
} 
/*Línea*/
hr{
	border: 1px solid #BCD2E6;
}
/*
.labels {
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
.textBox {
	
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	background-color: #F7F7F7;
}
.grupo {
	
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
.labelsRed {
	
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.textoNorma1 {
	
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.link1 {
	
	font-weight: normal;
	color: #0033CC;
	text-decoration: underline;
	font-size: 12px;
}
a.link1:hover {
	
	font-size: 12px;
	font-weight: normal;
	color: #0066CC;
	text-decoration: none;
}.labelsGreen {
	
	font-size: 12px;
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}
.thWhite {

	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.titulo1 {
	
	font-size: 24px;
	font-weight: bold;
	color: #0033CC;
	text-decoration: none;
}
.titulo2 {
	
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.thBlack {
	
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
*/