@charset "utf-8";

/* Estilos generales */
@-moz-document url-prefix() {
    abbr[title], abbr[data-original-title] {
        border-bottom: none;
    }	
}
.centrado {text-align:center;}
.centrado img {margin:auto;}
a {color:#086fc7;}
.badge {background-color:#757575;}
@media (min-width: 768px) {
  .container {width:100% !important;max-width: 53.57em !important;} /* 750px */
}
@media (min-width: 992px) {
  .container {width:100% !important;max-width: 69.28em !important;} /* 970px */
}
@media (min-width: 1200px) {
  .container {width:100% !important;max-width: 83.57em !important;} /* 1170px */
}
.alert-info, .alert-info h3 {color:#25566E;}
.alert-info h3 {font-size:100%;margin:0;}
.alert-warning {color:#7A6135;}
blockquote p {font-size:100%;}
.btn-success {background-image:none;background-color:#3a863a;border-color:#337533;}
.btn-info {background-image:none;background-color:#047fa3;border-color:#057090;}
.btn-danger {background-image:none;background-color:#c9302c;}
.btn-warning {color:#333333;text-shadow:none;}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active {background-image:none;background-color:#428bca;}
.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active {background-image:none;background-color:#d9534f;}
.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active {color:#333333;text-shadow:none;background-image:none;background-color:#f0ad4e;}
.panel-primary .panel-heading {background-image:none;background-color:#3b7bb3;}
.panel-info > .panel-heading, .panel-info > .panel-heading h4 {color:#25566e;}
.panel-info > .panel-heading h4, .panel-success > h4.panel-heading {font-size:100%;margin:0;}
.panel-success > .panel-heading {color:#376938;}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {color:#666666;}
.well a {color:#086bbf;}

/* Cabecera */
.navbar-header {display:block;width:100%;background-color:#ffffff;}
.logoRUA {float:left;}
.logoUA {float:right;padding-top:25px;padding-right:15px;}
.logoRUA h1 {margin:0;padding:0;font-size:100%;}
.cabecera {background-color:#ffffff;}
.menucompacto {display:none;}
@media (min-width: 768px) and (max-width: 1023px){
	.cabecera {background: url("../image/img_cabecera_768.jpg") no-repeat top #ffffff;padding:0;}
	.container {max-width:inherit !important;}
	.navbar-collapse {margin-right:-5px !important;margin-left:-5px !important;}
}
@media (min-width: 1024px) and (max-width: 1199px){
	.cabecera {background: url("../image/img_cabecera_1024.jpg") no-repeat top #ffffff;}
	.container {max-width:inherit !important;}
}
@media (min-width: 1200px){
	.cabecera {background: url("../image/img_cabecera.jpg") no-repeat top #ffffff;}
}
@media (max-width: 767px){
	.cabecera {clear:both;width:100%;padding:0;position:absolute;top:50px;z-index:-1;border-bottom:2px solid #999999;}
	.logoRUA {max-width:45%;}
	.logoUA {max-width:45%;}
	.logoUA {padding-right:3px;padding-top:15px;}
	.cabecera img {max-width:100%;height:auto;}
	.menucompacto {display:block;height:50px;}
	.navbar-collapse {overflow-x:hidden;overflow-y:hidden;max-height:inherit;}	
	.navbar-inverse .navbar-toggle {border-color:#ffffff;}
	.btn_buscador { padding: 5px 10px 3px;color:#ffffff;}
	form.in {display:block;position:absolute;top:50px;}
}

/* Primer nivel de navegación */
nav {clear:both;padding:0 !important;}
nav h2.text-hide {margin:0;}
.nivel1 {
	clear:both;border-radius:0;border:0;
	background-image:-webkit-gradient(linear,left 0,left 100%,from(#31475d),to(#202f3f));
	background-image:-webkit-linear-gradient(top,#31475d,0%,#202f3f,100%);
	background-image:-moz-linear-gradient(top,#31475d 0,#202f3f 100%);
	background-image:linear-gradient(to bottom,#31475d 0,#202f3f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff31475d',endColorstr='#ff202f3f',GradientType=0)
}
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-link {color: #b2b2b2;}
.nivel1 .navbar-nav .active a {background-color:#16222f;}
.glyphicon {margin-top:-1px;}
@media (min-width: 768px) and (max-width: 1023px){
	nav ul {padding:0 !important;}
}
@media (min-width: 768px){
	.idiomas {margin-left:5px;}
	nav .container {padding-left:0;padding-right:0;}
	.menu_principal {margin-right:0 !important;margin-left:0 !important;}
}
@media (max-width: 767px){
	.menu_principal {border-top:none;margin-top:0;}
}

/* Segundo nivel de navegación */
.nivel2 {
	clear:both;
	background-image:-webkit-gradient(linear,left 0,left 100%,from(#3e464f),to(#26333f));
	background-image:-webkit-linear-gradient(top,#3e464f,0%,#26333f,100%);
	background-image:-moz-linear-gradient(top,#3e464f 0,#26333f 100%);
	background-image:linear-gradient(to bottom,#3e464f 0,#26333f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3e464f',endColorstr='#ff26333f',GradientType=0)
}
.nivel2 .navbar-nav .active a {background-color:#16222f;}
@media (min-width: 768px){
	.nivel2 .navbar-nav li a {
    	padding-bottom: 5px;
	    padding-top: 5px;
	}
	.nivel1 nav, .nivel2 nav {padding-left:0;}
}

/* Buscador y resultados de búsqueda */
.b_avanzada:hover {text-decoration:none;}
@media (max-width: 767px){
	.buscador {margin:0;padding:0;}
	.buscador form {margin:0;border:0;}
	.form-group {float:left;width:85%;margin-right:1%;}
	.b_avanzada {display:block;clear:both;margin-right:0;}
}
@media (min-width: 768px) and (max-width: 1023px){
	.buscador {padding:0;width:35%;}
	.buscador form {padding:0;}
	.buscador .form-group {width:54%;}
}
@media (min-width: 1200px) {
	.b_avanzada {margin-right:3em;}
}
.buscador .text-hide, .menu_principal .text-hide {position:absolute;left:-9999px;}
.discovery-search-filters h3 {font-size:1.3em;margin-top:0;}

/* Contenido principal */
body.undernavigation {padding-top:7.14em;}
body.undernavigation :target {padding-top:8.5em;}
body.undernavigation h3:target {padding-top:5em;}
@media (min-width: 400px){
	body.undernavigation {padding-top:8.57em;}
	body.undernavigation :target {padding-top:10em;}
	body.undernavigation h3:target {padding-top:6em;}
}
@media (min-width: 768px){
	body.undernavigation {padding-top:13em;}
	body.undernavigation :target {padding-top:13em;}
	body.undernavigation h3:target {padding-top:7.5em;}
}
main h1, main h2, main h3, .tipoh3 {color:#F96300;}
main h4, main h5 {color:#CA5000;}
main ul li, main ol li {padding-bottom:0.5em;}
main ul li {list-style-type:square;}
@media (max-width: 768px){
	#content {padding-bottom:20px;}
}

/* Migas */
ol.breadcrumb li {color:#555555;}
ol.breadcrumb li a {color:#555555;font-weight:normal;}
@media (max-width: 767px){
	ol.breadcrumb {margin-top:1.42em;margin-bottom:0;}
}

/* home */
ul.comunidades_home {margin-bottom:0;}
ul.comunidades_home li {list-style-type:none;padding-bottom:0;}
@media (max-width: 991px){
	ul.comunidades_home li {padding-bottom:1em;}
}
ul.comunidades_home li img {overflow:hidden;text-overflow:ellipsis;}
.ocultar_tit h3.facets {font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}

/* Columna derecha de la página principal */
@media (min-width: 1200px){
	.cols_home {padding-right:0;}
}
.col_der_home {padding:0 !important;margin-top:1em;}
.col_der_home ul {font-size:65%;font-weight:bold;list-tyle:none;padding:0;margin:0;color:#336699;}
.col_der_home ul li {list-style:none;padding-bottom:0;}
.col_der_home ul li a {display:block;padding:5px 8px;height:6.07em;line-height:1em;}
.col_der_home a, .col_der_home a:hover {color:#336699;}
.col_der_home a:hover {background-color:#f6f6f6;text-decoration:none;}
.col_der_home ul li:nth-child(1) a {background-image: url("../image/img_estadisticas.gif");background-repeat:no-repeat;background-position:bottom;border-radius: 6px 6px 0 0;}
.col_der_home ul li:nth-child(2) a {background-image: url("../image/img_politicas.png");background-repeat:no-repeat;background-position:bottom;}
.col_der_home ul li:nth-child(3) a {background-image: url("../image/img_tutorial.png");background-repeat:no-repeat;background-position:bottom;height:6.42em;}
.col_der_home ul li:nth-child(4) a {background-image: url("../image/img_faqs.png");background-repeat:no-repeat;background-position:bottom;}
.col_der_home ul li:nth-child(5) a {background-image: url("../image/img_derechos.png");background-repeat:no-repeat;background-position:bottom;}
.col_der_home ul li:nth-child(6) a {background-image: url("../image/img_blog.png");background-repeat:no-repeat;background-position:bottom;}
.col_der_home ul li:nth-child(7) ul li:nth-child(1) a {background-image: url("../image/logo_facebook.png") !important;background-repeat:no-repeat;background-position:right top;border-radius: 0 0 0 6px;}
.col_der_home ul li:nth-child(7) ul li:nth-child(2) a {background-image: url("../image/logo_twitter.png") !important;background-repeat:no-repeat;background-position:left top;border-radius: 0 0 6px 0;}
.col_der_home .social {padding-bottom:0;}
.col_der_home .social span {display:block;padding:5px 8px 0;line-height:1em;}
.col_der_home .social ul {text-align:center;margin:0;padding:0;}
.col_der_home .social ul li {display:inline-block !important;width:48%;padding-bottom:0;}
.col_der_home .social ul li a {display:inline-block;width:100%;padding:0;height:4.28em !important;min-height:60px !important;}
@media (max-width: 991px){
	.col_der_home ul li a {background-image:none !important;height:auto !important;border-bottom:1px solid #ffffff;}
}

/* Comunidades y colecciones */
.comunidad {margin-bottom:1em;}
.comunidad .col-md-4 img {margin-top:0.8em;margin-bottom:1em;}
.envios {border:1px solid #f9f9f9;border-radius:4px;}
.envios .panel-heading {border-bottom:0;}
.envios .carousel {padding-bottom:0;}
.envios .carousel h3 {margin:0;}
.envios .carousel-control {color:#000000;border-radius: 4px;width:10%;}
.envios .carousel-indicators {margin-bottom:0;bottom:5px;}
.envios .carousel-indicators .active {background-color:#666666;}
.envios .carousel-indicators li {border-color:#666666;}
.envios .carousel-inner .item {min-height:95px;padding-bottom:25px !important;padding-top:15px;}
@media (max-width: 767px){
	.envios .carousel-inner .item div {padding-left:10% !important;padding-right:10% !important;}
}
.info_de_interes {margin-bottom:20px;}
h4.facetName {font-size:100%;fomnt-weight:normal;color:#333333;margin-top:0;margin-bottom:3px;}
#facets a:hover span {text-decoration:underline;}
#recent-submissions-carousel h3 {color:#CA5000;}
.carousel-control{opacity:.6;filter:alpha(opacity=60);}
.carousel-control.left{background-image:-webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,0.3)),to(rgba(0,0,0,0.0001)));background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.3) 0),color-stop(rgba(0,0,0,0.0001) 100%));background-image:-moz-linear-gradient(left,rgba(0,0,0,0.3) 0,rgba(0,0,0,0.0001) 100%);background-image:linear-gradient(to right,rgba(0,0,0,0.3) 0,rgba(0,0,0,0.0001) 100%);}
.carousel-control.right{background-image:-webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,0.0001)),to(rgba(0,0,0,0.3)));background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0),color-stop(rgba(0,0,0,0.3) 100%));background-image:-moz-linear-gradient(left,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.3) 100%);background-image:linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.3) 100%);}
div.tagcloud .tagcloud_1 {color:#bf5816;}
div.tagcloud .tagcloud_3 {color:#737374;}


/* item */
.sharingbar, .addthis_sharing_toolbox, .div_estadisticas {margin-bottom:5px;}
.sharingbar ul {list-style:none;margin:0;padding:0;}
.sharingbar ul li {display:inline;margin-right:5px;}
@media (max-width: 767px){
	.pie_item ul li {display:block;}
}
.addthis_sharing_toolbox {margin-top:6px; clear:none !important;}
.at-share-tbx-element .at-share-btn {margin-right:5px !important;}
.div_estadisticas {text-align:right;}
@media (min-width: 768px){
	.addthis_sharing_toolbox {text-align:right;}
	.altmetric-embed {text-align:right;margin-top:-3.3em;}	
}
.mark_type_tr {text-align:center;}
#ccount {margin-top:1em;margin-bottom:1em;}
.bottom_item {margin-bottom:2em;}
.altmetric-embed {padding-top:0.8em;}

/* Vídeos */
.video_responsive {margin: auto;text-align: center;}
.maxwidth320 {max-width:320px;}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* Páginas de registro */
@media (min-width: 767px){
	.sinmargintop {margin-top:0;}
}
.sangrado10 {padding-left:10%;}
.entrar_rua {margin-top:20px;}
@media (max-width: 1023px){
	.separacion_ayuda {display:block;text-align:left !important;}
}

/* Mi RUA */
.panel-heading h2 {margin:0;color:#ffffff;font-size:100%;line-height:1.5em;}
@media (max-width: 767px){
	#edit_metadata .btn-group {margin-top:1.5em;}
}


/* Pie */
.pie {list-style:none;margin-bottom:0;}
.pie li {list-style:none;display:inline;margin-left:0.5em;margin-right:0;padding-right:0.5em;border-right:1px solid;line-height:1em;}
.pie li:last-child {border-right:0;}
.pie li a {color:#81b6ff;}
.pie li a:hover {color:#ffffff;}
footer {margin-bottom:0 !important;width:100%;}
@media (max-width: 767px){
	footer {font-size:85%;}
	.pie {display:block;}	
}
@media (max-width: 1023px){
	.pie {padding-left:0;margin-left:-5px;margin-right:5px;}
	.pie li {margin-left:5px;padding-right:5px;}
	.pull-right {float:none !important;clear:both;text-align:center;}
	.pie .navbar-text {float:none;display:inline-block;}
	.text-muted {text-align:center;}
}
@media (min-width: 1023px){
	.pie {float:left;padding-left:0;}
}
.text-muted {color: #b2b2b2;}

/* Formularios */
@media (max-width: 767px){
	input[type="text"] {width:100%;}
}
.form-control::-moz-placeholder {color: #555555;}
.form-control:-ms-input-placeholder {color: #555555;}
.form-control::-webkit-input-placeholder {color: #555555;}
@media (max-width: 991px){
	.form-group {float:none;}
	select, button, html input[type="button"], input[type="reset"], input[type="submit"] {margin-bottom:0.5em;}
}
form#edit_metadata button {font-size:95%;}

/* Paginación */
.pagination > .disabled > span, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {color:#666666;}

/* Estadísticas */
.indice_estadisticas {text-align:center;margin-bottom:3em;}
.ie2 {margin-top:1em;}
.indice_estadisticas ul, .indice_estadisticas ul li {list-style:none;}
.indice_estadisticas ul {display:inline-block;text-align:left;padding-left:0;border-top:1px solid #dddddd;border-bottom:1px solid #dddddd;margin:auto;}
.indice_estadisticas ul li {padding-top:0.5em;}
.indice_estadisticas ul li span {display:block;width:11em;}
@media (min-width: 600px){
	.indice_estadisticas ul li span {display:inline-block;}
}
.indice_estadisticas ul li ul {padding-left:0;display:inline;border:none;}
.indice_estadisticas ul li ul li, .ie2 ul li {width:auto;display:inline;margin-left:0.5em;}
.ie2 ul li {display:inline-block;}
.estadisticas2 .fondoblanco {background-color:#ffffff;}
.estadisticas2 .fondocolor {background-color:#edf3fe;}
.estadisticas2 .fondodestacado {background-color:#66ddee;}
.estadisticas2 .fondodestacado2 {background-color:#88B0FF;}
.estadisticas2 .ancho5 {width:5%;}
.estadisticas2 .ancho85 {width:85%;}
.estadisticas2 .ancho10 {width:10%;}
.estadisticas2 .ancho6em {width:6em;}
.estadisticas2 .ancho7em {width:7em;}
.estadisticas2 .ancho5em {width:5em;}
.estadisticas2 .ancho11em {width:11em;}
.estadisticas2 .ancho40em {width:40em;}
.estadisticas2 td {font-family:arial;}
.anchoauto {width:auto;}
.h3_estadisticas_item {font-size:100%;color:#333333;font-weight:bold;}
.tipoh3 {font-size:1.7em;}
.statsTable > thead > tr.success > td, .statsTable > tbody > tr.success > td, .statsTable > tfoot > tr.success > td, .statsTable > thead > tr.success > th, .statsTable > tbody > tr.success > th, .statsTable > tfoot > tr.success > th {
    background-color: #edf3fe;
    border-color: #dddddd;
}
@media (min-width: 600px){
	.anchura_celdas_11 th:last-child, .anchura_celdas_11 td:last-child {width:11%;}
}
