/* CSS Document */
body{
	position:relative;
	margin: 0;
	padding: 0;
	text-align: center;
	background:#444;
	font-family:arial,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#555555;
	background:url(../img/background-vertical.png) left top repeat-x #555;
	scrollbar-face-color:#cbcbcb;
	scrollbar-highlight-color:#cbcbcb;
	scrollbar-3dlight-color:#cbcbcb;
	scrollbar-darkshadow-color:#CCC;
	scrollbar-shadow-color:#c4dc99;
	scrollbar-arrow-color:#FFF;
	scrollbar-track-color:#ededed;		

}

h3{
	font-family:"Trebuchet MS";
	color: #fc8521;
	font-weight:bold;
	font-size:14px;
	text-align:right;
	padding: 0 18px;
	margin: 0;
}

div#wrapper{
	width:964px;
	margin: 15px auto 0 auto;
	text-align: left;
	
}

div#header{
	wwidth:964px;
	mmargin: 15px auto 0 auto;
}

div#headerContent{
	position:relative;
	wwidth: 964px;
	height:67px;
	margin: 0;
	background:url(../img/header.png) 0 0 no-repeat;
}
a#logo {
	position: relative;
	display: block;
	float: left;
	z-index: 5;
	margin: 8px 0 0 17px;
	overflow: hidden;
}
a#logo img {
}
div#dateContent{
	position:relative;
	wwidth: 964px;
	height:28px;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 27px;
	font-weight: bold;
	background: url(../img/background-date.png) 0 0 no-repeat;
}

div#actual-date{
	text-align: left;
	color: #636363;
}
div#last-update {
	float: right;
}
div#locales{
	z-index: 0;
	position: absolute;
	top: 0;
	right: 0;
	height: 45px;
	text-align: right;
	margin: 26px 13px 0px 0px;
	padding: 0px 0px 0px;
}
div#locales a, div#locales img.shadow {
	display: inline;
	float: right;
	margin: 0 7px;
}
div#locales a {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
div#locales a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
div#locales a img {
	mmargin: 0;
	ppadding: 0;
}
div#locales a.selected {
	opacity: 1;
	filter: alpha(opacity=100);
}

div#canvas{
	border: 2px solid #d3d3d3;
	margin: 0px auto;
	background: url(../img/background-canvas.png) 0 0 repeat-x #FFFFFF;
}

div#leftWrapper{
	float: left;
	padding: 10px;
	overflow: hidden;
}

div#menuBox{
	display: block;
	width: 192px;
}

div#menuBox a{
	display: block;
	height:38px;
	padding-left:20px;
	text-transform:capitalize;
	line-height:34px;
	text-decoration:none;
	color:#333333;
	text-transform: uppercase;
	font-weight:bold;
	background:url(../img/item-menu.png) 0 0 no-repeat;
}

div#menuBox a:hover{	
	background:url(../img/item-menu-hover.png) 0 0 no-repeat;
}

div#menuBox a.selected{	
	background:url(../img/item-menu-hover.png) 0 0 no-repeat;
}
div#logosWrapper {
	position: relative;
	margin-top: 0px;
	width: 192px;
	overflow: hidden;
	background: #DDDDDD url(../img/logos_bg.png) 0 0 repeat-y;
}
div#logos {
	position: relative;
	background-color: #ffffff;
	margin: 15px;
	text-align: center;
	overflow: hidden;
}
div#logos div.logo {
	position: relative;
	overflow: hidden;
	float: left;
	/*width: 50%;*/
}
div#logos div.logo a {
	display: block;
}
div#logos div.logo a img {
	margin: 10px 0;
}
div#visitantsWrapper {
	position: relative;
	margin-top: 0px;
	background-color: #DDDDDD;
	background-color: #fff;
	width: 192px;
	overflow: hidden;
}
div#visitants {
	position: relative;
	background-color: #ffffff;
	margin: 15px;
	text-align: center;
}
div#visitants .line {
	text-align: left;
}

div#content{
	height: 1%;
	display: block;
	margin: 10px 10px 10px 215px;
	background:#FFF;
	border: 1px solid #c2c2c2;
}
div#content_without_menu {
	display: block;
	background:#FFF;
	border: 1px solid #c2c2c2;
	margin: 10px; 
	padding: 150px 0;
}
div#content_without_menu p {
	text-align: center;
}
/*
div#content a{
	text-decoration:none;
	font-size:10px;
	color:#333333;
}
div#content a:hover{
	text-decoration:underline;

}
*/

