@charset "utf-8";

body{
	margin:0px;
	padding:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
}

.barra_sup{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:30px;
	background:url(../images/sup.png) repeat;
	z-index:2;
}
.barra_izq{
	position:absolute;
	top:0px;
	left:0px;
	width:40px;
	height:840px;
	background:url(../images/izq.png) repeat;
	z-index:2;
}
.fondo{
	position:absolute;
	top:0px;
	left:0px;
	width:960px;
	height:640px;
	background:url(../images/body.png) no-repeat;
	z-index:3;
}
.barra_inf{
	position:absolute;
	top:840px;
	left:0px;
	right:0px;
	bottom:0px;
	width:100%;
	height:50px;
	min-height:50px;
	background:#093a8d;
	z-index:1;
}

.barra_inf p{
	display:block;
	height:20px;
	color:#FFFFFF;
	top:5px;
	left:0px;
	right:0px;
	width:100%;
	text-align:center;
}

.grafo{
	position:absolute;
	top:10px;
	left:10px;
	width:100px;
	height:100px;
	z-index:4;
}

.grafo a{
	width:100px;
	height:100px;
	display:block;
	background:url(../images/grafo.png) top;
}
.grafo a:hover{
	background-position:bottom;
}

/* CONTENIDO */
.evograf{
	position:absolute;
	top:45px;
	left:690px;
	width:250px;
	height:105px;
	background:url(../images/evograf.png) no-repeat;
	z-index:10;
}
.sombra{
	position:absolute;
	top:200px;
	left:200px;
	height:600px;
	width:760px;
	z-index:10;
}
.contenido{
	position:absolute;
	padding:5px;
	margin:10px;
	height:570px;
	width:730px;
	z-index:11;
}


/* FORMULARIO */

.textinput{
	width:342px;
	height:17px;
	vertical-align:middle;
	border:0px;
	background:url(../images/barra.png) top;
	padding:4px;
}
.textinput:hover{
	background-position:bottom;
}
.textinput:link{
	background-position:bottom;
}

.textarea{
	width:690px;
	height:110px;
	overflow:hidden;
	background:url(../images/textarea.png) top;
	border:0px;
	padding:5px;
	margin-bottom:25px;
}
.textarea:hover{
	background-position:bottom;
}

/* MENU */
.invisible{
	display:none;
}
.btn1{
	position:absolute;
	top:-20px;
	left:330px;
	width:120px;
	height:120px;
	z-index:5;
}
.btn1 a{
	display:block;
	width:120px;
	height:120px;
	background:url(../images/btn/btn-ini.png) top;
}
.btn1 a:hover{
	background-position:bottom;
}

.btn2{
	position:absolute;
	top:25px;
	left:200px;
	width:110px;
	height:110px;
	z-index:5;
}
.btn2 a{
	display:block;
	width:110px;
	height:110px;
	background:url(../images/btn/btn-book.png) top;
}
.btn2 a:hover{
	background-position:bottom;
}

.btn3{
	position:absolute;
	top:100px;
	left:95px;
	width:100px;
	height:100px;
	z-index:5;
}
.btn3 a{
	display:block;
	width:100px;
	height:100px;
	background:url(../images/btn/btn-iti.png) top;
}
.btn3 a:hover{
	background-position:bottom;
}

.btn4{
	position:absolute;
	top:210px;
	left:35px;
	width:90px;
	height:90px;
	z-index:5;
}
.btn4 a{
	display:block;
	width:90px;
	height:90px;
	background:url(../images/btn/btn-of.png) top;
}
.btn4 a:hover{
	background-position:bottom;
}

.btn5{
	position:absolute;
	top:320px;
	left:5px;
	width:80px;
	height:80px;
	z-index:5;
}
.btn5 a{
	display:block;
	width:80px;
	height:80px;
	background:url(../images/btn/btn-con.png) top;
}
.btn5 a:hover{
	background-position:bottom;
}

/* OFERTAS, FIELDSET */
.condiciones{
	width:730px;
	padding:10px;
	margin:120px 0px 0px 0px;
	border:3px solid #093a8d;
	border-top:20px solid #093a8d;
	clear:both;
}
.condiciones legend{
	background:#093a8d;
	border:5px solid #093a8d;
	color:#FFFFFF;
	padding:0px 5px;
	font-weight:bold;
	font-variant:small-caps;
}
.condiciones span{
	width:730px;
	font-size:10px;
}
