﻿body 
{
	/*background:url(../imagenes/back.jpg) repeat transparent;*/
	font-family:Calibri, Arial;
	color:#090909;
}
        
#divContenedor
{
	-moz-border-radius: 1em;
	width:920px;
	height:550px;
	position: fixed;
	top: 50%;
    left: 50%;
    margin-left: -455px; 
    margin-top: -275px;
	/*border:1px #ECEADE solid;		*/
}

#divAplicaciones
{
	-moz-border-radius: 1em;
	width:905px;
	overflow-x:auto;
	overflow-y:hidden;
	/*height:450px;*/
	margin:10px;
	/*background-color:#f6f6f6;
	border:1px solid #ECEADE;*/
}
#divDisabled {
    position:absolute;
    top:0; right:0;
    bottom:0; left:0;
    background-color:#999999;
}
.botonLog
{	
	cursor:pointer; 
	color:#ffffff; 
	text-align:center; 
	border:1px #F6F6F6; 
	width:150px; 
	height:28px; 
	padding-top:0px;
	font-size:11px;
	background:url("../imagenes/botonLogin.gif") no-repeat #F6F6F6;
}

.botonLog:hover
{		
	background:url("../imagenes/botonLoginHover.gif") no-repeat #F6F6F6;
}

.textoLogin
{
	color:#5A5959;
	font-size:12pt;
	font-weight:300;
	vertical-align:text-bottom;
}
#divError
{
	width:100%;	
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
}

.error  {
	background:none repeat scroll 0 0 #FBE3E4;
	border-color:#FBC2C4;
	color:#8A1F11;
	padding:5px;
	/*vertical-align:middle;*/
	font-size:12px;
}

.error, .notice, .success {
	border:1px solid #CE8680;
}

#divAyuda
{
	width:100%;	
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;	
}

.notice {
	background:none repeat scroll 0 0 #FFF6BF;
	border-color:#FFD324;
	color:#514721;
	padding:5px;
	font-size:12px;
}

.enMantenimiento 
{
    width:280px; 
    text-align:center; 
    font-family: Arial, Helvetica, sans-serif;	
    font-size:26px;
    color:#800909;   
    font-weight:bold;
}

.aplicacionPortal
{
    width:443px; 
    padding:10px;
    /*background-color:#333;*/
}

#divLogin_wnd_title
{
	color:#666;	
	font-family:Geneva, Arial, Helvetica;
	font-size:14px;
	font-weight:bold;
	padding-left:5px;
}

.inputLogin
{
	width:180px;
	/*height:20px;*/
	border:1px #ccc solid;
	color:#555;
	padding:3px;
	font-family:Geneva, Arial, Helvetica;
	font-size:14px;
	vertical-align:bottom;
}
