﻿/* CSS Document */

/* General */

body
	{
	    color:#989898;
	    font-size:14px;
	    background-image:url(../images/gradiente.png);
	    background-repeat:repeat-x; 
	    background-color:#ACACAC; 
	    height:auto;
	    font-family: Arial,Helvetica, sans-serif;
	    padding:0px 0px 0px 0px;
	    margin:0px 0px 0px 0px;
	    text-align:justify;	
	}	

/* fin General */

/* Capas */

#div_centrado
	{
	    margin:auto;
	    width: 1024px;
	    z-index:1;
	}

#div_contenido
	{
	    width:1024px;
	    min-height:500px;
	    background-image:url(../images/fondo_contenido.png);
	    background-repeat:repeat-y;	    
	}
		
#div_cabecera
    {
        width:1024px;
        height:115px;
        padding-top:45px;
        background-image:url(../images/fondo_cabecera.png);
    }
    
#div_pie
    {
        width:1024px;
        height:50px;
        background-image:url(../images/fondo_pie.png);
        background-repeat:no-repeat;
        color:#989898;
        font-size:10px;
        text-align:center;
        padding-top:8px;
    }

#div_logo
    {
        float:left;
        width:280px;
        padding-left:45px;                             
    }

#div_login
    {
        margin-left:auto;
        margin-right:auto;
        width:520px;
        height:380px;
        padding:30px;        
        border:#989898 2px solid;            
    }	

#div_recuadro
    {
        margin-left:auto;
        margin-right:auto;
        width:450px;
        height:170px;
        padding:30px;        
        border:#989898 2px solid;
    }

#div_seccion
    {
        float:right;
        text-align:right;
        width:600px; 
        padding-right:50px;         
    }
 
 #div_botones_pasos
    {
        width: 850px;
        margin: auto;
        padding-bottom:30px;                                           
    }
 
 #bloque_contenido
    {
        padding-top: 30px;
        padding-bottom:30px;
	    margin: auto;
	    width: 850px;
	    min-height:450px;
	    line-height:20px;
	    background-image:url(../images/plan_transparente.png); 
	    background-repeat: no-repeat;
        background-position:left;
	    overflow:hidden;    
    }
 
#bloque_contenido_transparente
    {
        padding-top: 30px;
        padding-bottom:30px;
	    margin: auto;
	    width: 850px;
	    min-height:400px;
	    line-height:20px;
	    overflow:hidden;   	   
    } 
 
#recuadro_titulo
    {
        width:848px;
        border:#989898 1px solid;
        background-color:#EEEEEE;
        padding-top:5px;
        padding-bottom:5px; 
        text-align:center;
        font-weight:bold;
        font-size:20px;       
    }
    
/* fin Capas */

/* DONDE SE PINTAN LOS DATOS */

/* Formularios */

.boton
{
	color:#989898;
	font-size:16px;
	border:#989898 solid 2px;
	border-radius: 10px;
	height:30px;
	padding:0px 8px; 
	background:#EEEEEE;	
	cursor:pointer; 
}

.boton:hover
{
    color:#989898;
	border:#989898 solid 2px;
	border-radius: 10px;
	height:30px;
	font-size:16px;
	padding:0px 8px; 
	background:#FFFFFF;
	cursor:pointer; 
}

.formulario
{
    font-family:Arial;
	font-size:14px;
	color:#989898;
	border:#989898 solid 1px;
	background:#FFFFFF;	
}

.formulario:focus
{
    font-family:Arial;
    font-size:14px;
	color:#989898;
    border:#ECBD00 solid 1px;
    background:#FFFFFF;	
}

.fila_error
{
    color:#990000;
    border:#989898 1px solid;
    padding-top:5px;
    padding-bottom:5px;        
}

/* fin formularios*/

/* textos */

.texto_rojo
{
    color:#990000;    
}

.texto_gran
{
    font-size:20px;    
}

.titulo_centrado
{
    color:#989898;
    font-weight:bold;
    font-size:16px; 
    text-align:center;   
}

.fondoCabeceraListado
    {
       text-decoration:none;
       background-color:#989898;
       color:#FFFFFF;
       font-size:14px; 
       text-align:center;           
    }
    
.fondoFilaListado
    {
       background-color:#EEEEEE;
       color:#989898;
       text-align:center;             
    }

.fondoFilaListadoAlt
    {
       color:#989898;  
       text-align:center;          
    }	

/* fin textos */

/* PopUps */

.modalBackground
{
    background-color:#000000;
    filter:alpha(opacity=40);
    opacity:0.5;  
}

.ModalWindow
{
    border: #989898 3px solid;
    color:#989898;    
    background:#FFFFFF;
    padding: 0px10px10px10px;
    position:absolute;
    top:-1000px;
}

.ModalWindowPopUp
{
    border: #989898 3px solid;
    color:#989898;    
    background:#FFFFFF;
    padding: 0px10px10px10px;
    margin-left:10px;    
}

.div_TituloVentana
    {
        background-color:#989898;  
        color:#FFFFFF;
        font-size:16px;        
    }

.linksCerrar
    {
        color:#FFFFFF;
	    font-size:14px;
	    text-decoration:none;
	    cursor:pointer;   
    }
    
.linksCerrar:hover
    {
        color:#FFFFFF;        
        font-size:14px;
        text-decoration:underline;  
        cursor:pointer;     
    }

/* fin Pop Ups*/