<style>

html, body
{
    height: 100%;
}

body
{
    font: 12px 'Lucida Sans Unicode', 'Trebuchet MS', Arial, Helvetica;    
    margin: 0;
    background-color: #d9dee2;
	background-position:95% 98%;
	background-repeat:no-repeat;  
}

/*--------------------*/

#login
{
    background-color: #d9dee2;
    height: 240px;
    width: 400px;
    margin: -150px 0 0 -230px;
    padding: 30px;
    position: absolute;
    top: 25%;
    left: 75%;
    z-index: 0;
    border-radius: 1px;  
    box-shadow:
          0 0 15px rgba(0, 0, 0, 0.2),  
          0 5px 5px rgba(0, 0, 0, .2);
}

#notify
{
    background-color: #d9dee2;
    height: 80%;
    width: 40%;
    margin: -150px 0 0 -230px;
    padding: 30px;
    position: absolute;
    top: 25%;
    left: 25%;
    z-index: 0;
    border-radius: 1px;  
    box-shadow:
          0 0 15px rgba(0, 0, 0, 0.2),  
          0 5px 5px rgba(0, 0, 0, .2);
}

#divlogo
{
	background:url(../Imagenes/Autenticacion/logo_saga.png);
	background-repeat:no-repeat;
	background-position:center;
    height: 240px;
    width: 400px;
	margin: -150px 0 0 -230px;
    padding: 30px;
    position: absolute;
    top: 72%;
    left: 75%;
    z-index: 0;
    border-radius: 0px;  
	/*box-shadow:
          0 0 15px rgba(0, 0, 0, 0.2),  
          0 5px 5px rgba(0, 0, 0, .2);*/
}

#login:before
{
    content: '';
    position: absolute;
    z-index: -1;
    border: 1px dashed #fff;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
}

/*--------------------*/

h1
{
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0px 2px 0 rgba(0, 0, 0, .5);
    text-transform: uppercase;
    text-align: center;
    color: #666;
    margin: 0 0 30px 0;
    letter-spacing: 4px;
    font: normal 26px/1 Verdana, Helvetica;
    position: relative;
}

h1:after, h1:before
{
    background-color: #777;
    content: "";
    height: 1px;
    position: absolute;
    top: 15px;
    width: 60px;   
}

