body {
	background-image: url(imgs/fondo.jpg);
	background-color: #d4d4d4;
	background-repeat: repeat-x;
	scrollbar-face-color:#00011f;
	scrollbar-arrow-color:#01219c;
	scrollbar-track-color:#00011f;
	scrollbar-shadow-color:#01219c;
	scrollbar-highlight-color:#01219c;
	scrollbar-3dlight-color:#00011f;
	scrollbar-darkshadow-color:#00011f;
}
.fondo {
	/*background-image: url(imgs/cuadro.png);*/
	background-position: center center;
	width:1024px;
	height:700px;
	top:50%;
	left:50%;
	margin-top: -350px;
	margin-left: -512px;
	z-index: 1;
	position: absolute;
}
.logo{
	z-index: 2;
	position: absolute;
	width: 920px;
	top: 5px;
	left: 0px;
	height: 104px;
}

.imagen {
	background-image: url(imgs/fondomenu.png);
	height: 39px;
	width: 921px;
	position: absolute;
	top: 148px;
	left: 0px;
	z-index: 1;
}

.contenido {
	position: absolute;
	left: -53px;
	top: 188px;
	width: 1024px;
	height: 407px;
	background-image: url(imgs/imgfondo.png);
}
.texto {
	/*background-image: url(imgs/imgfondonota.png);*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1024px;
	height: 407px;
	color: #FFFFFF;
	overflow: hidden;
	overflow-y:auto;
	overflow-x: hidden;
	z-index:3;
}

.pie {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	position: absolute;
	height: 80px;
	width: 917px;
	top: 590px;
	left: 1px;
}
.horas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	position: absolute;
	width: 300px;
	top: 30px;
	left: 600px;
	text-align: right;
	text-decoration: none;
	z-index: 3;
	height: 80px;
}
.idioma {
	position: absolute;
	width: 69px;
	top: 100px;
	left: 820px;
	text-align: right;
	z-index: 3;
	height: 38px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.inputhoras {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background: inherit;
	background-color:transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 140px;
	text-align: right;
}
#inner {
	position:relative;
	left:0px;
	overflow:hidden;
	height:20px;
}
 
#outer{
	height:20px;
	overflow:hidden;
	color: #FFFFFF;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
