a:link {
	color: #993300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #993300;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
}

.campo {
    font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;	
	color: #000000;	
	background-color: #FFFFFF;	
    border: 1px solid #4D515C; 
}

.botones {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;	
    font-weight: bold;	
    background-color: #FFDD77; 
    border: 1px solid #000000;	
    cursor: hand;
}

.comboBox {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 10px;	
    font-weight: bold;	
    background-color: #FFDD77; 
    border: 1px solid #000000;	
    cursor: hand;
}

.cellErr {	
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;	
	font-weight: bold;	
	color: #000000;	
	background-color: #FFFF99;	
	border: 1px solid #000000;
}

.fuente-normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	text-align: justify;
}

.fuente-normalfuerte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
}

.fuente-normalclasica {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
}

.fuente-titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #953f3f;
	font-style: normal;
	font-weight: bold;
}

.fuente-supertitulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #953f3f;
	font-style: normal;
	font-weight: bold;
}

.fuente-titulo-sec-enlaces {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #8C8177;
	font-style: normal;
	font-weight: bold;
}

.fuente-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
}

.fuente-link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
}

.fuente-enlacessecciones {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0066CC;
	font-style: normal;
	font-weight: bold;
}

.background-norepeatdocu {
	background-attachment: scroll;

	background: ../../../img/documentos/docu_background2.gif; 
	background-position:center top;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../img/documentos/docu_background1.jpg);
}

.background-norepeatform {	background-attachment: scroll;
	background-image: url(../img/formulario/form_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.background-norepeatlinks {	background-attachment: scroll;
	background-image: url(../img/enlaces/enlaces_background1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.background-dcha {	background-attachment: scroll;
	background-image: url(../img/common/background_right01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.background-izda {	background-attachment: scroll;
	background-image: url(../img/common/background_left01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.background-solucion {	background-attachment: scroll;
	background-image: url(../img/common/superfondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.fotoAclarar {
      FILTER: alpha(opacity=70); opacity: .7;
}
.fotoDesaclarar {
      FILTER: alpha(opacity=100); opacity: 1;
} 
