@charset "utf-8";
/* CSS Document */

#principal{
width:742px;
	margin:0 auto 0 auto;
 	border-style:solid; 
    border-color: #999999; 
    border-width:10px;
	


}

.texto_gral {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

/*h1 {
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
*/
.cajaresaltada{
width:90%;
border-style: dashed;
border-color:#999999;
border-width:1px;
margin:0 auto 0 auto;
background-color: #F4F4F4;
}

.botonbuscar{
width:66px;
height:28px;
background-image:url(../imagenes/btn_buscar.png);
border-width: 0;

}




.botonverificar{
width:92px;
height:28px;
background-image:url(../iconos/BTN_VERIFICAR.png);
border-width: 0;

}


.TextoNotasPequeñas{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color: #666666;

}

.botonaplicar{
width:60px;
height:28px;
background-image:url(../imagenes/BTN_APLICAR.png);
border-width: 0;

}

A:link {
text-decoration: none;
/*border-bottom: 1px dashed;*/

color:#666666;

}
A:visited {
text-decoration: none;
/*border-bottom: 1px dashed;*/
color:#666666;
}
A:active {
text-decoration: none;
/*border-bottom: 1px dashed;*/
color:#666666;
}
A:hover {
text-decoration: none;
/*border-bottom: 1px dashed;*/
color: #999999;
}


#ServContratados{
/*height:200px;*/


}

#fondoAyuda{
height:279px;
width:953px;
background-image:url(../imagenes/fondo_ayuda.jpg);

}

.TitulosVerdes{
color:#8CC63F;
}
