* {
    margin: 0;
    padding: 0;
}

#page {
    min-width: 1280px;
}

a {
    outline: 0 !important;
}

body {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 400;
}

.clear {
    clear: both;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.menu-header {
    background: url(./img/fondo-header.png);
    height: 58px;
    width: 100%;
    top: 0px;
    position: absolute;
    z-index: 300;
    min-width: 1280px;
}

.conten-menu-header {
    width: 1200px;
    margin: auto;
}

.menu-secundario ul {
    margin: 0;
    margin-top: 7px;
}

.menu-secundario li {
    float: left;
    list-style: none;
    margin-right: 25px;
}

.menu-secundario li a {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.menu-secundario li a:hover {
    color: #cd087e;
}

.site-header {
    width: 100%;
    height: 148px;
    background: rgba(255, 255, 255, 0.61);
    position: absolute;
    z-index: 200;
    margin-top: 20px;
    min-width: 1280px;
}

#bloque_idiomas {
    height: 25px;
    float: right;
    width: 115px;
    color: #06C;
    /*font-family: 'Nunito', sans-serif;*/
    font-weight: 700;
    text-decoration: none;
    margin-top: 5px;
    margin-right: 50px;
    position: relative;
}

.idioma_actual a {
    width: 110px;
    height: 30px;
    padding: 0px 10px 0px 20px;
    display: block;
    background: url("./img/flecha_selector_idiomas.png") top left no-repeat;
    text-align: left;
    text-decoration: none;
    color: #fff;
    /*font-family: 'Arial';*/
    font-size: 15px;
}

.selector_idiomas {
    background: #FFFFFF;
    border: 3px solid #f463be;
    position: absolute;
    top: 24px;
    left: 0px;
    display: none;
    z-index: 600;
}

.selector_idiomas a {
    height: 25px;
    width: 115px;
    line-height: 25px;
    text-align: left;
    padding: 0 10px 0 10px;
    /*font-family: 'Nunito', sans-serif;*/
    font-weight: 700;
    text-decoration: none;
    font-size: 15px;
    display: block;
    color: #333;
}

.selector_idiomas a:hover {
    color: #e60895;
}

.bloque_redes {
    float: right;
    margin-right: 100px;
    padding-top: 5px;
}

.bloque_redes a {
    margin-left: 10px;
}

.bloque_redes .youtube,
.bloque_redes .facebook {
    background: url(./img/ico-youtube.png);
    width: 25px;
    height: 24px;
    overflow: hidden;
    display: inline-block;
    text-indent: -10000px;
}

.bloque_redes .facebook {
    background: url(./img/ico-facebook.png);
}

.bloque_redes .youtube:hover,
.bloque_redes .facebook:hover {
    background-position: bottom;
}

.bloque_buscador {
    float: right;
    margin-right: 30px;
}

.bloque_buscador form {
    display: inline-block;
}

.bloque_buscador input {
    background: rgba(255, 255, 255, 0.60);
    font-size: 12px;
    border: none;
    width: 180px;
    margin-top: -10px;
    color: #fff;
}

.site-title a {
    display: block;
    width: 168px;
    height: 105px;
    background: url(./img/logo-nenuco.png);
    text-indent: -10000px;
    overflow: hidden;
}

.site-header .contenido {
    width: 1280px;
    margin: auto;
    padding-top: 25px;
}

.site-branding {
    float: left;
    margin-left: 20px;
    padding-top: 10px;
}


/*.main-navigation{
	float: left;
	width: 600px;
	clear: none;
	margin-left: 50px;
	margin-top: 40px;
}

.main-navigation li a{
	color: #000;
	height: 93px;
	outline: none;
}

.main-navigation li a:hover{
	color: #f163bb;
}

.main-navigation li.current-menu-item a, .main-navigation li.current_page_item a{
	color: #2db5d1;
	background: url(./img/item-actual.png) no-repeat;
	background-position: center bottom;
}

.main-navigation li{
	margin-left: 50px;
	width: 100px;
    text-align: center;
}*/

.main-navigation {
    float: left;
    width: 700px;
    clear: none;
    margin-left: 120px;
    margin-top: 40px;
}

.main-navigation li a {
    color: #fff;
    height: 83px;
    outline: none;
    text-shadow: 2px 0 0 #f277c3, -2px 0 0 #f277c3, 0 2px 0 #f277c3, 0 -2px 0 #f277c3, 1px 1px #f277c3, -1px -1px 0 #f277c3, 1px -1px 0 #f277c3, -1px 1px 0 #f277c3, 0 0 2px #f277c3;
}

.main-navigation li a:hover {
    color: #fff;
    text-shadow: 2px 0 0 #d9178b, -2px 0 0 #d9178b, 0 2px 0 #d9178b, 0 -2px 0 #d9178b, 1px 1px #d9178b, -1px -1px 0 #d9178b, 1px -1px 0 #d9178b, -1px 1px 0 #d9178b, 0 0 2px #d9178b;
}

.main-navigation li:hover {
    margin-top: -5px;
    background: url(./img/item-actual-azul.png) no-repeat;
    background-position: center bottom;
    height: 88px;
}

.main-navigation li.current-menu-item a,
.main-navigation li.current_page_item a {
    color: #2db5d1;
    /*background: url(./img/item-actual.png) no-repeat;*/
    background-position: center bottom;
    text-shadow: none;
    height: 83px;
}

.main-navigation li.current-menu-item .sub-menu,
.main-navigation li.current_page_item .sub-menu {
    margin-top: 56px;
}

.main-navigation li.current-menu-item:hover,
.main-navigation li.current_page_item:hover {
    margin-top: 0px;
    height: 83px;
}

.main-navigation li {
	box-sizing: border-box;
	/* padding-right: 70px; */
	/* padding-top: 20px; */
	/* width: 230px; */
	padding: 20px 22px 0 22px;
	text-align: center;
}

.main-navigation .sub-menu {
    width: 655px;
    height: 170px;
    padding-left: 358px !important;
    border-top: none;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
	
	
	width: auto;
	height: auto;
	padding-left: 10px !important;
	border-top: none;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.main-navigation ul ul {
    background: #fff;
    margin-top: 60px;
}

.main-navigation ul.sub-menu {
    background: #eef1f2 url(./img/fondo-menu.jpg) bottom left no-repeat;
	background: #63b7d1;
    padding-top: 12px !important;
	padding-left: 0 !important;
    padding-bottom: 20px !important;
    z-index: 5000;
}

.main-navigation ul.sub-menu a {
    width: 100%;
    height: auto;
    font-size: 18px;
    padding-top: 10px !important;
    color: #7f665e;
	color: #fff;
    text-shadow: none;
    display: inline-block;
	margin: auto;
    background: none;
}

.main-navigation ul.sub-menu li {
    margin-left: 0px;
    width: 100%;
	padding: 0;
    background: none;
}

.main-navigation ul.sub-menu a:hover {
    color: #000;
    text-shadow: none;
    background: none;
}

.main-navigation ul.sub-menu li:hover {
    margin-top: 0px;
    background: none;
    height: auto;
}

.slider {
    width: 100%;
    height: 500px;
    position: relative;
    /*background: url(./img/slider.jpg) center;*/
}

.contenido_slider_home {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    position: absolute;
    background-position: center center !important;
}

.contenido_slider_home a {
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -10000px;
    overflow: hidden;
}

.content-area {
    width: 1200px;
    margin: auto;
}

.site-footer {
    width: 100%;
    height: 500px;
    background: #fce8f1;
    position: relative;
}

.contenido-footer,
.contenido-pie {
    width: 1200px;
    margin: auto;
    position: relative;
}

.contenido-footer h2 {
    font-size: 40px;
    color: #ef76c1;
}

.pie {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 74px;
    background: url(./img/fondo-footer.png);
}

.menu-izquierdo {
    position: absolute;
    left: 20px;
    top: 40px;
}

.menu-derecho {
    position: absolute;
    right: 20px;
    top: 40px;
    text-align: right;
}

.logo-famosa {
    width: 156px;
    height: 86px;
    height: 156px;
    display: block;
    text-indent: -10000px;
    overflow: hidden;
    background: url(./img/logo-famosa-gp.png);
    /*background: url(http://www.famosa.es/logo-famosa.png) center center no-repeat;*/
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 220px;
    margin-left: -78px;
}

.logo-nenuco {
    display: block;
    width: 168px;
    height: 107px;
    background: url(./img/logo-nenuco.png);
    text-indent: -10000px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 100px;
    margin-left: -84px;
}

.navigation {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.wp-paginate .current,
.page-numbers.current {
    background: #fff;
    color: #f177c3;
    border: 2px solid #fff;
    text-decoration: none;
    padding: 3px 8px 3px 8px;
}

.wp-paginate a,
.page-numbers {
    background: #fff;
    color: #4da0b7;
    border: 2px solid #a6cfdb;
    text-decoration: none;
    padding: 3px 8px 3px 8px;
}

.wp-paginate a:hover,
.page-numbers:hover {
    background: #fff;
    color: #f177c3;
}

.wp-paginate {
    list-style: none;
}

.wp-paginate li {
    display: inline-block;
}


/************ footer ******************/

.menu-pie {
    margin: 0;
    margin-top: 0px;
}

.menu-pie .menu-item {
    list-style: none;
    float: left;
    margin-left: 15px;
}

.menu-pie .menu-item a {
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}

.menu-pie .menu-item a:hover {
    color: #cd087e;
}

.menu-pie .current-menu-item a {
    color: #cd087e;
}

.pie-menu-izquierdo li a,
.contenido-menu a {
    color: #7c85be;
    text-decoration: none;
    font-size: 18px;
    text-align: right;
}

.pie-menu-izquierdo li a:hover,
.contenido-menu a:hover {
    color: #dd178c;
}

.pie-menu-izquierdo {
    margin-left: 0px;
}

.pie-menu-izquierdo li {
    list-style: none;
    margin-left: 0px;
}

.bot-jugar {
    width: 144px;
    height: 85px;
    background: url(./img/bot-jugar.png);
    text-indent: -10000px;
    overflow: hidden;
    display: inline-block;
}

.PT .bot-jugar {
    width: 140px;
    height: 83px;
    background: url(./img/bot-jugar_pt.png);
}

.FR .bot-jugar {
    width: 140px;
    height: 83px;
    background: url(./img/bot-jugar_fr.png);
}

.IT .bot-jugar {
    width: 140px;
    height: 83px;
    background: url(./img/bot-jugar_it.png);
}

.GB .bot-jugar,
.US .bot-jugar {
    width: 140px;
    height: 83px;
    background: url(./img/bot-jugar_uk.png);
}

.bot-jugar:hover {
    background-position: bottom;
}


/*************** modern mamis *****************/

.page-template-page-modern .content-area {
    width: 100%;
}


/***********************************/

.contenido-cabecera {
    position: relative;
}

.breadcumbs {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-size: 12px;
    color: #2db5d1;
    background: #fff;
    font-weight: bold;
    padding: 5px 15px 5px 15px;
    float: left;
    margin-left: 15px;
    margin-top: 240px;
}

.breadcumbs a {
    color: #2db5d1;
}

.breadcumbs a:hover {
    color: #f177c3;
}

.breadcumbs ol {
    list-style: none;
    margin: 0px;
}

.breadcumbs li {
    display: inline-block;
}


/************************/

.GB #item_5,
.GB #item_6 {
    display: none;
}

.FR #item_8 {
    display: none;
}

.triman {
    display: none;
}

.FR .triman {
    display: block;
}


/************************/

.icoedad {
    width: 50px;
    height: 50px;
    background: url(./img/fondo-edad.jpg);
    display: inline-table;
    color: #dd178d;
    font-size: 16px;
    padding-top: 15px;
    text-align: center;
    margin-top: 3px;
}

.bloque_diversidad{
	width: 100%;
	margin: auto;
	max-width: 750px;
	padding: 50px 10px;
}

.items_diversidad .wrap-item{
	display: inline-block;
	width: 40%;
	margin: 4%;
	cursor: pointer;
	text-align: center;
	margin-bottom: 50px;
}

.items_diversidad .wrap-item h2{
	margin-bottom: 0;
}

.items_diversidad .item{
	width: 100%;
	overflow: hidden;
	position: relative;
}

.items_diversidad .item .imagen{
	width: 100%;
	height: 96%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;	
	background-size: 100%;
	background-position: center;
	transition: all .2s ease-in-out;
}

.items_diversidad .item .mascara{
	position: relative;
	z-index: 300;
}

.items_diversidad .item:hover .imagen{
	background-size: 110%;
}

@media (max-width: 640px){
	.items_diversidad .wrap-item{
		display: inline-block;
		width: 90%;
		margin: 5%;
		cursor: pointer;
		text-align: center;
		margin-bottom: 50px;
	}
}

/* Estilos nuevos No Name Enero 2024 */
.nenuco-tv.es{
    background-image: none;
    height: auto;
    padding-bottom: 20px;
    border-bottom: 10px solid #5ab4cf;
}
.nenuco-tv.es h1{
    background-color: #5ab4cf;
    margin-bottom: 20px;
    padding-bottom: 10px;
    height: auto;
}
.nenuco-tv.es h2{
    display: none;
}
.nenuco-tv.es .contenido .cont_video.noresponsive .video{    
    margin-left: 350px;
}
@media all and (max-width: 700px){
    .nenuco-tv.es h1{        
        margin-bottom: 0;                
    }
}