@import url('menu.custom.css');
@import url('color.css?v=1');
@import url('tipografias.css');
@import url('style.home.css');
@import url('style.piezasdestacadas.css');
@import url('style.buscador.css');
@import url('style.pieza.css');
@import url('style.registro.css');
@import url('style.ranking.css?v=2');
@import url('style.pagination.css');
@import url('style.responsive.css');
.body_pag_campania .zona_menu_principal, .body_pag_campania .uk-sticky-placeholder, .body_pag_pieza .zona_menu_principal, .body_pag_pieza .uk-sticky-placeholder{display: none;}
a{color: #000000;}
a:hover{
color: #6b4d6d;	
}
.boton{
	cursor: pointer;
}
.uk-clear{
	clear: both;
}
.cursor-mover{
	cursor: move;
}
#logo img{
	height: 75px;
	margin-top: 28px;
}
.cabecera_pagina_inicio #logo img{
	margin-top: 0px;
	height: 108px;
}
.cabecera_general_pagina{
	
}
.cabecera_general_pagina{
	/* rgba(150, 78, 133, 0.69); MORADO QUE Más se aproxima. */
	background: #bd63a8;
	
}
.cabecera_general_pagina h1{
	color: #ffffff;
	font-weight: bold;
	font-size: 32px;
	line-height: 34px;
	margin-bottom: 7px;
	padding-top: 50px ;
	text-transform: uppercase;
}
body{
/* 	background: #eee; */
/* 	color: #77787b; */
	color: #494949;
	background: #fff;
/* 	background: @dark-blue; */
}
.fondoblanco{
/*
	background:#fff;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	-webkit-box-shadow:3px 0 2px #ddd,-3px 0 2px #ddd;
	-moz-box-shadow:3px 0 2px #ddd,-3px 0 2px #ddd;
	box-shadow:3px 0 2px #ddd,-3px 0 2px #ddd;
	border-bottom:1px solid #ccc;
	padding: 15px;;
*/
}
.fondoblanco_modal{
	background: #fff !important;
	padding: 20px !important;
}
.cabecera_pagina, .cabecera_pagina h1{
	text-transform: uppercase;
}
.cabecera-negra{
	background: #000;
	width: 100%;	
	height: 10px;
}
.fijar-arriba{
	background: #fff;
	z-index: 9999;
}
.fijar-arriba2 {
	
/*
	background: #fff;
*/	z-index: 99999;
}
.fijar-arriba2.uk-active #menuprincipal{
	padding-top: 5px;
}
.uk-navbar{
	color: #fff;
}

.fondocdc{
	background: 	url(../images/fondos/inicio/fondo_cdc.png) no-repeat center top;
	min-height: 450px;
}
#footer{
	text-align: center;
	margin: 20px 0px;
}
.segundo_footer{
	margin-top: 5px;
}
#ventana_contacto .datos_contactar, .datos_contactar iframe{
	text-align: left;
	z-index: 9999999;
}
.datos_contactar{
	background: #fff;
	padding: 20px;
}
.datos_contactar label{
	width: 75px !important;
	display: block;
	float: left;
}
.cargando_envio{
	position: absolute;
	margin-left: 250px;
	bottom: 100px;
	display: none;
}
.cabecerafija{
	background: rgba(255,255,255,0.84);
	z-index: 9999;
	border-bottom: 1px solid #ccc;
}
.footercompleto{
	border-top: 1px solid #cccccc;
	padding: 30px 0px;
	margin-top: 50px;
}
.clear{
	clear: both;
}
.lineaseparacionhorizontal{
	display: block;
	width: 100%;
	height: 1px;
	background: #cbcbcb;
	margin-top: 20px;
}
.lineaseparacionhorizontal_margen_menor{
	margin-top: 15px;
}
.uk-button{
	border-radius: 5px;
	
}
.uk-button-morado, .uk-button{
	background: #6b4d6d;
	color: #fff;
	border-radius: 5px;
}
.uk-button:hover{
	background: #a37aa3;
	color: #ffffff;
}
.boton-centrado{
	text-align: center;
	margin: auto;
}
.nopadding{
	padding: 0px !important;
}	

.uk-form input[type=radio]{
	border-radius:50%;
	display: inline-block;
	height: 15px;
	width: 15px;
	border: 1px solid #aaa;
	overflow: hidden;
	margin-top: -4px;
	vertical-align: middle;
	outline: 0;
	background: 0 0;
	margin-top: 3px;
	margin-right: 2px;
	margin-bottom: 3px;
	margin-left: 2px;
}
.uk-form input[type=radio]:checked{
/* 	-webkit-appearance: none; */

}
.uk-form input[type=radio]:checked::before{
/*
	content: '';
	width: 4px;
	height: 4px;
	margin: 5px auto;
	border-radius: 50%;
	border: 2px solid #fff;
*/
/* 	background: #545454; */
/* 	padding: 8px; */
}


