<style type="text/css">
body {
	font-family: 'Roboto', sans-serif;
   background-image: url("../img/circuito_patron_verde_250.png");
   background-repeat: repeat;
	}
header {
	text-align: center;
	margin-left: 100px;
	margin-top: 50px;
	}
#titulo_cabecera {
	text-align: center;
	color: #852a21;
	font-size: 2em;
	}
#contenedor {
	margin: auto;	
	padding: 0 1em;
	}
#principal {
	margin-top: 60px;	
	margin-left: 11em;
	min-height: 500px;
	width: 800px;
	}
#texto_central {
	margin-left: 30px;
	margin-right: 90px;
	margin-top: 40px;
	padding: 30px;
	border-style: solid;
	border-color: #184769;
	border-width: 3px;
	background-color: #F6F6F6;
	border-bottom-right-radius: 18px;
	border-top-right-radius: 18px;
	border-bottom-left-radius: 18px;
	}
a {
	text-decoration: none;
	color: #184769;
	}
fieldset {
	margin: 30px;
	border-style: solid;
	border-color: #3a768a;
	border-width: 3px;
	background-color: lightgrey;
	border-top-right-radius: 18px;
	border-top-left-radius: 18px;
	border-bottom-left-radius: 18px;
	}
dl {
	margin: 15px;
	padding: 10px;
	border-style: solid;
	border-color: #5FB404;
	border-width: 2px;
	background-color: #E0E0E0;
	border-top-right-radius: 18px;
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
	}
dt {
	font-weight: bold;
	margin-top: 5px;
	}
.ficha {
	margin: 5px;
	padding: 5px;
	border-style: solid;
	border-color: #5FB404;
	border-width: 2px;
	background-color: #E0E0E0;
	border-top-right-radius: 18px;
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
	}
.cuadro_central {
	margin-left: 30px;
	margin-right: 90px;
	margin-top: 40px;
	padding: 30px;
	border-style: solid;
	border-color: #184769;
	border-width: 3px;
	background-color: #F6F6F6;
	border-bottom-right-radius: 18px;
	border-top-right-radius: 18px;
	border-bottom-left-radius: 18px;
	}
.ficha_titulo {
	margin: 5px;
	padding: 5px;
	border-style: solid;
	border-color: #3a768a;
	border-width: 2px;
	background-color: #E0E0E0;
	border-top-right-radius: 18px;
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #852a21;
	margin-top: 120px;
	}
.error_acceso {
	margin: 5px;
	padding: 5px;
	border-style: solid;
	border-color: #3a768a;
	border-width: 2px;
	background-color: #E0E0E0;
	border-top-right-radius: 18px;
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
	text-align: center;
	font-size: 18 px;
	font-weight: bold;
	color: #852a21;
	margin-top: 0 px;
	}
#fieldset_primer {
	margin-top:-30px;
	}
#fieldset_busqueda {
	font-size: 100%;
	}
#cuadro_texto {
	margin-top:-30px;
	}
legend {
	background-color: #852a21;	
	color: white;
	padding: 3px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	}
form li {
	margin: 15px;	
	list-style-type: none;
	}
#recuadro {
	border:thin solid #000;
	background-color:#FCC;
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
	height: auto;
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
	}
#logo {
	width: 175px;
	height: 68px;
	background-image: url("../img/logoazulperfil.png");
	background-repeat: no-repeat;
	position: absolute;
	margin-left: 50px;
	left: 11px;
	top: 14px;
	}
#logo_BI {
	width: 100px;
	height: 100px;
	background-image: url("../img/logo_BI.png");
	background-repeat: no-repeat;
	position: absolute;
	margin-left: 250px;
	left: 8px;
	top: 14px;
	}
#logo_IIT {
	width: 100px;
	height: 100px;
	background-image: url("../img/logo_IIT.png");
	background-repeat: no-repeat;
	position: absolute;
	margin-left: 375px;
	left: 13px;
	top: 14px;
	}
.boton_volver{
	margin-left: 50%;
	margin-bottom: 30px;
	cursor: pointer; 
	color: white;
	background-color: #852a21;
	border-color: none;
	font-size: 1.1em;
	padding: 3px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	}
.boton_volver:hover{
	color: #852a21;
	background-color: #ffffff;
	}
.boton_cerrar_sesion{
	margin-left: 85%;
	margin-bottom: 30px;
	cursor: pointer; 
	color: white;
	background-color: #184769;
	border-color: none;
	font-size: 0.6 em;
	padding: 3px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	}
.boton_cerrar_sesion:hover{
	color: #184769;
	background-color: #ffffff;
	}
#enviar {
	margin-left: 80%;	
	margin-bottom: 30px;
	cursor: pointer; 
	color: white;
	background-color: #852a21;
	border-color: none;
	font-size: 0.5 em;
	padding: 3px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	}
.alrededor {
	float: right;
	}
nav a {
	color: white;
	text-decoration: none;
	font-variant: small-caps;
	font-size: 1.2em;
	}
nav a:hover {
	color: grey;
	}
nav a:active {
	color: #ff6700;
	}
#horizontalmenu {
	margin-left: 190px;
	}
#horizontalmenu ul {
	padding:1; 
	margin:1; 
	list-style:none;
	}
#horizontalmenu li {
	float:left; 
	position:relative; 
	padding-right:100; 
	display:block;
	background-color: #5FB404;
	border-color: grey;
	margin-right: 10px;	
	padding: 6px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;	
	}
#horizontalmenu li ul {
   display:none;
	position:absolute;
	background:#5FB404;
	font-size: 0.8em;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-top: 2px;
	}
#horizontalmenu li:hover ul{
   display:block;
   background:#5FB404;
	height:auto; 
	width:8em; 
	}
#horizontalmenu li ul li{
   clear:both;
	border-style:none;
	margin-left: -10px;
	}
#seleccionado a {
	color: lightgrey;
	}
#menuMovil {
	display: none;
	}
#cabecera_movil {
	display: none;
	}
table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  text-align: left;
  border-bottom: 1px solid #ddd;
}
tr:hover {background-color:#f5f5f5;}
