/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}


/**************************** Estructura *********************************/
#chart_origen, #chart_destino {
    margin-left: 650px;
    margin-top: -285px;
}

#header img {
    margin-left: 65px;
}

#main {
    margin: 10px auto;
    padding: 10px;
    width: 960px;
}

#menu {

}

#navegacion {
    margin: 15px 0;
    padding: 15px;
}


#localidades_origen, #localidades_destino {
    width: 200px;
}

#series {
    width: 320px;
}

#datos {
    margin: 10px 0;
}

#aniadir_enlace {
    margin: 15px 0;
    padding: 15px;
}

#info_publico, #form_aniadir {
    padding: 5px;
}

#form_aniadir label {
    float: left;
    margin: 7px 2px 0 0;
    width: 100px;
}

#form_aniadir input {
    margin-top: 5px;
}

#form_aniadir .espacio {
    float: left;
    width: 100px;
}

#form_aniadir .boton {
    width: 105px;
}

#pie {

}

select {
    padding: 2px 5px;
}

.tabla {
    border-collapse: collapse;
    height: 200px;
    margin-bottom: 10px;
    text-align: left;
    width: 640px;
}

.tabla td, .tabla th {
    padding: 4px;
}

.tabla .separador {
    padding: 0;
    width: 2px;
}

/**************************** Colores *********************************/
body {
    color: #DDD;
    background: url('images/fondo.jpg');
}

a {
    color: orange;
}

a.active {

}

a.hover {

}

#main {
    background: #7F192C;
}

#menu {

}

#navegacion {
    background: #dfcf7a;
    border: 3px solid #969231;
    color: #333;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

#datos {

}

#fuente {
    position: relative;
    top: -10px;
}

#aniadir_enlace {
    background: #DFCF7A;
    border: 3px solid #969231;
    color: #333;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

#form_aniadir input {
    border: 2px solid #969231;
}

.color {
    color: #7F192C;
}

#pie {

}

.tabla {
    border: 5px solid #DFCF7A;
}

.tabla td, .tabla th {
    border: 1px solid #DFCF7A;
}

td.separador {
    background: #DFCF7A;
}

/**************************** Tipografía *********************************/
body {
    font-family: sans-serif;
    font-size: 1em;
}

a {
    text-decoration: underline;
}

h3 {
    font-size: 1.1em;
}

#fuente {
    font-size: .8em;
    font-weight: bold;
}

#menu {
    text-align: right;
}

#form_aniadir label {
    text-align: right;
}

sup {
    font-size: .6em;
    vertical-align: super;
}

select {
    font-size: .9em;
}

.tabla {
    font-size: .8em;
}

.tabla td, .tabla th {
    text-align: center;
    vertical-align: middle;
}

.tabla td.nomindicador {
    text-align: left;
}

#info_publico, #form_aniadir {
    font-size: .8em;
    line-height: 1.3em;
}