/***** Medallas *******/
.medallero{
	position: relative;
/* 	bottom: 45px;; */
	margin-left: 5px;
	z-index: 999;
	clear: both;
	width: 100%;
	height: 35px;
 	bottom: 15px;; 
 	margin-bottom: -5px;
	
}
.medalla{
	display: block;
	background: #af76af;
	padding: 2px 2px;
	font-size: 12px;
	width: 20px;
	text-align: center;
	border-radius:50px;
	border: 3px solid #fff;
	color: #fff;
	text-decoration: none;
	
	
}
a.medalla{
	text-decoration: none !important;
}
a.medalla:hover{
	color: #ebebeb;
}
.medallero_ranking .medalla{
	border-width: 1px;
	margin-left: 5px;
	padding: 2px 2px;
	width: 20px;
}
.medalla-inline{
	display: inline-block;
}
.medalla_vacia{
	background: #fff;
	border: 1px solid #b5b4b4;
	height: 20px;
}

.filtro_year .medalla{
	border-width: 2px;
	height: 10px;
	width: 10px;
	padding: 2px;
	float: right;
}
.medallero > span{
	float: left;
	margin-left: 0px;
}
.medalla{
	text-align: center;

}
.medalla:hover{
	text-decoration: none;
}
.medalla-plata{
	background: #c4c0b9;	
}
.medalla-oro{
	background:#e0b665 ;
}
.medalla-bronce{
	background:#b0622e ;
}
.medalla-gp{
	background:#303030 ;
}
/* Lightbox Especial */
.uk-modal-dialog{
	padding: 0px;
	background: none ;
}
#renovar_suscripcion .uk-modal-dialog, #recuperarpass .uk-modal-dialog{
	background: #fff;
	padding: 20px;
}
.tipo_contenido_IMAGEN .uk-modal{
		background: rgba(0,0,0,0.89);
	
}
#contenido .uk-close{
	color: #FFF;
}
#contenido{
min-height: 700px;}
#contenido .uk-close::after{
	content: "X";
	font-size: 20px;
}
.uk-close-alt{
	background: none;
	color: #FFF;
}
.uk-modal-dialog>.uk-close:first-child{
/* 	position: absolute; */
	margin: -5px -30px 0 0;
}
.light_imagen > div{
	width: 900px;
}
.titulo_subseccion{
	margin-bottom: 15px;
	line-height: 18px;
	font-weight: 500;
	font-size: 16px;
	margin-top: 25px;
}
.subtitulo_subseccion{
	color: #404040;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	margin-bottom: 20px;
	display: block;
}
/* Lightbox */
.uk-slidenav-position .uk-slidenav{
	display: block !important;
	font-size: 100px;
}
.uk-slidenav-position .uk-slidenav-next{
	right: -60px !important;
}
.uk-slidenav-position .uk-slidenav-previous{
	left: -60px !important;
}
.pasador_imagen_completa{
	list-style: none;
}
.pasador_imagen_completa .flecha{
	display: block;
	width: 50px;
	height: 50px;
	margin-top: 22%;
	position: relative;
}
.pasador_imagen_completa li.flecha_izq{
	float: left;
	left: 30px;
}
.pasador_imagen_completa li{
	cursor: pointer;
	
}
.uk-slidenav-previous::before{
	content: "" !important;	
	
}
.uk-slidenav-next::before{
	content: "" !important;	
}
.pasador_imagen_completa .uk-slidenav-anterior, .uk-slidenav-previous{
	background: url(../images/iconos/icono_flecha_anterior.png) no-repeat  left ;
	cursor: pointer;
}
.pasador_imagen_completa .uk-slidenav-siguiente, .uk-slidenav-next{
	background:  url(../images/iconos/icono_flecha_siguiente.png) no-repeat right ;
	cursor: pointer;
}	
.pasador_imagen_completa li.flecha_der{
	float: right;
	right: 50px;
}
.uk-slidenav{
	font-weight: 100 !important;
}
.leyenda_categoria_menu, .leyenda_categoria{
	text-transform: lowercase;
}
.pieza-votada{
	color: red;
}
#MostrarMultimedia .uk-position-cover{
	    background-repeat: no-repeat;
    background-position: top center;
}
