/*Disposiciones generales*/

body {
	font: 62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#555;
	margin:20px;
	background:url(../images/body.jpg) top repeat-x #333;
}

* {
	margin:0;
	padding:0;
}

#wrapper {
	margin:0 auto;
	background:#fff;
	padding:5px;
	border:4px solid #222;
	max-width:900px;
}

a img {
	border: 0;
}

abbr{
	cursor:help;
	border-bottom:1px #777 dashed;
}

.fixed {
	width:760px;
}

.fluid {
	width:90%;
}

sup {
	vertical-align: 3px;
}



/*Cabecera de página*/

#header {
	height:110px;
	background:url(../images/header.jpg) top repeat-x;
	border-top:2px solid #cfaa18;
	border-left:2px solid #cfaa18;
	border-right:2px solid #cfaa18;
}

#header h1 {
	height:25px;
	font:250% Trebuchet MS;
	padding:10px 20px 0px 20px;
	color:#000;
}
#header h2 {
	height:10px;
	font:150% Trebuchet MS;
	padding:10px 20px 0px 20px;
	color:#fff;
}





/*Menú principal*/

#nav {
	margin:0 0 0 8px;
}

#nav li {
	list-style:none;
	display:inline;
	padding:7px 5px;
	color: #eee;
	font-weight: bold;
}

#nav li a {
	padding:7px;
	color:#eee;
	text-decoration:none;
}

#nav li a:hover {
	background:#cfaa18;
	color:#fff;
}

.actual {
	background:#cfaa18;
	color:#fff;
}

.idioma {
	float: right;
	text-align: right;
	position: relative;
	margin:-7px 0;
	width: 80px;
}

#content ul{
padding: 0 0 0 25%;
}

#content ul p{
	margin: 5px 0px;
	line-height: 18px;
	padding: 0 0 0 2%;
}

#content a {
	color: #555;
}


/*Barra lateral izquierda*/

#sidebar_left {
	float:left;
	width:180px;
	padding:0 10px;
	background:#fff;
	font:100% Verdana;
	line-height:20px;
	border-right:1px solid #eee;
	margin:0 15px 0 0;
}

#sidebar_left h2 {
	font:140% Arial;
	font-variant: small-caps;
	text-align:center;
	color:#222;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	padding:5px;
}

#sidebar_left h3 {
	font:120% Arial;
	color:#222;
	line-height: 0;
	margin: 15px auto 5px auto;
	padding:5px;
}

#sidebar_left p {
	margin: 0;
	line-height:15px;
	font: 120% Arial;
	padding: 0 0 0 5px; 
}

#sidebar_left a {
	color:#555;
	text-decoration: none;
}

#sidebar_left a:hover {
	text-decoration: underline;
}

#sidebar_left img {
	margin: 10px auto;
	display: block;
}





/*Barra lateral derecha*/

#sidebar_right {	
	width:150px;
	padding:10px;
	float:right;
	background:#f9e8a3;
	margin:0 0 10px 10px;
	border-left:2px solid #cfaa18;
	border-right:2px solid #cfaa18;
	border-bottom:2px solid #cfaa18;
	color:#1F5063;
}

#sidebar_right h2 {
	font:140% Arial;
	font-weight:bold;
	padding: 5px 0;
	border-bottom: 1px solid #cfaa18;
	margin: 5px auto;
	color:#13313C;
}

#sidebar_right p {
	font:130% Arial;
	line-height:20px;
}

#sidebar_right a{
	color:#777;
	font-weight:bold;
	text-decoration:none;
}

#sidebar_right a:hover{
	color:black;
	text-decoration:underline;
}



/*Contenido de la página*/

#content {
	padding:0 15px;
	font-size:120%;
}

#content h2 {
	font:150% Trebuchet MS;
	color:#000;
	background-color:#f9e8a3;
	border-bottom:1px solid #eee;
}

#content h3 {
	font:130% Arial;
	color:#000;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	padding:0px 5px;
}

.with_sidebar {
	margin:0 0 0 200px;
}

#content h1,h2,h3,h4,ul,p {
	margin:5px 0;
	line-height:25px;
}


#sidebar_right h1,h2,h3,p {
	margin:15px 0;
}


#sidebar_left h1,h2,h3,p {
	margin:15px 0;
}

.download {
	line-height: 15px;
	height: 26px; 
	margin: 0 0 10px 15px;
	padding-bottom: 10px;
}






/*Pie de página*/

#footer {
	color: #fff;
	margin: 0 -5px -10px -5px;
	padding: 5px 10px;
	height: 30px;
	font-size:100%;
	background:#333;
	border-top:2px solid #cfaa18;
	border-bottom:4px solid #222;
	clear:both;
}

#footer p{
	line-height: 13px;
}

#footer a{
	color: #fff;
	text-decoration:none;
}

#footer a:hover{
	color: #fff;
	text-decoration:underline;
}

#valid {
	float:right;
	position: relative;
	display:block;
	margin: 1px auto;
	line-height:16px;
}

#valid img{
	margin: -2px;
}

.title {
 font-weight: bold;
}

.abstract {
 font-variant: small-caps;
 font-weight: bold;
}

ol {
padding: 0 0 0 7%;
line-height: 18px;
}

ul ul {
line-height:15pt;
margin: 0 0 0 -20%;
}

/* Tablas */

table {
	margin: 5px auto;
	width: 70%;
	padding-bottom:30px;
}

.table-header {
	background: #cfaa18;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
	color: #000;	
}

.hora {
	background: #f9e8a3;
	font-variant: small-caps;
}

.nega {
	background: #f9f8b3;
}

table td {
 width: 15%;
 text-align: center;
}

.cartel {
	margin:5px auto;
	text-align: center;
	background: #cfaa18;
	color: #f9e8a3;
	line-height: 20px;
	border:2px solid #222;
}


#sidebar_right .cartel a{
	color: #f9e8a3;
	display: block;
	height: 100%;
	width: 100%;
}

#sidebar_right .cartel a:hover{
	background: #f9e8a3;
	color: #000;
	text-decoration: none;
}
