﻿html{height: 100%;}
body 
{
    font-family: "Trebuchet MS", Tahoma, Arial; 
    font-size: 12px;
    color: #111;
    
    text-align: center;    
        
    /*background-color: #191919; */
	background-color: #F8F8FF;
    
    margin: 0px;
    height: 100%;
    
}

img
{
    border: none;
}

strong
{
    color: #000;
}

a img
{
    border: none;
    margin: 0px;
    padding: 0px;
}

a
{
    text-decoration: none;
}

textarea
{
	text-transform: uppercase;
	font-family: "Trebuchet MS", Tahoma, Arial;
    font-size: 12px;
}

/********************************************************************/
/*                      CLASES DE AJAX                              */
.modalBackground 
{
	background-color: Black;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup 
{
	background-color:#fff;
	border: solid 2px #0059A5;
	
	padding:10px;	
}

.modalTitle
{
	cursor: move;
	background-color: #0059A5;
	color: White;
	text-align:center;
	/*border:solid 1px yellow;*/
	color: White;
	font-weight:bold;
	margin-bottom: 10px;
}
/********************************************************************/
.titulo_formulario_imagen
{
	width: 22px;
}

table.tbl_campos
{
    margin: 0px auto;
}

table.tbl_contenedor
{
    margin: 0px auto;
}


/********************************************************************/
/*              DEFINICION DE GRILLAS                               */
/********************************************************************/

.grilla
{
    margin: 0px auto;
    /*border: solid 1px #C3D9FF;*/
}

.grilla_header
{
    text-transform: uppercase;
   /* background-color: #0063CA;*/
    /*background-color: #4682B4;*/
     background-image: url(../img/fondo/header_grid.jpg);
    background-repeat: repeat-x;
    font-weight: bold;
    color: #ffffff;
}

.grilla_fila1
{
    background-color: #fff;
    border-bottom: dotted 1px #ccc;
	text-transform: uppercase;
}

.grilla_fila1:hover
{
    background-color: #CCCCCC;
    /*font-weight: bold;*/
    cursor: pointer;
}


.grilla_fila2
{
    background-color: #fff;
    border-bottom: dotted 1px #ccc;
    cursor: pointer;
	text-transform: uppercase;
}

.grilla_fila2:hover
{
    background-color: #CCCCCC;
    /*font-weight: bold;*/    
}

.grilla_seleccionada
{
    background-color: #FFFF99; 
    font-weight: bold;
    color: #333333;
}

.grilla_seleccionada:hover
{
    background-color: #C3D9FF;
	background-color: #F8AD6D;	
}

.grilla_paginacion
{
    background-color: #858897; 
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding: 0px;
}

.grilla_paginacion table
{
    margin: 0px auto;
    padding: 0px;
}

.grilla_paginacion table tr td a
{
    color: #ffffff;
}


.grilla_paginacion a
{    
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    font-size: 10px;
}

.grilla_paginacion a:hover
{
    background-color: #f3d300;
    color: #525252;
    width: 25px;
    font-size: 18px;
}

.grilla_footer
{
    background-color: #FFD300;
    font-weight: bold;
    color: #000000;
}

/*                  TEXTBOX´s                                     */
/******************************************************************/
input 
{
    text-transform: uppercase;
	font-size: 12px;
}

input[type=text]:hover, input[type=password]:hover, input[type=checkbox]:hover 
{
    border: solid 1px #0063CA;   
	font-size: 14px;
}

input[type=text]:focus, input[type=password]:focus
{
    border: dashed 1px #0063CA;  
	font-size: 14px;	
}

/*                  FIN DE LOS TEXTBOX´s
/******************************************************************/

/*                  COMBOS                                     */
/******************************************************************/
select:hover
{
background: #ffffdd;
 border: solid 1px #0063CA; 
}
select:focus
{
	background: #ffffdd;
  border: solid 1px #0063CA;
}
/*                  FIN DE LOS COMBOS
/******************************************************************/

select 
{
	width: 200px;
}


/******************************************************************/
/*                  CALENDARIOS                                   */
/******************************************************************/


.calendario input[type=text]
{
    text-align: center;
    background-color: #fff;
    /*letter-spacing: 1px;*/
}

.calendario_header_mes
{
    background-color: #FFD300;
    /*background-color: #F18103;*/
    color: #000;   
    border: none;
}

.calendario_header_dia
{
    /*background-color: #F18103;*/
    background-color: #0063CA;
    color: #ffffff;
    font-weight: bold;
}

.calendario_dia_semana
{
    background-color: #FFFFFF;
    color: #000099;  
    height: 10px;  
}

.calendario_fin_semana
{
    background-color: #FFFFFF;
    color: #990000;   
}

.calendario_otro_mes
{
    background-color: #FFFFFF;
    color: #DDDDDD;
}

.calendario_dia_hoy
{
    background-color: #F18103;
    color: #ffffff; 
    font-weight: bold;
    border: solid 1px Navy;
}

.calendario_dia_seleccionado
{
    background-color: #FFFF00;
    color: #000000;
    font-weight: bold; 
    border: solid 1px navy; 
}

.calendario_dia_limpio
{
    background-color: #C3D9FF;
    color: #000000;
    font-weight: bold;
}

.calendario_mes_ano
{
    background-color: #FFFFC0;
    color: #000000;
}

.calendario_mes_ano_selec
{
    background-color: #C3D9FF;
    color: #000000;
    font-weight: bold;     
}

/*  FIN DE CALENDARIOS  */
/****************************************************************************/


h2
{
    font-size: 14px;
    color: #525252;
    text-align: center;
    margin: 1px 0px 6px;
    
    width: 100%;    
    
    
    font-style:italic;
    text-indent: 10px;
}

legend
{
	font-size: 14px;
	color: #00367C;
	color: #525252;
    font-style:italic;    
}

.texto_normal
{
	text-transform: none;
}

 .LinkButton
 {
	padding: 0px;
	margin: 0px;	
 }
 
 .LinkButton img
 {
	border: none;
	margin: 0px;
	padding: 0px;
 }
 
 .LinkButton a
 {
	border: none;
	margin: 0px;
	padding: 0px;
 }
 
 a img
 {
	border: none;
	margin: 0px;
	padding: 0px;
 }

 .tv a img
 {
	width: 16px;
 }

.espacio
{
    height: 10px;
}

.medio_espacio
{
    height: 4px;
}


.uc_seccion
{
    margin:5px;    
}

.uc_seccion_titulo
{
    background-color: #4682B4;
    padding: 4px;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.1em;
}
.uc_seccion_titulo:hover
{
    cursor: pointer;
}

.uc_seccion_contenido
{    
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
}

.uc_seccion_contenido .uc_seccion_contenido
{
    border: none;    
}

.ddl 
{    
    
}
.ddl option
{    
    max-width: 600px;  
    overflow: visible;  
}


.pestana .ajax__tab_header
{    
    border-bottom: solid 5px #CA7131;  
    height: auto;
    text-align: left;
    height: 30px;
}

.pestana .ajax__tab_header .ajax__tab_outer
{
    background: url(/img/boton/proyecto/pestana_normal.png) repeat-x;
    margin-right: 1px;
    
    width: 20%;
    height: 100%;
    
    max-width: 200px;
    
    color: #ffffff;
    font-size: 1.2em;
    text-align: center;
    vertical-align: middle;
    padding-top: 2px;
}

.pestana .ajax__tab_header .ajax__tab_tab
{
    
}

.pestana .ajax__tab_hover .ajax__tab_outer
{
    background: url(/img/boton/proyecto/pestana_activa.png) repeat-x;
}
.pestana .ajax__tab_active .ajax__tab_tab 
{
    
}
.pestana .ajax__tab_active .ajax__tab_outer
{
    background: url(/img/boton/proyecto/pestana_activa.png) repeat-x;
}
.pestana .ajax__tab_body
{
    
}

.ajax__tab_panel
{
    
}

.miClase
{
    border: solid 5px #900;
}


.uc_grupo
{
    margin:5px;    
}

.uc_grupo_titulo
{
    
    padding: 4px;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.1em;
    /*background: url(/img/fondo/fondo6.png);
    background-position: bottom;*/
     background-color:#7EBD54;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
      
}
.uc_grupo_titulo:hover
{
    cursor: pointer;    
}

.uc_grupo_img
{
    height: 24px;
    float: left;    
    margin-top: -4px;
    margin-left: -4px;
}
.uc_grupo_contenido
{    
    border-right: solid 1px #7EBD54;
    border-bottom: solid 1px #7EBD54;
    border-left: solid 1px #7EBD54;
    background-color: #F8F8FF;
}

.uc_grupo_contenido .uc_grupo_contenido
{
    border: none;    
}

.checkboxlist
{
    border-collapse: collapse;
    border-spacing:  3px;
    
    list-style-position: inside;
     
}

.checkboxlist li
{
    background-color: #ffffff;
    text-align: left;
    border-bottom: dotted 1px #cccccc;
    
    padding-left: 10px;
}

.checkboxlist li:hover
{
    background-color: #FFD300;        
}

.checkboxlist li label
{    
        
}

.checkboxlist li input[type="checkbox"]
{
    width: 20px;    
}


