@charset "utf-8";

/* LOGIN --------------------------------------------------------------------------- */

#bodylogin{ 
	padding:0px;
	margin:0px; 
	background:#e4e4e4 url(../../imagenes/Fondo.jpg) repeat-x; 
	font: 14px/16px Calibri; 
	overflow: hidden;
}

@media only screen and (max-width: 480px) {
  #login{
	background:url(../../imagenes/login4.fw.png) no-repeat;
	height: 200px;
	margin:auto;
	width:400px; 
}
}

#login{
	background:url(../../imagenes/login4.fw.png) no-repeat;
	height:350px;
	min-height: 200px;
	margin:auto;
	width:800px;
	min-width: 400px; 
}

#login div.input{
	
	margin:auto;
	float: center;
	width: 270px;
	padding-top: 370px;
	padding-right: auto;
	padding-bottom: 0px;
	padding-left: auto;
}

#login div.message {
	margin: auto;
	width: 350px;
	padding-top: 380px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 80px;
	float: left;
}
#login div.ejerc {
	margin: auto;
	width: 270px;
	padding-top: 35px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: right;
	color: #303E47;
	font-size: 18px;
	text-align: right;
}
.footer {
	color: #000;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}






.inputlogin {
	border:1px solid #999;
	color:#999;
	font: 14px Calibri;
	padding: 5px 0px 0px 5px;
	height:25px;
	width:175px;
}


.inputlogin:focus {
	border: 1px solid #9FC;
	color:#333;
}

.inputlogin:hover {
	border: 1px solid #9FC;
	color:#333;
}


.botonlogin {
	border:1px solid #999;
	color:#333;
	font: 14px Calibri;
	height:30px;
	width:100px;
	cursor:pointer;
}


.botonlogin:focus {
	color:#999;
}

.botonlogin:hover {
	color:#999;
}




/* INDEX --------------------------------------------------------------------------- */

body{ padding:0px; margin:0px; 	font: 12px/16px Calibri; overflow: hidden;}

#menu {
    position: absolute;
    top: 90px;
    bottom: 0px;
    left: 0px;
    width: 278px;
	height:100%;
	background:#ddd;
	overflow: hidden;
	border:1px solid #ccc;
} 
	
#main {
    position: absolute;
    top: 90px;
	height: auto;
    left: 278px;
	right:0px;
	bottom:0px;
	height:100%;
	overflow:hidden;
} 
	

#header{
    position: absolute;
    top: 0px;
    bottom: 90px;
    overflow: hidden;
	right:0px;
	left:0px;
	height:90px;
	width:100%;
	background-color: #9D2449;
} 


#header div.logo{
	position: relative;
	float:left;
	width:350px;
	height:90px;
} 
#header div.date{
	position: relative;
	float: right;
	width:400px;
	height:62px;
	padding-top:28px;
	color:#fff;
	font: 12px/12px Calibri;
} 

#header div.date span{
	text-transform:uppercase;
	color:#FC0;
	font-family: Calibri;
	font-size: 12px;
	line-height: 18px;
} 

#header div.usuario{
	position: relative;
	float: right;
	width:330px;
	height:62px;
	padding-top:20px;
	color:#fff;
	font: 11px/11px Calibri;
} 

#header div.usuario span{
	text-transform:uppercase;
	color: white;
	float: right;
	font-family: Calibri;
	font-size: 11px;
	line-height: 18px;
} 

#header div.ente{
	position: relative;
	float: right;
	width:200px;
	height:62px;
	padding-top:20px;
	color:#fff;
	font: 11px/11px Calibri;
} 

#header div.ente span{
	text-transform:uppercase;
	color: white;
	float: right;
	font-family: Calibri;
	font-size: 11px;
	line-height: 18px;
} 

#header div.pass{
	position: relative;
	float: right;
	width:100px;
	height:62px;
	padding-top:20px;
	color:#fff;
	font: 11px/11px Calibri;
} 

#header div.salir{
	position: relative;
	float: right;
	width:120px;
	height:62px;
	padding-left: 20px;
	padding-top:20px;
	color:#fff;
	font: 11px/11px Calibri;
} 

#header div.salir span{
	text-transform:uppercase;
	color: white;
	float: right;
	font-family: Calibri;
	font-size: 11px;
	line-height: 18px;
} 




#header div.ejercicio{
	position: relative;
	float: right;
	width:100px;
	height:62px;
	padding-top:28px;
	color:#fff;
	font: 12px/12px Calibri;
} 

#header div.ejercicio span{
	text-transform:uppercase;
	color:#FC0;
	font-family: Calibri;
	font-size: 12px;
	line-height: 18px;
}

#header div.date img{
	margin-right:10px;
} 

#header div.close{
	position: relative;
	float: right;
	width:200px;
	text-align:center;

	height:70px;
	padding:15px 20px 5px 20px;
	color:#fff;

	font: 12px/18px Calibri;
	text-transform:uppercase;
	background-color: #9D2449;
} 


#header div.close:hover{
	background: #9D2449;
} 

.frame {
    width: 100%;
    height:100%;
} 
	
