/*Maquetación*/
#fixed {
   margin:0 auto;
   width:920px;
   text-align:left;
}
#titulos {
	float: left;
	width: 60%;
	max-width: 39em;
	max-height:144px;
}
#top {
	width: 100%;
	height: 144px;
}
#titulo_sitio {
	max-width: 23em;
	font-size: 140%;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #999;
	padding: 3% 0 0 3%;
	/*margin: 0.7em;
*/
}
#logo {
	width: 35%;
	float: right;
	/*margin-right: 20%;
*/
	/*height: 20em;
*/
}
#subtitulo_sitio {
	color: #999;
	float: left;
	max-width: 23em;
	font-size: 1.1em;
	letter-spacing: 0.3em;
	font-style: italic;
	padding: 0.7em 3% 0.7em;
	/*margin-left: 1.5em;
*/
}
#frase {
  float:none;
  font-size: 70%;
  width:21em;
  margin-left:2em;
  letter-spacing: 0.1em;
}
#simbolo {
	float: right;
}
#navegador_principal {
	color: #FFFFFF;
	background-color: #2F4F4F;
	font-size: 90%;
	padding: 0.1em;
}
#navegador_principal a:link {
	text-decoration: none;
	font-style: italic;
	color: #FFFFFF;
}
#navegador_principal a:visited {
	text-decoration: none;
	font-style: italic;
	color: #FFFFFF;
}

#navegador_principal a:hover {
	text-decoration: none;
	font-style: italic;
	color: #000000;
}
#nombre_pagina {
	height: 1.2em;
	background-color: #C61334;
	font-size: 110%;
	color: #FFFFFF;
	padding: 0.1em 0.1em 0.1em 1em;
}
#ref_secciones {
	font-size: 90%;
	padding: 0.1em;
}
#col_navegacion {
	font-size: 100%;
}
#contenido {
	text-align: justify;
}
#titulares {
	background-color: #F2F2F2;
	color: #000000;
}
#pie_pagina {
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #CCCCCC;
	padding: 10px 10px 10px 10px;
}
/*Fin Maquetación*/
/* General styles */
body {
	margin: 0;
	padding: 0;
	border: 0;
/* This removes the border around the viewport in old versions of IE */
	width: 100%;
	background: #fff;
	min-width: 600px;
/* Minimum width of layout - remove line if not required */
/* The min-width property does not work in old versions of Internet Explorer */
	font-size: 90%;
}
a {
	color: #369;
}
a:hover {
	color: #333333;
	background: #CFC9B5;
	text-decoration: none;
}
h1, h2, h3 {
	margin: .8em 0 .2em 0;
	padding: 0;
}
p {
	margin: .4em 0 .8em 0;
	padding: 0;
}
img {
	margin: 10px 0 5px;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
body h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #333333;
	/*margin-top: 2em;
	margin-left: 1em;
*/
}
body h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
	color: #666666;
	/*text-align: left;
	margin-left: 1.5em;
*/
}
.autor {
	font-size: 90%;
	font-style: italic;
	color: #CC3333;
	margin-left: 2em;
	width: 50%;
	float: none;
	text-align: left;
}
.resumen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: italic;
	color: #333333;
	width: 80%;
	background-color: #EEEEEE;
	text-align: justify;
	padding: 0.5em;
	margin: 2em;
	float: none;
	clear: both;
}
a:link, a:active, a:visited {
	color: #333333;
}
.titulo_articulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #333333;
	margin-top: 2em;
	width: 80%;
	float: none;
	margin-left: 1em;
}
.subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
	color: #666666;
	text-align: left;
	width: 80%;
	margin-left: 1.5em;
}
.imagen_sup_derecha {
	border: 0.3em solid #CCCCCC;
	height: 5em;
	width: 5em;
	clear: none;
	float: right;
	margin-top: 1em;
}
#col_2 li {
	list-style-type: none;
	margin-left: -2em;
	list-style-image: url(arrows.gif);
	list-style-position: outside;
	list-style-image: url(arrows.gif);
}
#col_navegacion a:hover {
	font-weight: bolder;
}
#col_navegacion p {
	/*page-break-after: always;
*/
}
/*Menú*/
#menu_1 {
}
/*  MENU 1, level 1, normal state (NO) */
#menu_1 DIV.menu1-level1-no {
	border-bottom: 1px solid #999999;
	font-size: 95%;
	padding-top: 5px;
	padding-left: 5px;
}
#menu_1 DIV.menu1-level1-act {
	border-bottom: 1px solid #999999;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
	background-color: #eeeeee;
}
/*  MENU 1, level 2, normal state (NO) */
#menu_1 DIV.menu1-level2-no {
	font-size: 95%;
	padding-left: 1em;
}
/*  MENU 1, level 2, active state (ACT) */
#menu_1 DIV.menu1-level2-act {
	font-size: 95%;
	font-weight: bold;
	padding-left: 1em;
}
/*Fin Menú*/
.division {
	background-color: #DC143C;
	width: 100%;
	color: #FFFFFF;
	background-image: url(pestania_der_rojo.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 5px;
	margin-top: 1em;
}
.ingreso {
	font-size: 90%;
	width: auto;
	float: right;
}
#superior {
	width: 100%;
	background-color: #C61334;
	height: 1.6em;
	border-bottom-style: solid;
	border-bottom-width: medium;
}
.texto_articulo {
	text-align: justify;
	width: 100%;
}
.texto_ventanas {
	font-size: 90%;
	text-align: justify;
	padding: 0.5em;
}
/* Header styles */
#header {
	clear: both;
	float: left;
	width: 100%;
}
#header {
	border-bottom: 1px solid #000;
}
#header p, #header h1, #header h2 {
	padding: .4em 15px 0 15px;
	margin: 0;
}
#header ul {
	clear: left;
	float: left;
	width: 100%;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}
