@charset "utf-8";
/* CSS Document */
.tabs ul li{
    font-size:11px;
}
body{
	background: #3e8bdb url(../images/fondoEntrada.jpg) repeat-x;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
    color:#555;
}
a:link{
    /* color:#5fa800;*/
    color:#6cbd06;
}
a:hover{
    color:#0e3f72;
}
a:visited{
    color:#5fa800;
}
input.texto{
    border:1pt solid #ccc;
    height:14px;
    color:#5fa800;
    font-size: 11px;
    font-family:Arial, Helvetica, sans-serif;
}

/* Entorno  ------------------------------------------------ */ 
#contenedorSuperior{max-width: 950px; min-width: 700px;}
#tabs{max-width: 950px; min-width: 700px;}

#contenedorFranjaSuperior{width:100%;height:30px:border:0;background:url(http://volunteers.grupovaughan.com/application/images/fondoSuperiorVerde.jpg);line-height:26px;border:0;padding:0;}
#FranjaSuperior{max-width:900px;min-width:700px;text-align:right;margin:0 auto;line-height:26px;color:#e5e5e5;}
#FranjaSuperior a{color:#e5e5e5;text-decoration: none;}
#FranjaSuperior a:hover{color:#fff;text-decoration: none;}

/* Página de entrada ------------------------------------------------ */

#contenedor{
    width:900px;
    height:600px;
    margin:0 auto;
    border:0 solid #ddd; 
    background-image:url(../images/fondoCajaEntrada.jpg);
}
    #caja1{ 
        position:relative; 
        width:210px;
        height:200px;
        top:245px;
        left:185px;
        text-align:center;
    }
        .boton{
            background:#5fa800;
            color:#fff;
            padding:2px 10px;
            border:1pt solid #ddd;
            cursor:pointer;
        }
    #caja2{
        position:relative;
        width:210px;
        height:200px;
        top:43px;
        left:500px;
    }
        input.send{
            background:#5fa800;
            color:#fff;
            padding:2px 6px;
            cursor:pointer;
            border:1pt solid #ddd;   
        }
        .forgotPassword{
            text-align:left;  
        }
    input.password{
        border:1pt solid #ccc;
        height:14px;
        color:#5fa800;
        font-size: 11px;
        font-family:Arial, Helvetica, sans-serif;
        }
    input.cemail{
        border:1pt solid #ccc;
        height:14px;
        color:#5fa800;
        font-size: 11px;
        font-family:Arial, Helvetica, sans-serif;
        }
        
        
        
        
div.mensaje{
    border:1pt solid #5fa800;
    margin:15px auto 5px auto;
    padding:8px;
    text-align: left;
}
    div.mensaje hr{
          color: #5fa800;
          height:1pt;
          width:70%;
          margin:10px auto;
    }

      
/* Página de index ------------------------------------------------ */  

#contenedorSuperior{
    color:#fff; width:80%;margin:15px auto;    
}    
    #contenedorLogo{
        width:200px;height:110px;padding:15px 0 5px 0;float:left;    
    } 
    #contenedorDatos{
        width:350px;float:right; border:1pt solid #fff;padding:15px;margin:15px;    
    }
    .titular{
        font-weight: bold;
    }
    .botonConfirm{
        border:1pt solid #ddd;background:#5fa800;padding:1px 3px;margin:0 1px;color:#fff; display:block;cursor:pointer ;
    }

          
div#creditos{
    position:relative;
    color:#fff;  
    margin:30px auto 15px auto;
    left:0px; 
    text-align: center; 
}

/* final Página Application ------------------------------------------------ */  

div .separador{
    color:#6cbd06;  
    width:90%;
    margin:50px 0 35px 0;
    padding:10px 20px 5px 35px;
    border-bottom:2pt solid #6cbd06;
    text-align:right;
    background-image:url(http://volunteers.grupovaughan.com/application/images/logoLapiz.jpg);
    background-repeat:no-repeat;
    background-position:0;
    line-height: 17px;
    height:35px;
    vertical-align: middle;
}
