/* etiquetas HTML*/
* {
	margin: 0;
	padding: 0;
}
a {
	color: #008dac;
}

a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
}

body, div, span, p, a, img, caption, table, tr, th, td, form, h1, h2, h3, h4, h5 {border: 0;}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	background-color: #FFFFFF;
	margin: 9px;
}
ul {list-style: none;}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #787878;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}

/*estilos comunes*/
.relative {position: relative !important;}
.izquierda {float:left !important;}
.derecha {float:right !important;}
.debajo {clear:both;}
.oculto {display:none;}
.separador {
	width: 100%;
	float: left;
	position: relative;
	height: 1px;
	background-color: #deddd9;
}
/*columnas: */
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8 {
	float: left;
}
.col1 {width: 122px;}
.col2 {width: 245px;}
* html .col2 {width: 244px;}
.col3 {width: 368px;}
* html .col3 {width: 367px;}
.col4 {width: 491px;}
* html .col4 {width: 490px;}
.col5 {width: 614px;}
* html .col6 {width: 737px;}
.col6 {width: 736px;}
.col7 {width: 860px;}
.col8 {width: 983px;}

/*IDENTIFICADORES*/
#contenedor {
	width: 990px;
	position: relative;
	border: 1px solid #DDD;
}
#cabecera, #menu, #opciones, #contenido, .contenidoextra, #pie {
	width: 990px;
	position: relative;
}
#cabecera {
	height: 150px;
	background: #FFFFFF url(../images/fr_cabecera.jpg) no-repeat 245px top;
}
#cabecera h1 {
	padding: 15px 60px;
}
#menu, #migas {
	float: left;
}
#contenido, .contenidoextra, #pie {
	clear: both;
}
#migas {
	width: 950px;
	height: 10px;
	font-size: 10px;
	padding: 20px 20px 5px;
	border-bottom: 1px solid #DDD;
}
#menu {
	background: #bbb;
}
#opciones {
	padding: 0px;
	background-color: #FFFFFF;
	height: 50px;
	color: #4B6775;
	border-bottom: 1px solid #ddd;
}
#pie {
	font-size: 10px;
	color: #787878;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #deddd9;
	text-align: center;
}
/* estas dos reglas hacen que el alto de las columnas sea igual*/
#contenido {
	overflow: hidden;
}
#derecha, #centro, #izquierda {
	padding-bottom: 30000px;
	margin-bottom: -30000px; 
	color: #464646;
}
/**********/
#centro {
	border-right: 1px solid #DDD;
	min-height: 500px;
	height: auto;
}
#izquierda {
	border-right: 1px solid #DDD;
}
.contenidoextra {
	border-top: 1px solid #DDD;
}
.margen {
	margin: 20px;
	position: relative;
}
.medio {
	width: 48%;
	float: left;
	position: relative;
	margin: 1%;
}
/*MENUS Y BOTONES*/
#opciones ul {
	border-left: 1px solid #4B6775;
	background: #FFF;
	margin: 20px;
}
#opciones li  {
	display: inline;
}
#opciones li a {
	border-right: 1px solid #4B6775;
	padding: 0px 5px 0px 5px;
	margin: 0px;
	font-size: 10px;
	font-weight: bold;
	color: #4B6775;
	text-decoration: none;
}
#opciones li a:hover {
	color: #008DAC;
	background: #FFFFFF;
}
#migas a:link, a:visited {
	color: #787878;
	text-decoration: none;
}
#migas a:hover, a:active {
	color: #787878;
	text-decoration: underline;
}
#menu ul {
	margin: 10px 0px 0px 10px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.08em;
}
#menu li {
	display: inline;
}
#menu li a {
	float: left;
	position: relative;
	padding: 10px 13px;
	margin-left: 8px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #4B6775;
}
#menu li a:hover {
	background: #FFFFFF;
	color: #787878;
	padding: 10px 13px 9px;
	border-bottom: 1px solid #BBBBBB;
}
#menu li.actual a, .submenu li.actual a, #opciones li.actual a, .paginador li.actual a, ul.paginador li a:hover {
	background: #FFFFFF;
	color: #008DAC;
}
ul.submenu {
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: none;
	border-left: 1px solid #DDD;
	margin: 20px;
	text-align: right;
}
ul.submenu li {
	border-bottom: 1px solid #DDD;
}
ul.submenu li a {
	display: block;
	padding: 5px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -.09em;
	color: #4B6775;
}
ul.paginador {
	margin: 20px;
	background: #EEE;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	clear: both;
}
ul.paginador li {
	display: inline;
}
ul.paginador li a {
	padding: 0px 5px;
	text-decoration: none;
	color: #464646;
}
/* CONTENIDOS: TÍTULOS, TEXTOS, LISTAS....*/


/* #centro a { text-decoration: none; color: #008dac; border-bottom: thin dashed;} */
 #centro a { text-decoration: none; color: #008dac;} 

#centro p {
	margin-top: 10px;
	margin-bottom: 18px;
	line-height: 18px;
}

