@charset "utf-8";
body,html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 8pt;
    background-attachment: fixed;
	background-image: url(../images/bg-login.jpg);
	background-repeat: no-repeat;
	background-position: left top;    

}


#mensaje
{
    text-align:center;
    color: red; 
    margin:10px;
    height:25px;  
}

.capa_copyright
{
    width:850px;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    text-align:center   
}

.login_left
{
    margin-top:100px;
    margin-right:auto;
    margin-left:auto;
    width:300px;
    height:425px;
    padding: 10px;
    background-attachment: scroll;
	/*background-image: url(../images/fondologin.png);
	background-repeat: no-repeat;
	background-position: left bottom;*/    
    
    background-color: #F3F3F4;
    text-align:justify;
    
    -webkit-box-shadow: 10px 10px 77px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 77px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 77px 0px rgba(0,0,0,0.75);
    
    
}

#login
{
    margin-left:auto;
    margin-right:auto;
    width:270px;
    height:170px;    
}
.login_right
{
    width:525px;
    height:450px;      
    padding: 10px;
    background-attachment: scroll;
	background-image: url(../images/fondologin.png);
	background-repeat: no-repeat;
	background-position: left bottom;    
    border:1px solid #5CA1D8;
    background-color: #F3F3F4;
    text-align:justify;
    margin-top:100px;
    margin-right:auto;
    margin-left:auto;  
}

.barra_login
{
    height:25px;
    background-color:green;
    color: white;
    font-size:15pt;
    font-weight:bold;
}

.barra-ventana
{
	overflow:hidden; 
	background:#009933; 
	width:100%; 
	height: 30px; 
	margin-bottom:20px;
}

.barra-ventana-ate
{
	overflow:hidden; 
	background:#009933; 
	width:100%; 
	height: 30px; 
	margin-bottom:10px;
}

.barra-titulo
{
	float:left; 
	margin-left:25px; 
	padding-left:15px; 
	padding-right:15px;
	padding-top:6px; 
	height:100%; 
	min-width:200px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background:#0D7F40; 
	font-size: 11pt; 
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF; 
}

.barra-deco
{
	float:right; 
	width:100px; 
	height:100%;
	background-attachment: scroll;
	background-image: url(../images/bg-cuadros01.jpg);
	background-repeat: repeat-y;
	background-position: right top;	
}



.login_left2
{
    margin-top:100px;
    margin-right:auto;
    margin-left:auto;
    width:700px;
    height:410px;
    padding: 10px;
    background-attachment: scroll;
	/*background-image: url(../images/fondologin.png);
	background-repeat: no-repeat;
	background-position: left bottom;*/    
    
    background-color: #F3F3F4;
    text-align:justify;
    
    -webkit-box-shadow: 10px 10px 77px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 77px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 77px 0px rgba(0,0,0,0.75);
    
    
}
