﻿html,body
{
    margin:0px 0px 0px 0px;
    background:#000000 url(../images/fondo.jpg) repeat; 
    height:100%;
    width:100%;
    color:White;  
    font-family:Arial; 
    font-size:12px;            
}

h1
{
    font-size:17px;
}

a
{
    text-decoration:none;
    color:White;   
    cursor:pointer; 
}        

div.capaMaster
{
    width:1010px;
    /*height:100%;*/
}

div.capaLogo
{
    width:1010px;
    height:106px;
}

div.lineaHorizontalBlanca
{
    height:1px;
    width:100%;
    background-color:White;    
}

/*MENU PPAL*/
div.capaMenu
{
    width:1010px;
    height:54px;
    background-image:url(../images/fondo_menu.jpg);
    background-repeat:no-repeat;
    line-height:44px;
    font-weight:bold;
    text-align:center;
    padding-top:7px;
}

div.capaLnkMenuInicio
{
    float:left;
    width:79px;
    height:44px;            
    margin-left:26px;    
}

div.capaLnkMenuPotencial
{
    float:left;
    width:79px;
    height:44px;
}

div.capaLnkMenuEspecificaciones
{
    float:left;
    width:124px;
    height:44px;
}

div.capaLnkMenuTarifas
{
    float:left;
    width:79px;
    height:44px;     
}

div.capaLnkMenuDemos
{
    float:left;
    width:70px;
    height:44px;     
}

div.capaLnkMenuNoticias
{
    float:left;
    width:79px;
    height:44px; 
}

div.capaLnkMenuContratos
{
    float:left;
    width:79px;
    height:44px; 
}

div.capaLnkMenuContacto
{
    float:left;
    width:79px;
    height:44px; 
}

div.capaLnkMenuVideocajeros
{
    float:left;
    width:250px;/*124px;*/
    height:44px;
    text-align:left;
}

a.lnkMenu
{
    text-decoration:none;
    color:#E7CCCC; 
    cursor:pointer; 
}

a.lnkMenu:hover
{
    text-decoration:none;
    color:White; 
    cursor:pointer; 
}

a.lnkMenuSeleccionado
{
    text-decoration:none;
    color:White; 
    cursor:pointer; 
}

/*PIE DE PAGINA*/
div.footer
{
    height:28px;
    background-color:#000000;  
    border-top:solid 1px White; 
    width:100%;
}

div.footerCreditos
{
    float:left; 
    font-size:11px; 
    color:#b3b3b3; 
    line-height:28px;             
}

div.footerIdiomas
{
    float:right;
    font-size:11px; 
    color:#b3b3b3; 
    line-height:28px;
    font-weight:bold;
    width:450px;
}


/* SOLICITUD GENERICA */
img.imgBtEnviar
{
    border:none;
}

p.proteccionDatos
{
    font-size:9px; 
}
