﻿body 
{
   background-color:WhiteSmoke;
    width:100%;
    margin : 4px auto;
}
#Cabecera
{
    background: #fcfdfd url("../Imagenes/Themas/Star/ui-bg_gloss-wave_75_2191c0_500x100.png") 50% bottom repeat-x;
    font-family: Segoe UI,Calibri, Sans-Serif;
    font-size:9pt;
    padding:1em 1em 1em 1em;
    font-weight:bold;
    font-size:11pt;
    text-align:center;
    line-height:50%;
    color:White;
    
    }
    

#Detalle
{
     background:White;
     padding:1em 0em 1em  0em;
     margin-top:1em;
     border-top :1px solid  SteelBlue;  
     border-bottom:1px solid  SteelBlue;
    }    
#Contenido
{
    
    padding:8em ;
    
  
    }
#logo
{
    background: url("../Imagenes/Logo/logo-100x100.png") no-repeat;
    background-size:100px 90px;
    width:100px;
    height:90px;
    }    
#Login
{     
      background-color:White;
      padding:1em 1em 1em 1em; 
      border:1px solid SteelBlue  ;
      width:450px;
      /*height:250px;*/ 
      margin:auto;
    }
.login-texto-titulo
 {
     font-family:Calibri, Sans-Serif;
     text-align:right;
     color: Black;
     font-size:10pt;
}   
.login-texto-item
{
    font-family:Calibri, Sans-Serif;
    font-size:11pt; 
}

.login-texto-item:after
{
    font-family:Calibri, Sans-Serif;
    font-size:11pt; 
    content: ' *';
    
}
.login-contenido-button
{
    padding:.8em .4em .6em .4em;
	text-align:center;
	
}        
.login-button
{
    font-family:Calibri, Lucida Grande,Lucida Sans,Arial,sans-serif;
    font-size:.8em;
    padding:.2em .2em .2em .2em;
    width:80px;
    cursor:pointer;
    
 }
 .login-button:hover
 {
    background-color:SteelBlue;
	text-decoration: none;
	border-color:SteelBlue;
	color:White;
}    

.login-texto-mensaje
{
    font-family:Calibri, Sans-Serif;
    font-size:11pt;
    color: #820000;
    font-weight: bold;
}