/* CSS Document */

BODY{
background-image:  url(../img/fondo.gif);
margin: 30px;
}
#contenido{line-height:25px;}
.ttbdy { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;text-decoration: none; font-weight:bold}
.ttbdyPie { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #CCFF9A;text-decoration: none; font-weight:bold;margin:5px;}

.ttbdy_nor { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;text-decoration: none; font-weight:normal}

.ttbdysub { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000;text-decoration: underline; font-weight:normal;}

.fondo1 {
	background-image:  url(../img/fondo1.gif);
	background-color: 99CC66; 
	text-align: center;
	background-position: right ;
	background-repeat: no-repeat;
	height: 20px;
	cursor: hand;
}
.fondo2 {
	background-image:  url(../img/fondo2.gif);	
	text-align: center;	
	background-repeat: repeat;
	height: 20px;
	cursor: hand;
	border: 1px solid #4C8A69;
}
.border {border: 1px solid #B3C595; background-color:99CC66};
.border_sub {border: 1px solid #4C8A69; background-color:ffffff;line-height:25px};

.bordergeneral {border: 1px solid #CCFF9A};

.especial {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: #4C8A69;text-decoration: none; font-weight:bold}
.mensajesDiv
	{
	scrollbar-arrow-color: #99CC66;
	scrollbar-3dlight-color: #99CC66;
	scrollbar-highlight-color: #EAEAE2;
	scrollbar-face-color: #D5D6C8;
	scrollbar-shadow-color: #644C30;
	scrollbar-darkshadow-color: #EAEAE2;
	scrollbar-track-color: #99CC66;
	}
	
	 .boton{
        font-size:10px;
        font-family:Verdana,Helvetica;
        font-weight:bold;
        color:white;
        background:#50D488;
        border:0px;
        width:80px;
        height:19px;
       }

.boton2{
        font-size:10px;
        font-family:Verdana,Helvetica;
        font-weight:bold;
        color:white;
        background:#000000;
        border:0px;
        width:80px;
        height:19px;
       }
     
.inpus{        
        font-family:Verdana,Helvetica;
        font-weight:normal;       
		border: 1px solid #50D488;
		width: 150px;      		
       }
       
.inpus2{        
        font-family:Verdana,Helvetica;
        font-weight:normal;       
		border: 1px solid #000000;
		width: 150px;      		
       }