#header ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#header ul li a {
	display: block;
	float: left;
	margin: 0 0 0 1px;
	padding: 3px 10px;
	text-align: center;
	background: #eee;
	color: #000;
	text-decoration: none;
	position: relative;
	left: 15px;
	line-height: 1.3em;
}
#header ul li a:hover {
	background: #369;
	color: #fff;
}
#header ul li a.active, #header ul li a.active:hover {
	color: #fff;
	background: #000;
	font-weight: bold;
}
#header ul li a span {
	display: block;
}
/* 'widths' sub menu */
#layoutdims {
	clear: both;
	background: #eee;
	border-top: 4px solid #000;
	margin: 0;
	padding: 6px 15px !important;
	text-align: right;
}
/* column container */
.colmask {
	position: relative; 	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	float: left;
	width: 100%; 			/* width of whole page */
	overflow: hidden; 		/* This chops off any overhanging divs */
}
/* holy grail 3 column settings */
.holygrail {
	background: #f2f2f2; /* Right column background colour */
}
.holygrail .colmid {
	float: left;
	width: 200%;
	margin-left: -12em; /* Width of right column */
	position: relative;
	right: 100%;
	background: #fff; /* Centre column background colour */
}
.holygrail .colleft {
	float: left;
	width: 100%;
	margin-left: -50%;
	position: relative;
	left: 24em; /* Left column width + right column width */
	background: #f2f2f2; /* Left column background colour */
}
.holygrail .col1wrap {
	float: left;
	width: 50%;
	position: relative;
	right: 12em; /* Width of left column */
	padding-bottom: 1em; /* Centre column bottom padding. Leave it out if it's zero */
}
.holygrail .col1 {
	margin: 0 13em; /* Centre column side padding: 
					Left padding = left column width + centre column left padding width
					Right padding = right column width + centre column right padding width */
	position: relative;
	left: 200%;
	overflow: hidden;
}
.holygrail .col2 {
	float: left;
	float: right; /* This overrides the float: left above */
	width: 10em; /* Width of left column content (left column width minus left and right padding) */
	position: relative;
	right: 1em;
/* Width of the left-had side padding on the left column */
}
.holygrail .col3 {
	float: left;
	float: right; /* This overrides the float: left above */
	width: 10em; /* Width of right column content (right column width minus left and right padding) */
	margin-right: 3em; /* Width of right column right-hand padding + left column left and right padding */
	position: relative;
	left: 50%;
}
/* Footer styles */
#footer {
	clear: both;
	float: left;
	width: 100%;
	border-top: 1px solid #000;
}
#footer p {
	padding: 10px;
	margin: 0;
}