div#footer{
	position: relative;
	margin-bottom: 15px;
	font-size:10px;
	color:#000000;
	text-align:center;

}
.web-footer { 
	position: relative;
	margin-top: 10px; 
	text-align: center; 
	font-size: 10px; 
	font-weight: bold;
	font-family: verdana; 
	color: #e3e3e3; 
}

div.linkLogo{
	position: absolute;
	top: 0;
	right: 0;
	width:100px;
	height: 14px;
	background:url(../img/pow_inverted.gif) no-repeat left;
}

p { margin: 5px 0 8px 0; }
p.aviso {
	border-top: 1px solid #636363;
	border-bottom: 1px solid #636363;
	margin: 10px 60px;
	padding: 6px 0;
	text-align: center;
}
p.texto { 
	margin: 5px 0 8px 0; 
	font-family: verdana;
	font-size: 12px; 
}

p.breadcrumbs {
	margin: -10px 0 -12px 0;
}
div#advanced-search {
	text-align: right;
}
a.link-advanced-search {
	color:#FF7500;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
a.link-advanced-search:hover {
	color:#FF7500;
	text-decoration: underline;
}
p.breadcrumbs a {
	color:#636363;
	font-size: 11px;
	text-decoration: none;
	color:#FF7500;
	font-size: 12px;
	font-weight: bold;
}
p.breadcrumbs span.crumb {
	color:#111;
	font-size: 11px;
	font-size: 12px;
}
p.breadcrumbs a:hover {
	color:#FF7500;
	text-decoration: underline;
}
span.separador {
	color: #FF7500;
}
p.tituloSeccion{
	color:#636363;
	font-family:trebuchet MS;
	font-size:16px;
	font-weight:bold;
	margin:15px 0pt 10px;
}

div#contentBox{
	position: relative;
	display: block;
	margin: 20px;
	background: #FFFFFF;
	ttext-align: center;
	hheight: 25px; 
}

div#toolsMenu{
	position: relative;
	margin:0 auto;
	display:table;
	text-align: center;
}

div.shrinkwrap{
	position: relative;
	width: 250px;
	margin: 0 auto 0 auto;
	text-align:center;
	font-size: 10px;
	height: 25px; 
}

div#toolsMenu ul{	
	position: relative;
	padding:0;
	list-style-type:none;
	text-transform:capitalize;
	color:#FFF;
}

div#toolsMenu ul li{
	float:left;
	height: 25px;
	line-height:22px;
	display:block;
	background:url(../img/tools_center.gif) left top repeat-x;
	padding-left:10px;
	padding-right:10px;
	text-transform:uppercase;

}

div#toolsMenu ul li.final{
	background:url(../img/tools_right.gif) left top no-repeat;
	height:25px;
	width:6px;
}

div#toolsMenu ul li.inicial{
	background:url(../img/tools_left.gif) right top no-repeat;
	height:25px;
	width:6px;
}

div#toolsMenu ul li a{
	text-decoration:none;
	color:#FFF;
}
div.informacion-de-error {
	background:transparent url(../img/ico_alert.png) no-repeat scroll left center;
	color: red;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:1.6em;
	padding-left:20px;
	text-align:left;
	margin:0pt 0pt 0pt 10px;
}
div.informacion-al-usuario {
	background:transparent url(../img/ico_info.png) no-repeat scroll left center;
	color:#7DAD2C;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:1.6em;
	padding-left:20px;
	text-align:left;
	margin:0pt 0pt 0pt 10px;
}
div#help{
	display:none;
}

table {
	margin-bottom:5px;
	border-collapse:collapse;
}



table th {
	background:#eeeeee;
	border-left:1px solid #FFF;
	padding:5px;
	text-align:center;
	font-size:11px;
	color:#555555;
}
table td {
	border-bottom: 1px dashed #CCC;
	border-left:1px solid #FFF;
	text-align:left;
	padding:3px;
}

table tr:hover{
	background:#f8f8f8;
	border-bottom: 1px dashed #CCC;
}

table.neta td {
	border-bottom:none;
	border-left:none;
	text-align:center;
	font-size:10px;
	padding:3px;
}

