﻿/* CSS Document */
.bordes {
border-top: thin solid grey;
border-bottom: thin solid grey;
}
.bordes2 {
border-right: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;

}
.bordes3 {
	border-botton: thin solid #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;


}
.texto1 {
	font: normal 10px Tahoma;	
	color: #666666;

}
.bordesFinos{
    border: 1px solid #CCCCCC;
}
.bordeInferior{
   border-bottom: 1px solid #CCCCCC;
} 
 .bordeSuperior{
   border-top: 1px solid #CCCCCC;
}  	
.bordeSI{
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;

} 
  .bordeID{
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;

}   
.textoNavegacion {
	font: normal 11px Tahoma;	
	color: #003366;

}.textoContacto {
	font: normal 15px Tahoma;	
	color: #666666;

}

.negritaGranate {
	font: bold  12px Tahoma;
	color: #990000;


}
.negritaGranate2 {
	font: bold  16px Tahoma;
	color: #990000;
	
}
.negritaAzul {
	font: bold  11px Tahoma;
	color: #003366;


}

A {font-family: tahoma,helvetica; font-size: 11px; font-weight: normal; color: #003366; text-decoration: none;}

A:hover {font-family: tahoma,helvetica; font-size: 11px; font-weight: normal; color: #003366;  text-decoration: underline;}