/*
body {
	background-color: #232323;
}

.logo_ugr {
	margin-bottom: 15px;
	margin-right: 10px;
}
.logo_idr {
	margin-right: 10px;
}

a:link, a:visited {
	color: #019DBE;
}

a:hover {
	color: #ff6600;
}

#paises_origen {
	width: 195px;
	margin-right: 15px;
	padding: 2px;
}

#paises_destino {
	width: 195px;
	margin-right: 15px;
	padding: 2px;
}

#series {
	width: 335px;
	padding: 2px;
} 

#series optgroup {
	font-weight: bold;
}

#series option {
	font-weight: bold; font-style: italic;
}

#series optgroup option {
	font-weight: normal;
}

.contenedor {
	width: 925px;
	margin: 20px 0 0 0;
}

.tabla {
	border: solid #d9e2e1 5px;
	width: 623px;
	height: 200px;
	margin-bottom: 10px;
	border-collapse: collapse;
	text-align: left;
}
.tabla td, .tabla th {
	text-align: center;
	vertical-align: middle;
}

.tabla td.nomsubserie {
	text-align: left;
}

.cabeceras_origen, .cabeceras_destino {
	height: 20px;
}

.bajo_cabeceras_origen, .bajo_cabeceras_destino {
	height: 15px;
}

#Nombre_subserie_origen {
	width: 250px;
}
#Nombre_subserie_destino {
	width: 250px;
}

#chart_origen, #chart_destino {
	position: relative;
	top: -220px;
	left: 624px;
	margin-bottom: -220px;
	width: 150px;
	height: 220px;
	margin-right: -220px;
}

.nomsubserie {
	padding-left: 5px;
}

#fuente {
	text-align: left;
	margin: 10px 0 15px 20px;
	font-weight: bold;
}

#editar_comentario textarea {
  margin: 5px 0 0 5px; width: 865px; height: 120px; overflow: auto; overflow-x: hidden !important;
}

#editar_comentario .espacio_aniadir {
  width: 0px; margin-right: 710px;
}

#editar_comentario .espacio_guardar {
  width: 0px; margin-right: 500px;
}

#aniadir_enlace label {
  width: 260px; margin: 15px 0 -10px 5px; display: block; text-align: right;
}
#aniadir_enlace .entrada {
  width: 335px; margin: -10px 0 0 270px;
}
#aniadir_enlace .check {
  margin-left: 0px;
}
#aniadir_enlace .espacio {
 width: 1px; margin-right: 270px;
}
#aniadir_enlace .espacio_publico {
 width: 1px; margin-right: 55px;
}
#aniadir_enlace .espacio_admin {
 width: 1px; margin-right: 5px;
}
#aniadir_enlace .espacio_guardar {
 width: 1px; margin-right: 155px;
}

#aniadir_enlace #form_editar_enlaces, #aniadir_enlace #form_editar_vinculos{
	width: 450px;
}

#aniadir_enlace #form_editar_enlaces label, #aniadir_enlace #form_editar_vinculos label{
  width: 70px; margin: 10px 0 -10px 0; display: block; text-align: right;
}
#aniadir_enlace #form_editar_enlaces .entrada, #aniadir_enlace #form_editar_vinculos .entrada {
  width: 225px; margin: -10px 0 5px 75px;
}
#aniadir_enlace #form_editar_enlaces .fecha, #aniadir_enlace #form_editar_vinculos .fecha  {
 width: 0px; margin-left: 15px;
}
#aniadir_enlace #form_editar_enlaces .alternativa_fecha, #aniadir_enlace #form_editar_vinculos .alternativa_fecha {
 margin-left: 72px;
}
#aniadir_enlace #form_editar_enlaces .check, #aniadir_enlace #form_editar_vinculos .check  {
  margin-left: 0px;
}
#aniadir_enlace #form_editar_enlaces .espacio, #aniadir_enlace #form_editar_vinculos .espacio  {
 width: 1px; margin-right: 68px;
}
#aniadir_enlace #form_editar_enlaces .espacio_publico {
 width: 1px; margin-right: 55px;
}
#aniadir_enlace #form_editar_enlaces .espacio_admin, #aniadir_enlace #form_editar_vinculos .espacio_admin  {
 width: 1px; margin-right: 5px;
}
#aniadir_enlace #form_editar_enlaces .espacio_guardar, #aniadir_enlace #form_editar_vinculos  .espacio_guardar {
 width: 1px; margin-right: 155px;
}

#aniadir_enlace #form_editar_enlaces .info_enlace_vinculo, #aniadir_enlace #form_editar_vinculos .info_enlace_vinculo {
  margin-bottom: -3px;
}

#ver_enlaces .module, #ver_vinculos .module{
	display: block;
	float: left;
	width: 447px;
}

.separador {
	background-color: #d9e2e1;
	width: 2px;
}
.boton {
	width: 150px;
}

#info {
	width: 900px;
	margin: 30px 0 30px 50px;
	text-align: left;
}

#login {
	margin: 30px 0 0 50px;
	text-align: left;
}

#login .entrada {
	width: 350px;
} 

.formulario {
	text-align: right;
	margin-left: auto;
	margin-right: auto;
}

.administracion {
	float: right;
}

.center {
	width: auto;
	text-align: center;
}

.idiomas {
}

.mod-rounded {
	background-color: white;
}
*/
