/* estilos login
/*PARTES PRINCIPALES*/
html{
height:100%;
}
* html 
{
    height:100%;
    margin:0px;
}

form{
height:100%;
}
body
{
    height:100%;
    margin:0px;
    font-family:'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    background-color: White;
}

#contenedor
{
    margin:auto;
    /*background-color:#FFFF99;*/
    height:100%;
    width:801px;
}
/*-----------------------------------------------------------------------------*/
/* PARTES INTERIORES  */
#bloque1{
padding-top:100px;
height:258px;
width:801px;
}
#bloque2{
    height: 25px;
    width: 801px;
}
#izq{
/*background-color:#00FF00;*/
float:left;
width:139px;
height:258px;
background-image:url(../img/login/pastilla.gif);
background-repeat:no-repeat;
}

#centro{
/*background-color:#CC0000;*/
float:left;
width:444px;
height:258px;
background-image:url(../img/login/presentacion.gif);
background-repeat:no-repeat;
}

#centro2{
/*background-color:#CC0000;*/
float:left;
width:444px;
height:258px;
background-image:url(../img/login/presentacion_tele.gif);
background-repeat:no-repeat;
}





#centro3{
/*background-color:#CC0000;*/
float:left;
width:500px;
height:275px;
/*background-image:url(../img/login/presentacion_tele.gif);
background-repeat:no-repeat;*/
border: 1px solid #ccc;
padding-top:10px;
}

#der{
/*background-color:#6699CC;*/
float:left;
width:218px;
height:258px;
}
/*****************  partes dentro de der  *******************/
#datos{
/*background-color:#CC9900;*/
background-image:url(../img/login/datosAcceso.gif);
background-repeat:no-repeat;
width:218px;
height:52px;
}

#text{
/*background-color:#FF6699;*/
background-image:url(../img/login/textos.gif);
background-repeat:no-repeat;
width:218px;
height:65px;
}
#entrar{
/*background-color:#336600;*/
background-image:url(../img/login/entrar.gif);
background-repeat:no-repeat;
width:218px;
height:32px;
}

#botones{
    /*background-color:#3366ff;
background-image:url(../img/login/botones.gif);
background-repeat:no-repeat;*/
width: 210px;
    height: 109px;
    background-image: url('../img/login/Contacto.gif');
    background-repeat: no-repeat;
    left: 10px;
}

/*************** clase textboxes  ******************/
.textos{
border:solid 1px #DEDBCA;
/*border:expression('0px');*/
background-color:#F6F5F0;
height:18px;
padding:3px 2px 2px 5px;
background-attachment:fixed;
width:161px;
font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:normal;
margin-left:18px;
margin-top:5px;
color:#9C9463;
}
