@charset "utf-8";
/* CSS Document */

body{
	background-image: url(../img/fondo.png);
	background-repeat: repeat-x;
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

body, div, p, table, td, h1, h2, h3, h4, h5 {
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img{
	border: 0px none;
}

h1, h2, h3, h4{
	color: #FF7E04;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
}
h1{
	font-size: 20px;
}
h2{
	font-size: 18px;
}
h3{
	font-size: 14px;
}
h4{
	font-size: 12px;
}

div{
	margin: 0px;
	padding: 0px;
}

#titulo{
	width:100%px;
	background-color:#FFF;
	opacity: 0.9;
}

#cuerpo{
	width: 980px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
}

#boxup{
	background-image:url(../img/boxup.png);
	background-repeat: no-repeat;
	width: 700px;
	height: 20px;
	margin-top:5px;
}

#boxin{
	background-image:url(../img/boxin.png);
	background-repeat: repeat-y;
	width: 700px;
	height: auto;
	min-height: 400px;
}

#datos{
	width:600px;
	height:auto;
	padding-top: 5px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 5px;
}

#datos h1{
	font-family:Calibri, Tahoma, Arial;
	font-size:20px;
	font-weight:bold;
	color: #FF7E04;
}

#datos p, #datos li{
	font-family:Calibri, Tahoma, Arial;
	font-size:14px;
	color:#333;
}

#datos a{
	font-family:Calibri, Tahoma, Arial;
	font-size:14px;
	color:#dd5c02;
	text-decoration:none;
}

#datos a:hover{
	color:#FFF;
	background-color:#FF7E04;
}

#datos a.ini{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	color:#F00;
}
#datos a.ini:hover{
	color:#FFF;
	background-color:#f00;

}

#boxdown{
	background-image:url(../img/boxdown.png);
	background-repeat: no-repeat;
	width: 700px;
	height: 30px;	
}

#postit{
	background-image:url(../img/postit.png);
	background-repeat:no-repeat;
	width: 269px;
	height: 252px;
	text-align:center;
	padding-top: 3px;
}

#postit a{
	background-image:url(../img/menu.png);
	background-repeat:no-repeat;
	width:210px;
	display:block;
	float: left;
	overflow: hidden;
	margin-left:30px;
}

#postit a#menu1{
	background-position: 0px 0px;
	height: 30px;
}

#postit a#menu1:hover, a#menu1:active{
	background-position: -210px 0px;
}

#postit a#menu2{
	background-position: 0px -30px;
	height: 33px;
}

#postit a#menu2:hover, a#menu2:active{
	background-position: -210px -30px;
}

#postit a#menu3{
	background-position: 0px -63px;
	height: 28px;
}

#postit a#menu3:hover, a#menu3:active{
	background-position: -210px -63px;
}

#postit a#menu4{
	background-position: 0px -91px;
	height: 59px;
}

#postit a#menu4:hover, a#menu4:active{
	background-position: -210px -91px;
}


#noticias{
	background-color:#FFF;
	opacity:0.8;
	border-color:#FF7E04;
	border-style:solid;
	border-width: 2px;
	width: 264px;
	height: 170px;
	margin-top: 0px;
	padding: 5px;
}

#noticias h1{
	font-family:Calibri, Tahoma, Arial;
	font-size:20px;
	font-weight:bold;
	color: #FF7E04;
	text-align:center;
	border-bottom:solid;
	border-bottom-color: #FF7E04;
	border-bottom-width:1px;
}

#noticias a{
	font-family:Calibri, Tahoma, Arial;
	font-size:14px;
	color: #FF7E04;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
}

#noticias a:hover{
	color: #fff;
	background-color: #FF7E04;
}

#accesocampus{
	width:125px;
	height:100px;
	margin-left:50px;
}

#accesocampus a{
	background-image:url(../img/boton.png);
	background-repeat:no-repeat;
	width:75px;
	height:76px;
	margin-top:5px;
	float:left;
}

#accesocampus a:hover{
	background-image:url(../img/botonon.png);
}

#razones{
	width:475px;
	height:80px;
}

#razones a{
	background-image:url(../img/razones.png);
	background-repeat:no-repeat;
	width:410px;
	height:80px;
	margin-top:0px;
	float:left;
}

#razones a:hover{
	background-image:url(../img/razoneson.png);
}

#opi{
	background-image:url(../img/opi.png);
	background-repeat:no-repeat;
	margin-left:50px;
	margin-top: -100px;
	width:68px;
	height:100px;
	float:left;
}

div#logos{
	background-image:url(../img/logos.png);
	background-repeat: no-repeat;
	margin: auto;
	margin-top: 5px;
	height: 43px;
	width:270px;
	z-index: 2;
}

.logo{
	background-image:url(../img/logos.png);
	height: 43px;
	display:block;
	float: left;
	overflow: hidden;
}

div#b1{
	background-position: 0px -43px; 
	width: 55px;
    opacity: 1;
}

div#b2{
	background-position: -55px -43px;
	width: 67px;
    opacity: 0;
}

div#b3{
	background-position: -122px -43px; 
	width: 103px;
    opacity: 0;
}

div#b4{
	background-position: -225px -43px; 
	width: 45px;
    opacity: 0;
}

div#botones{
	background-image:url(../img/botones_fondo.png);
	background-repeat: no-repeat;
	margin-top: -5px;
	margin-left: auto;
	margin-right:auto;
	height: 195px;
	width: 600px;
	z-index: 2;
}

div#botones a{
	width:104px;
	height: 105px;
	display:block;
	float: left;
	overflow: hidden;
	margin-top:115px;
}

div#botones a#bot1{
	margin-left: 0px;
}
div#botones a#bot1:hover{
	background-image:url(../img/botones.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div#botones a#bot2{
	margin-left: 71px;
}
div#botones a#bot2:hover{
	background-image:url(../img/botones.png);
	background-repeat: no-repeat;
	background-position: -104px 0px;
}

div#botones a#bot3{
	margin-left: 30px;
}
div#botones a#bot3:hover{
	background-image:url(../img/botones.png);
	background-repeat: no-repeat;
	background-position: -208px 0px;
}

div#botones a#bot4{
	margin-left: 83px;
}
div#botones a#bot4:hover{
	background-image:url(../img/botones.png);
	background-repeat: no-repeat;
	background-position: -312px 0px;
}

div#mapa{
	width: 100%;
	background-color: #FF7E04;
	font-size:12px;
	font-family:Calibri, Tahoma, Arial;
	text-align:center;
	color:#fff;
	font-weight:bold;
	opacity: 0.8;
	margin-bottom:5px;
}

div#mapa a{
	text-decoration:none;
	color:#FFF;
}

div#mapa a:hover{
	color:#FF7E04;
	background-color:#fff;
}

div#cubre{
	background-color:#333;
	width:640px;
	height:30px;
	z-index:15;
	margin-top:0px;
	display:block;
	position:absolute;
	margin-left:32px;
}


div#masbotones{
	background-image:url(../img/opis.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right:auto;
	height: 190px;
	width: 265px;
	z-index: 2;
}

div#masbotones a{
	background-image:url(../img/masbotones.png);
	width:120px;
	height: 60px;
	display:block;
	float: left;
	overflow: hidden;
	margin-top:130px;
}

div#masbotones a#masbot1{
	margin-left: 0px;
}
div#masbotones a#masbot1:hover{
	background-position: 0px -60px;
}

div#masbotones a#masbot2{
	margin-left: 20px;
	background-position: -120px 0px;
}
div#masbotones a#masbot2:hover{
	background-position: -120px -60px;
}

