﻿body {
   margin:0;
   padding:0;
   background-image:url(../../Imagenes/web/Comunes/FondoPlantilla.jpg);
   background-repeat:repeat-x;
   background-color:#009ee0;
   font-family: 'Century Gothic' , Arial, Helvetica, sans-serif;
   font-size:12pt;
}

a {
    outline:0;
}

.Contenedor {
    background-image:url(../../Imagenes/web/Comunes/SuperiorCapa.png);
    background-position:center top;
    background-repeat:no-repeat;
    margin:0 auto;
    padding:30px 0 0 0;
    width:998px;
    overflow:auto;
}
.Contenedor .Contenido {
   margin:0;
   padding: 0 10px;
   background-color:#FFFFFF;
   overflow:auto;
}

.Contenedor .Contenido .Logotipo{
   float:left;
   margin-left:20px;
   margin-bottom:15px;
}

.Contenedor .PanelEntrada{
   float:right;
   display:block;
   width:190px;
   height:156px;
   background-image:url(../../Imagenes/web/Comunes/PanelUsuario.png);
   background-position:0 0;
   background-repeat:no-repeat;
   padding:0 5px;
   margin:0;
   overflow:auto;
}

.Contenedor .PanelEntrada span{
   width:190px;
   color:black;
   font-size:17px;
   display:block;
   text-align:center;
   font-weight:bold;
}

.Contenedor .PanelEntrada ul {
   width:190px;
   margin:12px 0 0 0;
   padding:0;
   overflow:auto;
   font-size:0;
}

.Contenedor .PanelEntrada ul li{
   width:100%;
   list-style:none;
   margin:0 0 5px 0;
   padding:0;
   overflow:auto;
   display:block;
}

.Contenedor .PanelEntrada ul li label{
   width:85px;
   color:black;
   font-size:13px;
   display:block;
   text-align:center;
   float:left;
   padding:0;
   margin:0;   
}

.Contenedor .PanelEntrada ul li .Boton {
   width:95px;
   height:20px;
   background-image:url(../../Imagenes/web/Comunes/BotonPanelUsuario.png);
   background-position:center center;
   background-repeat:no-repeat;
   text-decoration:none;
   color:Black;
   font-weight:bolder;
   font-size:14px;
   padding:6px 0;
   margin:0;
   float:left;
   font-family: 'Century Gothic' , Arial, Helvetica, sans-serif;
   outline:0;
}

.Contenedor .PanelEntrada ul li .Boton:hover {
  background-image:url(../../Imagenes/web/Comunes/BotonPanelUsuarioActivo.png);
}

.Contenedor .PanelEntrada ul li input[type="text"]{
   width:100px;
   color:black;
   font-size:13px;
   display:block;
   float:left;
   border:none;
   padding:0;
   margin:0;
}

.Contenedor .PanelEntrada ul li input[type="password"]{
   width:100px;
   color:black;
   font-size:13px;
   display:block;
   float:left;
   border:none;   
   padding:0;
   margin:0;
}

.Contenedor .PanelEntrada ul li a{
   width:190px;
   color:black;
   text-align:center;
   font-size:12px;
   display:block;
   text-decoration:underline;

}

.MenuPlantillaPrincipal{
  width:998px;
  margin:20px auto 0 auto;
  padding:0 0 5px 0;
  background-repeat:no-repeat;
  background-position:left bottom;  
  overflow:hidden;
  height:20px;
}

.MenuPlantillaPrincipal .PrimerEnlace{
   margin:0 2px 0 235px;
}

.MenuPlantillaPrincipal li{
   list-style:none;
   margin:0 2px;
   padding:0;
   float:left;
}

.MenuPlantillaPrincipal li a {
   color: White;
   width: 130px;
   height:25px;
   text-decoration: none;
   background-image: url(../../Imagenes/web/Comunes/MenuNoActivo.png);
   background-repeat: no-repeat;
   font-family: 'Century Gothic' , Arial, Helvetica, sans-serif;
   font-size:14px;
   font-weight:bolder;
   display:block;
   text-align:center;
   margin:0;
   padding:4px 0 0 0;
   outline:0;
}

.MenuPlantillaPrincipal li a:hover{
   text-decoration:underline;
   background-image:url(../../Imagenes/web/Comunes/MenuActivo.png); 
   outline:0;

}

.Pie {
   font-family: 'Century Gothic' , Arial, Helvetica, sans-serif;
   font-size:16pt;
   color:#000103;
   width:998px;
   overflow:auto;
   margin:0 auto;
   background-image:url(../../Imagenes/web/Comunes/InferiorCapa.png);
   background-position:center top;
   background-repeat:no-repeat;
   padding:31px 0 0 0;
}

.Pie p.Telefono {
   margin:0;
   padding: 0 0 0 50px;
   width:250px;
   height:50px;
   float:left;
   display:block;
   background-image:url(../../Imagenes/web/Comunes/telefonos.png);
   background-position:left center;
   background-repeat:no-repeat;
}

.Pie a.Mail {
   float:right;
   margin:0;
   padding: 30px 0 0 0;
   width:250px;
   height:50px;
   float:right;
   display:block;
   background-image:url(../../Imagenes/web/Comunes/sobre.png);
   background-position:center top;
   background-repeat:no-repeat;
   text-decoration:none;
   text-align:center;
   color:#000103;
}

.Pie a:hover{
   text-decoration:underline;
}


.Pie p.EnlacesPie {
    text-align:center;
    font-size:12px;
    width:430px;
    float:left;
    margin:15px 0;
}

.Pie p.EnlacesPie a {
    margin:15px;
}