h1:after
{ 
    background-image: -webkit-gradient(linear, left top, right top, from(#777), to(#fff));
    background-image: -webkit-linear-gradient(left, #777, #fff);
    background-image: -moz-linear-gradient(left, #777, #fff);
    background-image: -ms-linear-gradient(left, #777, #fff);
    background-image: -o-linear-gradient(left, #777, #fff);
    background-image: linear-gradient(left, #777, #fff);      
    right: 0;
}

h1:before
{
    background-image: -webkit-gradient(linear, right top, left top, from(#777), to(#fff));
    background-image: -webkit-linear-gradient(right, #777, #fff);
    background-image: -moz-linear-gradient(right, #777, #fff);
    background-image: -ms-linear-gradient(right, #777, #fff);
    background-image: -o-linear-gradient(right, #777, #fff);
    background-image: linear-gradient(right, #777, #fff);
    left: 0;
}

/*--------------------*/

fieldset
{
    border: 0;
    padding: 0;
    margin: 0;
}

/*--------------------*/

#inputs input
{
    background: #f1f1f1 url(../Imagenes/Autenticacion/reminder-sprite.png) no-repeat;
    padding: 15px 15px 15px 30px;
    margin: 0 0 10px 0;
    width: 353px; /* 353 + 2 + 45 = 400 */
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
}

#autenticar input
{
    background: #f1f1f1 url(../Imagenes/Autenticacion/login-sprite.png) no-repeat;
    padding: 15px 15px 15px 30px;
    margin: 0 0 10px 0;
    width: 353px; /* 353 + 2 + 45 = 400 */
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
}

#txtIniciales
{
    background-position: 5px -2px !important;
}

#txtEmail
{
    background-position: 5px -52px !important;
}

#txtNombre
{
    background-position: 5px -2px !important;
}

#txtContrasena
{
    background-position: 5px -52px !important;
}

#inputs input:focus
{
    background-color: #fff;
    border-color: #91bee8;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #91bee8 inset;
    -webkit-box-shadow: 0 0 0 1px #91bee8 inset;
    box-shadow: 0 0 0 1px #91bee8 inset;
}

#autenticar input:focus
{
    background-color: #fff;
    border-color: #91bee8;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #91bee8 inset;
    -webkit-box-shadow: 0 0 0 1px #91bee8 inset;
    box-shadow: 0 0 0 1px #91bee8 inset;
}

/*--------------------*/
#actions
{
    margin: 25px 0 0 0;
}

#actionslogin
{
    margin: 25px 0 0 0;
}

#submit
{		
    background-color: #4b97ff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6fb9fd), to(#4b97ff));
    background-image: -webkit-linear-gradient(top, #6fb9fd, #4b97ff);
    background-image: -moz-linear-gradient(top, #6fb9fd, #4b97ff);
    background-image: -ms-linear-gradient(top, #6fb9fd, #4b97ff);
    background-image: -o-linear-gradient(top, #6fb9fd, #4b97ff);
    background-image: linear-gradient(top, #6fb9fd, #4b97ff);
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    
     -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
     -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
     box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;    
    
    border-width: 1px;
    border-style: solid;
    border-color: #3192d6 #3790e3 #2d8cd5 #3794e3;

    float: left;
    height: 35px;
    padding: 0;
    width: 120px;
    cursor: pointer;
    font: bold 15px Arial, Helvetica;
    color: #ffffff;
}

#submit:hover,#submit:focus
{		
    background-color: #82bff8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6fb9fd), to(#4b97ff));
    background-image: -webkit-linear-gradient(top, #6fb9fd, #4b97ff);
    background-image: -moz-linear-gradient(top, #6fb9fd, #4b97ff);
    background-image: -ms-linear-gradient(top, #6fb9fd, #4b97ff);
    background-image: -o-linear-gradient(top, #6fb9fd, #4b97ff);
    background-image: linear-gradient(top, #6fb9fd, #4b97ff);
}	

#submit:active
{		
    outline: none;
   
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		
}

#submit::-moz-focus-inner
{
  border: none;
}

#actions a
{
    color: #3151A2;    
    float: right;
    line-height: 35px;
    margin-left: 10px;
}

#submit2
{		
    background-color: #4b97ff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6fb9fd), to(#4b97ff));
    background-image: -webkit-linear-gradient(top, #6fb9fd, #4b97ff);
    background-image: -moz-linear-gradient(top, #6fb9fd, #4b97ff);
    background-image: -ms-linear-gradient(top, #6fb9fd, #4b97ff);
    background-image: -o-linear-gradient(top, #6fb9fd, #4b97ff);
    background-image: linear-gradient(top, #6fb9fd, #4b97ff);
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    
     -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
     -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
     box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;    
    
    border-width: 1px;
    border-style: solid;
    border-color: #3192d6 #3790e3 #2d8cd5 #3794e3;

    float: left;
    height: 35px;
    padding: 0;
    width: 120px;
    cursor: pointer;
    font: bold 15px Arial, Helvetica;
    color: #ffffff;
}

#submit2:hover,#submit:focus
{		
    background-color: #82bff8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6fb9fd), to(#4b97ff));
    background-image: -webkit-linear-gradient(top, #6fb9fd, #4b97ff);
    background-image: -moz-linear-gradient(top, #6fb9fd, #4b97ff);
    background-image: -ms-linear-gradient(top, #6fb9fd, #4b97ff);
    background-image: -o-linear-gradient(top, #6fb9fd, #4b97ff);
    background-image: linear-gradient(top, #6fb9fd, #4b97ff);
}	

#submit2:active
{		
    outline: none;
   
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		
}

#submit2::-moz-focus-inner
{
  border: none;
}

#actionslogin a
{
    color: #3151A2;    
    float: right;
    line-height: 35px;
    margin-left: 10px;
}

/*--------------------*/

section 
{
	display: block;
} 

.accordion
{
	background-color: #d9dee2;
    height: 80%;
    width: 40%;
    margin: -150px 0 0 -230px;
    padding: 30px;
    position: absolute;
    top: 25%;
    left: 25%;
    z-index: 0;
    border-radius: 1px;  
    box-shadow:
    0 0 15px rgba(0, 0, 0, 0.2),  
    0 5px 5px rgba(0, 0, 0, .2);
}

#vertodos
{
	padding-left:60%;
	text-align:right;
}

.accordion:before
{
    content: '';
    position: absolute;
    z-index: -1;
    border: 1px dashed #fff;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
}

#ChkSession
{
	padding-left:70%;
}
#LinkAyuda 
{
	/*padding-left:40%;*/
	text-align:right;
}
.accordion section 
{
 	border-bottom: 1px solid #ccc;
	margin: 5px;	
	background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image:    -moz-linear-gradient(top, #fff, #eee);
    background-image:     -ms-linear-gradient(top, #fff, #eee);
    background-image:      -o-linear-gradient(top, #fff, #eee);
    background-image:         linear-gradient(top, #fff, #eee);
  
  	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.accordion h2,
 .accordion p
{
	margin: 0;
	
}

.accordion p
{
	padding: 10px;
}
 
.accordion h2 a {
	display: block;
	position: relative;
	font: 14px/1 'Trebuchet MS', 'Lucida Sans';
	padding: 10px;
	color: #333;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}

#tituloactualizacion
{
	padding-left:25px;
	padding-top:2px;
	height:18px;
	background: transparent url(../Imagenes/Autenticacion/actualizacion.png) no-repeat scroll left top;
}

#titulonorma
{
	padding-left:25px;
	padding-top:2px;
	height:18px;
	background: transparent url(../Imagenes/Autenticacion/norma.png) no-repeat scroll left top;
}

.accordion h2 a:hover 
{
	background: #fff;	
}
 
.accordion h2 + div 
{
	height: 0;
	overflow: hidden;
	-moz-transition: height 0.3s ease-in-out;
	-webkit-transition: height 0.3s ease-in-out;
	-o-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;	
}

.accordion :target h2 a:after 
{  
    content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3px;
	border-top: 5px solid #333;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;	
}

.accordion :target h2 + div 
{
	height: 100px;
	
}

</style>