/* CSS Document */
/*Definición de los estilos para las tablas dentro de las cuales aparecen los resultados de las búsquedas y consultas*/
.Estilo_1 { font-family: Verdana; font-size: 10px; font-weight: bold; }
    .Head, .Body {
	    font-family: Arial, Helvetica, sans-serif;
		font-size:10px;
		width: 350px;
	    cursor:pointer;
		}
        
		.Head table {
		background-color:#cccccc; /* #f4f7f9;/*#009966*/
   	    border-color:#cccccc;/*#CC6600*/
	    font-weight:bold;
	    text-align: center;
		width:350px;
      }
	   .Body table  {
       background-color:#cccccc;/* #f4f7f9;*/
	   border-width:thin;  
	   border-color:#cccccc;
	   font-weight: bold;
	   text-align: center;
	   size:1px;   
	   width:350px;
      }
      .Head td {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background-color:#f4f7f9;/*#f4f7f9*/
        color: #666666;
		font-weight: bold;
      }
      tr {
        
		font-size:10px;
      }
      .Body {
        position: relative;
        overflow: auto;
        height: 200px;
      }
	  .Body td{
		 color: #000000;
      }
	.Body td .Nombre{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size:10px;
		color:#FF6600;
	}
	select{ 
		font-size: 10px; 
		font-family:Verdana, Arial, Helvetica, sans-serif;
		background-color: #ECE9D8;
		border-color:#FF6600;
		color: #3d5c7c;
	}
	.CamposBuscar{
		font-size: 10px; 
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color: #666666;
		font-weight: bold;
	}
	.FIELDSET{
		width:300; 
		height:25; 
		text-align:center;
		vertical-align:middle;
		background-color:#FFFFFF;
	}
	
	.Buscar {
    	font-family: Verdana,Arial,Helvetica,sans-serif;
    	font-size: 10px;
		color:#666666;
    	width:69px; 
		height:20px;   	
    	text-decoration: none;
    	text-align: center;
    	border: 0px;
		cursor:pointer;
		background-image:url(imagenes/bt_buscar.jpg);
	}
	.CamposNormal{
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	} 
	a {
		text-decoration:none;
	}