table.neta tr:hover{
	background:none;
	border-bottom: none;
}
.floatimg {
	border: none;
	/* float:left;
	clear:left; */
}


a.columnHeaderOrderUp{
	/*background:url("../img/styles/orderArrowsUp.jpg") no-repeat right;*/
	height:20px;
	width:30px;
	margin:0px auto 0px auto;
	text-decoration:none;
	color:#333333;
}

a.columnHeader{
	text-decoration:none;
	font-size:12px;
	color:#333333;
}
a.columnHeader:hover {
	text-decoration:underline;
	color:#333333;
}

img.imgOrderHeader{
	border:0px;
	vertical-align: middle;
	padding-left:5px;
}
a img { border: 0 }


div#output{
	font-family:monospace;
	font-size:12px;
	width:700px;
	height:200px;
	margin:10px auto 10px auto;
	overflow:scroll;
}

ul#pagination{
	padding:0px;
	display:inline;
	font-size:14px;
	margin-right: 10px;
}

ul#pagination li{
	display:inline;
}

ul#pagination a{
	font-family:"Trebuchet MS";
	text-decoration:none;
	color:#636363;
	font-weight:bold;
	border: 1px solid #F7E9DE;
	background: #F6F0EA;
	padding: 1px 4px;
	height: 15px;
	font-size:14px;
}

ul#pagination a:hover{
	text-decoration:underline;
}

ul#pagination a:hover{	
	text-decoration:underline;
	color:#333333;	
}

.paginationCurrent{
	color:#636363;
	font-weight:bold;
	font-size:14px;
	margin:0 5px;	
	padding: 2px 4px;
	height: 15px;
	border: 1px solid #F7E9DE;
}
.paginationContainer{
	width:675px;
	text-align:right;
	margin: 10px 0px 10px auto;
	padding: 5px;
	border-right: 15px solid #0091cf;
	
}

.contentList{
	position: relative;
	padding: 0 10px;
	margin-top: 10px; 	
}

.paginationTotal{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#0d52a1;
}

/*
campo de la fecha en los listados
*/
.timeField{
	font-family:"Arial Narrow";

}

div.accessDenied{
	font-size:11px;
	color:#CC3300;
	font-weight:bold;
	text-align:center;


}
table#loginTable td { 
	border: 0px;
	margin: 0; 
	padding: 2px;
}