#centro ol {
	margin: 10px 0px 0px 40px;
	margin-bottom: 18px;
	list-style-type: decimal;
	line-height: 18px;
}

#centro li {
	padding: 5px 5px 0px 5px;
}
	
#centro ul {
	margin: 10px 0px 0px 40px;
	margin-bottom: 18px;
	list-style-type: square;
	line-height: 18px;
}

#centro h2, #derecha h2 {
	font: bold 24px Arial, Helvetica, sans-serif;
	letter-spacing: -2px;
	margin-bottom: 10px;
}

#derecha img, #izquierda img, #centro img {
	display: block;
	margin: auto;
} 

#derecha a img {border:1px solid #bbbbbb}

h3.subtitulo {
	text-transform: uppercase;
	letter-spacing: -0.05em;
	text-align: right;
	padding: 5px;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #008dac;
	border-bottom: 1px solid #DDD;
}

h4.subtitulo {
	letter-spacing: -0.05em;
	text-align: right;
	padding: 5px;
	font: bold 17px Arial, Helvetica, sans-serif;
	color: #008dac;
	border-bottom: 1px solid #DDD;
}

.nota {
	font-size: 10px;
}
dl.listado {
	margin-top: 20px;
	border-bottom: 1px solid #DDD;
}
dl.listado dt {
	font-size: 18px;
	font-weight: bold;
	color: #4B6775;
	margin: 0px;
	border-top: 1px solid #DDD;
	padding-top: 10px;
}
dl.listado dd {
	margin: 5px 5px 5px 0px;
	padding-bottom: 15px;
	font-size: 13px;
	font-weight: bold;
}
dl.listado dd img {
	margin-top: 10px;
}
dl.listado dd a {
	display: block;
	margin: 0px;
	padding: 10px;
	background: #DDD;
	color: #464646;
	text-decoration: none;
}
dl.listado dd a:hover {
	background: #464646;
	color: #DDD;
}
dl.novedades {
	margin-top: 10px;
}
dl.novedades dt {
	font-size: 10px;
	font-weight: bold;
	color: #4B6775;
	margin: 0px;
}
dl.novedades dd {
	margin: 5px 5px 5px 0px;
	padding-bottom: 15px;
	font-size: 13px;
	color: #464646;
}
dl.novedades dd em {
	font-style: normal;
	font-size: 16px;
}
dl.novedades dd a {
	margin: 0px;
	padding: 0px;
	color: #464646;
	text-decoration: none;
}
dl.novedades dd a:hover {
	text-decoration: underline;
}
dl.documentos {
	margin-top: 10px;
}
dl.documentos dt {
	font-size: 10px;
	font-weight: bold;
	color: #008DAC;
	margin: 0px;
}
dl.documentos dd {
	margin: 5px 5px 5px 0px;
	padding-bottom: 15px;
	font-size: 14px;
	color: #464646;
	border-bottom: 1px solid #DDD;
}
dl.documentos dd a {
	margin: 0px;
	padding: 0px;
	color: #464646;
	text-decoration: none;
}
dl.documentos dd a:hover {
	text-decoration: underline;
}
form.universidades {
	margin: 20px;
	border: 1px solid #DDDDDD;
	padding: 10px;
	background: #EEE;
}
form.universidades label {
	font-size: 11px;
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
form.universidades select {
	width: 100%;
	border: 1px solid #bbb;
	margin-bottom: 10px;
}
/* FORMULARIOS */
form#contacto {
	border: 1px solid #DDD;
	padding: 10px 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}
form#contacto fieldset {
	border-style: none;
	margin-top: 10px;
}
form#contacto legend {
	font-size: 11px;
	text-transform: uppercase;
	color: #787878;
} 
form#contacto label {
	display: block;
	margin: 10px 0px 5px;
	font-size: 13px;
	font-weight: bold;
	color: #4B6775;
	letter-spacing: -0.07em;
}

form#contacto fieldset input, form#contacto fieldset textarea, form#contacto select {
	background: #FFF;
	border: 1px solid #787878;
	color: #464646;
	font: normal 12px Arial, Helvetica, sans-serif;
	padding: 2px;
	margin-bottom: 5px;

}
form#contacto fieldset input:focus, form#contacto fieldset textarea:focus, form#contacto fieldset select:focus {
	background: #EEE;
}
form#contacto input.boton {
	font-size: 10px;
	color: #464646;
	background: #DDD;
	margin: 10px 10px 10px 0px;
	padding: 6px;
	border: 1px solid #787878;
}
form#contacto input.boton:hover, form#contacto input.boton:focus {
	color: #DDD;
	background: #464646;
	outline: 1px solid #0008DAC;
}

#CajaError, #CajaInformacion {
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

#CajaError {
	background: #FFEDEF;
	color: #CC0000;
	border: 1px solid #FFC2CA;
	text-align: center;
}

#CajaInformacion {
	background: #FFF7B5;
	color: #6C6923;
	border: 1px solid #BEBB62;
	text-align: left;
}
