/*
%Title: Metadatos - Recuperación y Acceso a la Información
%Author: RNG
%Version: 1
*/
body{
	margin: 0;
	background-image: url('img/bg.png');
	background-repeat: repeat-x;
	background-color: #E2F2FE;
	text-align: center;	
}
#all{
	margin: 0 auto;
	text-align: left;
	width: 720px;
}
#header{
	width: 720px;
	height: 116px;
	background-image: url('img/header-bg.jpg');
	background-repeat: no-repeat;	
}
#header #logo{
	position: absolute;
	margin-top: 54px;
	margin-left: 27px;
	border:0;	
}
#header #rss{
	position: absolute;
	margin-top: 5px;
	margin-left: 660px;
	border: 0;
}
#menu{
	width: 720px;
	height: 30px;
	background-image: url('img/menu-up.png');
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight: bold;	
	font-size: 9pt;
	margin-bottom: 4px;
}
#menu a{
	height: 24px;
	padding: 6px 15px 0px 15px;
	display: block;
	float: left;
}
#menu a.normal:link, #menu a.normal:visited{
	color: #FFF;
	text-decoration: none;
	border-right: 1px solid #1B536E;
	border-left: 1px solid #1E779D;
}
#menu a.normal:hover, #menu a.normal:active{
	background-image: url('img/menu-over.png');
	background-repeat: repeat-x;
}
#menu a.left:link, #menu a.left:visited{
	color: #FFF;
	text-decoration: none;
	background-image: url('img/menu-left-up.png');
	background-repeat: no-repeat;	
	border-right: 1px solid #1B536E;
}
#menu a.left:hover, #menu a.left:active{
	background-image: url('img/menu-left-over.png');
	background-repeat: no-repeat;
}
#menu .right{
	width: 5px;
	height: 30px;
	background-image: url('img/menu-right.png');
	background-repeat: no-repeat;
	float: right;	
}
#content{
	width: 482px;
	background-color: #FFF;
	background-image: url('img/content-bg-down.png');
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Arial, Tahoma, sans-serif;
	padding: 5px 10px 5px 9px;
	float: left;
	margin-bottom: 4px;
}
#content h1{
	margin: 0;
	padding: 0;
	color: #164861;
	font-size: 18pt;
}
#content h1.portada{
	font-size: 24pt;
}
#content h2{
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 10pt;
}
#content img{
	padding: 2px;
	border: 1px solid #1F6F94;
	margin-top: 10px;
}
#content p{
	font-size: 9pt;	
	color: #444;
	text-align: justify;
}
#content .title{
	color: #164861;
	font-weight: bold;
	font-size: 11pt;
	margin-bottom: 5px;
}
#content b{
	font-size: 10pt;
	color: #164861;
}
#content ul{
	font-size: 9pt;
	margin: 5px 5px 10px 15px;
	list-style: url('img/bullet_icon_go.png');
	padding-left: 5px;
	color: #666;
}
#content ul li{
	margin:0;
	padding-bottom: 2px;
}
#content ul li ul{	
	font-size: 9pt;
	margin: 5px 5px 10px 15px;
	list-style: url('img/bullet_green.png');
	padding-left: 5px;
	color: #666;
}
#content a:link, #content a:visited{
	color: #1F7399;
	font-weight:bold;
	text-decoration: underline;
}
#content a:hover, #content a:active{
	color: #000;
}
.right{
	float: right;
	width: 215px;
	font-family: Arial, Tahoma, sans-serif;
}
.right .box{
	background-color: #FFF;
	padding: 4px;
	margin-bottom: 4px;
}
.right .box h1{
	margin:0;
	padding: 6px;
	color: #FFF;
	font-size: 9pt;
	background-image: url('img/right-content-title.png');
	background-repeat: repeat-x;
}
.right .box .list a:link, .right .box .list a:visited{
	padding: 6px;
	color: #164861;	
	border-bottom: 1px solid #164861;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	display: block;
}
.right .box .list a:hover, .right .box .list a:active{
	background-color: #ACD0DF;	
}
#footer{
	background-color: #4691B3;
	width: 704px;
	clear: both;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFF;
	padding: 8px;
}
#footer p{
	margin:0;
	padding:0;
}
#footer img{
	float: right;
	margin-left: 3px;
	border: 0;
}
#footer a{
	color:#FFF;
}
input,select,textarea{
	padding: 3px;
	font-size: 8pt;
	font-family: Tahoma, Arial, sans-serif;
	border: 1px solid #666;
}
input:hover, input:focus, select:hover, select:focus, textarea:hover, textarea:focus{
	background-image: none;
	background-color: #FFF;
}
.boton{
	padding: 5px;
	background-image: none;
	background-color: #666;
	color: #FFF;
	border: 1px solid #000;
	font-weight: bold;
	cursor: pointer;
	margin-top: 20px;
}
.boton:hover, .boton:focus{
	color: #000;
	background-color: #FFF;
}