/*USER DETAIL/NEW */
.usuario-no-disponible { padding-left: 10px; color: red; }
.passwordmeter { padding-left: 10px; color: #888; }
#passwordStrength { position: relative; margin: 10px 0 0 180px; height: 5px; }
.muy-debil { position: relative; background: #f00; width: 30px; }
.debil { background: #ff0; width: 60px;  }
.aceptable { background: #0b0; width: 90px;  }
.fuerte { background: #0f0; width: 120px; }
.password-equals { padding-left: 10px; color: blue; }
div.info { color: #888; margin: 10px 15px 15px 15px; }



ol { margin: 0; padding: 0; list-style-position: inside; }
ol li { font-size: 12px; font-family: verdana;}


div#canvas a.link { font-size: 12px; font-weight: bold; text-decoration: none; color: #fc8521; }
div#canvas a.link:hover { text-decoration: underline; }
div.contenidor-links { margin: 20px; text-align: center; }
div.contenidor-links a { margin: 0 30px; }
p.contenidor-indicadors { margin-left: auto; margin-right: auto; width: 50%;  }

table.taula-busqueda-listado { margin: 10px 0 10px 40px; }
table.taula-busqueda-avanzada { margin: 10px 0 10px 40px; }
table.taula-busqueda-listado td { font-size: 12px; font-family: verdana; }
table.taula-busqueda-avanzada tr * { vertical-align: middle; }
table.taula-busqueda-avanzada td { font-size: 12px; font-family: verdana; vertical-align: middle; }
table tr.left td { text-align: left; }
table tr.center td { text-align: center; }
table tr td.right { font-weight: bold; text-align: right; padding-right: 5px; color: #636363; }
div.adreca-contacte p { margin: 3px 0; font-size: 12px; }
div.adreca-contacte p a.link { font-weight: bold; color: #7dad2c; font-size: 12px; text-decoration: none;  }

div.contenidor-enlaces { font-size: 12px; }
div.contenidor-enlaces dl { margin: 10px 0 10px 15px; }
div.contenidor-enlaces dl dt { font-weight: bold; font-size: 12px; margin: 5px 0; }
div.contenidor-enlaces dl dd { font-size: 12px; margin: 0px 20px; }
div.contenidor-enlaces dl dd a { font-size: 12px; font-weight: normal; text-decoration: none; color: #fc8521; }
div.contenidor-enlaces dl dd a:hover { text-decoration: underline; }

div.contenidor-enlaces div { margin: 10px 0 10px 15px; }
div.contenidor-enlaces div span.titulo-enlace { font-weight: bold; font-size: 12px; margin: 5px 0; }
div.contenidor-enlaces div span.link-enlace { font-size: 12px; margin: 0px 10px; }
div.contenidor-enlaces div span.link-enlace a { font-size: 12px; font-weight: normal; text-decoration: none; color: #fc8521; }
div.contenidor-enlaces div span.link-enlace a:hover { text-decoration: underline; }


.row.ficha { clear: both; position: relative; margin: 0 0 8px 0; }
.listado-flotante { display: table; margin-bottom: 2px; width: 60%; }
.listado-flotante ul { list-style-position: inside; }


#visor-pdf { margin: 2%; width: 96%; }

input.boton-naranja {
	background: #FE8620;
	color: #fff;
	font-weight: bold;
	padding: 3px 12px;
	font-size: 11px;
}
input.boton-naranja:hover {
}

#indicadoresWrapper {
	text-align: center;
}

.form-wrapper {
	padding: 10px;
}


#contenedor-ficha { position: relative; height: 1%; background: #efefef; margin-bottom: 10px; }
#contenedor-2-ficha { position: relative; height: 1%; background: #fff; border: 2px solid #efefef; }
#contenido-ficha { padding: 10px; }
#contenido-2-ficha { padding: 10px; }
#bg-t-l { 
	position: absolute;
	top: 0px; left: 0px;
	background: transparent url(../img/rounded-bg-tl.png) 0 0 no-repeat; 
	width: 8px; height: 8px; 
}
#bg-t-r { 
	position: absolute;
	top: 0px; right: 0px;
	background: transparent url(../img/rounded-bg-tr.png) 0 0 no-repeat; 
	width: 8px; height: 8px; 
}
#bg-m-l { 
	position: absolute;
	top: -2px; left: -2px;
	background: transparent url(../img/rounded-bg-ml.png) 0 0 no-repeat; 
	width: 11px; height: 9px; 
}
#bg-m-r { 
	position: absolute;
	top: -2px; right: -2px;
	background: transparent url(../img/rounded-bg-mr.png) 0 0 no-repeat; 
	width: 11px; height: 9px; 
}
#bg-b-l { 
	position: absolute;
	bottom: -2px; left: -2px;
	background: transparent url(../img/rounded-bg-bl.png) 0 0 no-repeat; 
	width: 9px; height: 9px; 
}
#bg-b-r { 
	position: absolute;
	bottom: -2px; right: -2px;
	background: transparent url(../img/rounded-bg-br.png) 0 0 no-repeat; 
	width: 9px; height: 9px; 
}
#contenido-ficha label, #contenido-2-ficha label { 
	text-align: right;
	padding-right: 20px;
	width: 150px;
	margin: 0 0 0px; 
	clear: none;
}
#contenido-ficha .row.ficha, #contenido-2-ficha .row.ficha { 
	clear: none;
	min-height: 12px;
	_height: 12px;
}
#contenido-ficha .row.ficha, #contenido-2-ficha .row.ficha span {
} 
#contenido-ficha .row.ficha a img, #contenido-2-ficha .row.ficha a img {
	vertical-align: middle;
	margin-left: 5px;
}
#contenedor-opciones {
	text-align: center;
	margin: 20px 0 10px 145px;
	height: 40px;
}
#contenedor-opciones .opcion {
	float: left; 
	margin: 4px;
}
#contenedor-opciones .opcion a {
}
#contenedor-opciones .opcion img {
}
ul.listado-bibliografia {
	list-style-position: outside;
	list-style-type: square; 
}
ul.listado-bibliografia li {
	margin: 10px 5px;
}
#info-contacto { display: none; background: red; }

ul.ficha {
	list-style-type: square;
}
