/**********************************************/
/*	        Clases de estilo AVC     		  */
/*											  */
/**********************************************/				

.boton{
        font-size:10px;
        font-family:Verdana,Helvetica;
        font-weight:bold;
        color:white;
        background:#638cb5;
        border:1px;
        width:80px;
        height:19px;
        border-color: #000066;
        border-style: solid;
       }

.botonLargo{
        font-size:10px;
        font-family:Verdana,Helvetica;
        font-weight:bold;
        color:white;
        background:#638cb5;
        border:1px;
        width:90px;
        height:19px;
        border-color: #000066;
        border-style: solid;
       }
/* Clase utilizada para los campos del login.  */

.field{
	   border-style:solid;
	   border-color: #000000;
	   border-width: 1px;
	   font-size: 11px;
}

.filas{text-decoration:none;
				 font-color: "#003366";
       			 font-size: 11pt;
       			 Font-weight:bold;
				}


A.linkMenu:hover{text-decoration:none;
				 color: "#FFFFFF";
       			 font-size: 11pt;
       			 Font-weight:bold;
       			}
A.linkMenu:active{text-decoration:none;
				 color: "#003366";
       			 font-size: 11pt;
       			 Font-weight:bold;
				}
A.linkMenu:visited{text-decoration:none;
				 color: "#003366";
       			 font-size: 11pt;
       			 Font-weight:bold;
				}
A.linkMenu:link{text-decoration:none;
				 color: "#003366";
       			 font-size: 11pt;
       			 Font-weight:bold;
				}

B.linkTop:link { text-decoration:none;
				 color: "#638cb5";
       			 font-size: 11pt;
       			 Font-weight:bold;
				}
B.linkTop:hover{text-decoration:none;
				 color: "#FFFFFF";
       			 font-size: 11pt;
       			 Font-weight:bold;
       			}
B.linkTop:active{text-decoration:none;
				 color: "#003366";
       			 font-size: 11pt;
       			 Font-weight:bold;
				}
B.linkTop:visited{text-decoration:none;
				 color: "#003366";
       			 font-size: 11pt;
       			 Font-weight:bold;
				}

.distabla tr:hover, .distabla tr.resaltar {
background-color: #DFE7F2;
color: #000000;
}
.distabla tr.resaltar {
background-color: #638cb5;
color: #000000;
}
.distabla td {
border: 1px solid #CCCCCC;
}


.fieldCodigo{
			border-style:solid;
	  		border-color: #000000;
	  		border-width: 1px;
	   		font-size: 11px;
	   		width:70px;
 		    background-color: #E8E8E8;
}

.fieldCodigoLargo{
			border-style: solid;
	  		border-color: #000000;
	  		border-width: 1px;
	   		font-size: 11px;
	   		width:200px;
 		    background-color: #E8E8E8;
 		    border-style:solid;        
}

.fieldFecha{
			border-style:solid;
	  		border-color: #000000;
	  		border-width: 1px;
	   		font-size: 11px;
	   		width:70px;
	   		background-color: #E8E8E8;
}

/* Clase utilizada para campos como nombre, descripcion, etc*/

.fieldGenerico{
			border-style:solid;
	  		border-color: #000000;
	  		border-width: 1px;
	   		font-size: 11px;
	   		width:200px;

}

/* Clase utilizada para campos como un detalle, etc*/

.fieldGenericoLargo{
			border-style:solid;
	  		border-color: #000000;
	  		border-width: 1px;
	   		font-size: 11px;
	   		width:400px;

}


/***************************************/
/* Estilos para tag <select></select>  */
/***************************************/

/* textos de los items del combobox */

select.selGenerico {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 170px;
}


/***************************************/
/* Estilos para los títulos            */
/***************************************/

.titulo{
	
}

/***************************/
/* Estilos para las tablas */
/***************************/

/* Encabezado de una lista o tabla */
.headtable{
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	background-color: #003366;
    height:22px	
}

/***/

/* set millions of background images */
.rbroundbox { background: url(nt.gif) repeat; }
.rbtop div { background: url(tl.gif) no-repeat top left; }
.rbtop { background: url(tr.gif) no-repeat top right; }
.rbbot div { background: url(bl.gif) no-repeat bottom left; }
.rbbot { background: url(br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 50%; margin: 1em auto; }

				
