@charset "UTF-8";
@import url(estilos-fonts.css);


::selection {
	background: #ed2f81;
	color: #ffffff;
}
::-moz-selection {
	background: #ed2f81;
	color: #ffffff;
}
::-webkit-selection {
	background: #ed2f81;
	color: #ffffff;
} 

:focus {
	outline: 0;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



body {
	margin: 0;
	background-color: #420e27;
	background-image:url('../_imgs/trama_menu.png');
	font-size: 16px;
	font-family: 'ralewayregular';
}
a {
	color: #ed2f81;
	text-decoration:none;	
}
a:hover {
	color: #888888;
	text-decoration:none;	
}

.limpia {
	position:relative;
	clear: both;
	float: none;
}

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

.icoSocial {
	display:inline-block;
	width: 30px;
	height: 30px;
	margin-right: 20px;
	background-repeat:no-repeat;
	background-position: center center;
	background-size:contain;
}
.icoFace {
	background-image:url('../_imgs/ico_f.png');
}
.icoTwit {
	background-image:url('../_imgs/ico_t.png');
}

.all_content {
	position:fixed;
	left:0px;
	top: 0px;
	width:100%;
	height:100%;
	min-width: 1024px;
	overflow:auto;
	overflow-x:hidden;
}
.int_content {
	position:absolute;
	left:0px;
	top: 0px;
	width:100%;
	-moz-box-shadow: 10px 0px 16px rgba(0,0,0,0.6);
	-webkit-box-shadow: 10px 0px 16px rgba(0,0,0,0.6);
	box-shadow: 10px 0px 16px rgba(0,0,0,0.6);
}
.int_menu {
	position:absolute;
	right: -300px;
	bottom: 0px;
	top: 0px;
	width: 300px;
	min-height: 100%;
}

.int_menu .cerrar {
	position:absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	background-repeat:no-repeat;
	background-position:top right;
	background-image:url('../_imgs/cerrar_menu.png');
	cursor: pointer;	
}

.int_menu .seccion {
	position:relative;
	width: 100%;
	color:#fff;
	font-size: 14px;
	padding: 10px 30px 2px 40px;
	cursor:pointer;
	
	font-family: 'ralewaysemibold';
}
.int_menu .seccion:hover {
	color: #ed2f81;
}

.int_menu .tagin {
	position:relative;
	padding: 10px 30px 2px 40px;
}
.int_menu .tag {
	position:relative;
	display:inline-block;
	padding: 4px 6px 4px 6px;
	color: #ed2f81;
	font-size: 12px;
	background-color: #631d42;
	margin: 8px 8px 0px 0px;
	cursor:pointer;
	font-family: 'fjalla_oneregular';
}
.int_menu .tag:hover {
	color:#FFF;	
	background-color: #ed2f81;
}

.int_menu .inputing,
.int_menu .inputing_bot {
	display:inline-block;
	vertical-align:middle;
	width: 70%;
	border: 0px;
	background-color:#631d42;
	padding: 4px;
	color: #ed2f81;
	font-size: 12px;
	font-family: 'fjalla_oneregular';
}
.int_menu .inputing_bot {
	width: 20%;
	border-left: #ed2f81 solid 2px;
	
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url('../_imgs/lupa_menu.png');
	cursor:pointer;
}








.cabecera {
	position:relative;
	width: 100%;
	height: 80px;
	background-color: #fff;
	font-family: 'ralewayregular';
}
.idiomas {
	position:absolute;
	left: 30px;
	top: 10px;
	color: #888888;
	font-size: 12px;
}
.idiomas a {
	color: #888888;
	text-decoration:none;
}
.idiomas a:hover {
	color: #888888;
	text-decoration:underline;
}
.idiomas a strong {
	font-family: 'ralewaymedium';
}

.menus {
	position:absolute;
	right:30px;
	top: 30px;
	font-size: 16px;
	color: #888888;
}
.menus a {
	color: #888888;
	text-decoration:none;
	display:inline-block;
	padding-left: 30px;
}
.menus a:hover {
	color: #222222;
	text-decoration:none;
}

.menus a:last-child {
	padding-right: 40px;
	background-position: center right;
	background-repeat:no-repeat;
	background-size: 20px;
	background-image:url('../_imgs/menu.png');
}

.cabecera_img {
	position:relative;
	width: 100%;
	background-color: #f1f1f1;
	height: 440px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
	text-align:center;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	font-size: 40px;
	color:#fff;
	
	font-family: 'fjalla_oneregular';
}
.cabecera_img .cab_seccion {
	position:absolute;
	top: 40px;
	left: 60px;
	width: 330px;
	text-align:center;
	font-size: 22px;
	font-family: 'fjalla_oneregular';
}
.cabecera_img .cab_seccion img {
	width:100%;
}
.contenedor {
	position:relative;
	width: 100%;
	background-color: #fff;
}
.contenido {
	position:relative;
	width: 1024px;
	min-height: 100px;
	padding: 40px 30px 40px 30px;
	margin: 0px auto;
}

.banda {
	position:relative;
	width: 100%;
	height: 100px;
	background-color: #ed2f81;
	font-size: 30px;
	color: #fff;
	cursor:pointer;
	font-family: 'ralewaylight';
}
.banda_portada {
	position:relative;
	text-align:right;
	padding: 32px 240px 0px 0px;
	width: 1024px;
	height: 100px;
	margin: 0px auto;
	background-repeat:no-repeat;
	background-position:84% center;
	background-size:auto 105%;
	background-image:url('../_imgs/banda_flecha.png');	
}
.secM {
	padding-right: 30px !important;
}
.banda_portada img {
	position:absolute;
	top: 30px;
	left: 30px;
	width: 185px;
}
.modTxR {
	text-align:right;	
}
.textoPortada {
	color:#999;
	font-size: 15px;
	line-height:22px;
	
	font-family: 'ralewayregular';
}
.textoPortada .cab {
	width: 60%;
	color:#333;
	font-size: 28px;
	line-height: 36px;
	padding-bottom: 20px;
	font-family: 'fjalla_oneregular';
}
.cc_foto,
.aa_foto {
	position:relative;
	float:right;
	width: 90%;
	padding-top: 10px;
}
.aa_foto {
	float:left;
}
.cc_foto img,
.aa_foto img {
	width: 100%;
}
.linea {
	border-bottom:#e1e1e1 solid 1px;
}
.linea:last-child {
	border-bottom: 0;
}









.pieE {
	position:relative;
	width:100%;
	background-color: #420e27;
}

.pieE_men {
	position:relative;
	text-align:center;
	font-size: 14px;
	color: #fff;
	
	font-family: 'ralewayregular';
}
.pieE_men a {
	color: #fff;
	text-decoration:none;
	display:inline-block;
	padding: 0px 5px 0px 5px;
}
.pieE_men a:hover {
	color: #ed2f81;
	text-decoration:none;
}

.pieE_logo {
	position:relative;
	text-align:center;
	font-size: 16px;
	color: #ed2f81;
	font-family: 'fjalla_oneregular';
}

.pieE_info {
	position:relative;
	text-align:center;
	font-size: 14px;
	color: #ed2f81;
	font-family: 'ralewayregular';
}




.pieL {
	position:relative;
	width:100%;
	background-color: #e5e1e3;
}
.logosXp {
	padding-top:20px;
	padding-bottom: 20px;	
}




.mosaico {
	position:relative;
	width: 100%;
	height: 800px;
	overflow:hidden;
}
.mosaico .icono {
	position:absolute;
	width: 25.1%;
	height: 200px;
	margin:0;
	background-color: transparent;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
	border: 0;
	cursor:pointer;
}
.mosaico .info {
	position:absolute;
	top:0px;
	left: 0px;
	width:100%;
	height: 100%;
	background-color: rgba(237,47,129,0.8);
	color:#fff;
	display:none;
	font-family: 'fjalla_oneregular';
}
.mosaico .info_t {
	position:absolute;
	top: 30px;
	left: 30px;
	right: 30px;
	word-wrap:break-word;
	font-size: 22px;
}
.mosaico .info_d {
	position:absolute;
	bottom: 20px;
	left: 30px;
	right: 30px;
	word-wrap:break-word;
	font-size: 16px;
}




.columna_data, .columna_media {
	position:relative;
	float:left;
	width: 40%;
	min-height: 100px;
	margin-top: 40px;
}
.columna_data .dat_titulo {
	position:relative;
	color: #222222;
	font-size: 28px;
	font-family: 'fjalla_oneregular';
}
.columna_data .dat_subtitulo {
	position:relative;
	margin-top: 6px;
	color: #888888;
	font-size: 15px;
	font-family: 'fjalla_oneregular';
}
.columna_data .dat_linea {
	position:relative;
	width: 40px;
	height: 1px;
	border-bottom:#ccc solid 2px;
	margin: 15px 0px 15px 0px;
}
.columna_data .dat_texto {
	position:relative;
	color:#999;
	font-size: 15px;
	line-height:22px;
	font-family: 'ralewayregular';
}
.columna_data .dat_texto a {
	color: #ed2f81;
	text-decoration:none;
}
.columna_data .dat_texto a:hover {
	color: #ed2f81;
	text-decoration:underline;
}
.columna_data .dat_data {
	font-size: 15px;
	line-height:22px;
	font-family: 'ralewaysemibold';
	color: #222222;
}
.columna_data .data_t {
	color: #888888;
}
.columna_data a {
	color: #ed2f81;
	text-decoration:none;
}
.columna_data a:hover {
	color: #ed2f81;
	text-decoration:underline;
}



.columna_media {
	width: 60%;
	padding: 0px 0px 0px 50px;
}

.columna_media .m_foto,
.columna_media .m_foto_a {
	position:relative;
	width: 100%;
	*height: 348px;
	height:auto;
	overflow:hidden;
	*background-color:#f1f1f1;
	cursor:pointer;
}
.columna_media .m_foto_a {
	overflow: none;
	background-color:transparent;
	cursor:auto;
	min-height: 348px;
	height:auto;
	text-align:right;
}
.columna_media .m_foto img {
	width:528px; 
	height:auto;
	*height:348px;
}
.columna_media .m_foto_a .img {
	width:528px; 
	*height:348px;
	height:auto;
	cursor: pointer;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
}
.columna_media .m_control {
	position:relative;
	margin-top: 10px;
	width: 100%;
	height: 30px;
}
.columna_media .m_control_f {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 10%;
}
.columna_media .m_control_fiz,
.columna_media .m_control_fde,
.f_control_fiz,
.f_control_fde {
	position:relative;
	display:inline-block;
	width: 24px;
	height: 20px;
	background-repeat:no-repeat;
	background-position: left center;
	background-size: 14px;
	background-image:url('../_imgs/media_iz.png');
	cursor:pointer;
}
.columna_media .m_control_fde,
.f_control_fde {
	background-position: right center;
	background-image:url('../_imgs/media_de.png');
}
.f_control_f {
	position:absolute;
	text-align:right;
	bottom: -40px;
	left: 0px;
	width: 100%;
}

.columna_media .m_control_p {
	position:absolute;
	right: 0px;
	top: 0px;
	width: 88%;
	min-height: 20px;
	text-align:right;
	padding-top: 4px;
}
.columna_media .m_control_pts {
	position:relative;
	display:inline-block;
	width: 13px;
	height: 13px;
	background-color: #888888;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	margin-left: 4px;
	cursor:pointer;
}
.columna_media .m_control_pts:hover {
	background-color: #ccc;
}
.columna_media .ptSel {
	background-color: #ed2f81;
}

.columna_media .m_data {
	position:relative;
	text-align:right;
	font-size: 16px;
	line-height:22px;
	font-family: 'ralewaysemibold';
	color: #222222;
}
.columna_media .data_t {
	color: #888888;
}
.columna_media a {
	color: #ed2f81;
	text-decoration:none;
}
.columna_media a:hover {
	color: #ed2f81;
	text-decoration:underline;
}

.navegador_pag {
	position:relative;
	width: 100%;
}
.navegador_pag .nav_iz,
.navegador_pag .nav_de {
	position:absolute;
	left: 0px;
	top: opx;
	width: 170px;
	height: 24px;
	background-color: #ed2f81;
	color:#fff;
	font-size: 14px;
	text-align:left;
	padding: 4px 0px 0px 46px;
	background-repeat:no-repeat;
	background-position: 8% center;
	background-size: auto 26px;
	background-image:url('../_imgs/banda_flecha_iz.png');
	cursor:pointer;
	font-family: 'ralewaysemibold';
}
.navegador_pag .nav_de {
	left: auto;
	right: 0px;
	text-align:right;
	padding: 4px 46px 0px 0px;
	background-position: 92% center;
	background-image:url('../_imgs/banda_flecha.png');
}
.navegador_pag .nav_iz:hover,
.navegador_pag .nav_de:hover {
	background-color: #ef97c1;
}

.fotN1 {
	display:inline-block;
	vertical-align:top;
	margin: 0;
	width: 100%;
	height:348px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
	cursor: pointer;
}
.fotN2 {
	position:relative;
	float:left;
	vertical-align:top;
	margin: 0px 0px 1% 1%;
	width: 49%;
	height: 170px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
	cursor: pointer;
}
.fotN2_OLD {
	display:inline-block;
	vertical-align:top;
	margin: 0px auto 6px auto;
	width: 48%;
	height: 170px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
	cursor: pointer;
}

.fotN4_OLD {
	display:inline-block;
	vertical-align:top;
	margin: 0px auto 6px auto;
	width: 24%;
	height: 85px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
	cursor: pointer;
}
.fotN4 {
	position:relative;
	float:left;
	vertical-align:top;
	margin: 0px 0px 1% 1%;
	width: 24%;
	height: 85px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
	cursor: pointer;
}


.ss_seccion {
	position:relative;
	text-align:justify;
	width: 80%;
	min-height: 400px;
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 50px 0px;
	color:#999;
	font-size: 15px;
	line-height:22px;
	
	font-family: 'ralewayregular';
}
.ss_seccion img {
	width: 100%;	
}
.ss_seccion .cab {
	text-align:left;
	width: 60%;
	color:#333;
	font-size: 32px;
	line-height: 36px;
	padding-bottom: 20px;
	font-family: 'fjalla_oneregular';
}


.bus_titulo {
	position:relative;
	color: #222222;
	font-size: 34px;
	font-family: 'fjalla_oneregular';
}
.bus_subtitulo {
	position:relative;
	margin-top: 0px;
	color: #888888;
	font-size: 15px;
	font-family: 'fjalla_oneregular';
}
.bus_subtitulo a {
	color: #888888;
	text-decoration: none;
}
.bus_subtitulo a:hover {
	color: #888888;
	text-decoration: underline;
}
.bus_linea {
	position:relative;
	width: 40px;
	height: 1px;
	border-bottom:#ccc solid 2px;
	margin: 15px 0px 15px 0px;
}

.bus_iconos {
	position:relative;
	min-height: 400px;
	font-size: 16px;
	color: #888888;
	padding-bottom: 60px;
	font-family: 'ralewayregular';
}

.bus_iconos .bus_ico {
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:23.5%;
	border-bottom:#f1f1f1 solid 2px;
	padding: 0px 0px 20px 0px;
	margin: 0px 1% 40px 0px;
	cursor:pointer;
}

.bus_iconos .bus_ico_f {
	width: 100%;
	height: 160px;
	background-color:#f1f1f1;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
}
.bus_iconos .bus_ico_t {
	font-size: 18px;
	color: #222222;
	margin-top: 10px;
	font-family: 'fjalla_oneregular';
}
.bus_iconos .bus_ico_d {
	margin-top: 6px;
	font-size: 14px;
	color: #888888;
	font-family: 'fjalla_oneregular';
}

.loading {
	position:relative;
	width:100%;
	height: 32px;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url('../_imgs/load_bla.gif');
}

.bus_iconos .bus_col {
	position:relative;
	display:inline-block;
	vertical-align:top;
	margin-right: 6%;
	width: 25%;
	font-size: 16px;
	color: #888888;
	line-height: 26px;
	padding-bottom: 80px;
}
.bus_iconos .bus_col a {
	color: #888888;
	text-decoration:none;
	display:block;
}
.bus_iconos .bus_col a:hover {
	color: #ed2f81;
	text-decoration:underline;
}
.bus_iconos .bus_col_t {
	font-size: 32px;
	color: #888888;
	padding-bottom: 30px;
	font-family: 'fjalla_oneregular';
}

.media_base {
	position:fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color:rgba(255,255,255,0.8);
	cursor: pointer;
}
.media_fot {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 660px;
	background-color:#f1f1f1;
	background-repeat:no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	border:#fff solid 10px;
	-moz-box-shadow: 0px 0px 26px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 26px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 26px rgba(0,0,0,0.3);
}
.media_cli {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.media_close {
	position:absolute;
	top: -40px;
	right: -40px;
	width: 30px;
	height: 30px;
	background-repeat:no-repeat;
	background-position:top right;
	background-image:url('../_imgs/cerrar_menu.png');
}


#m_video {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat:no-repeat;
	background-image:url('../_imgs/ico_vid.png');	
}
#foto_loading {
	position:absolute;
	width:100%;
	height:100%;
	top: 0px;
	left: 0px;
	background-color:rgba(237,47,129,0.6);
	background-position: center center;
	background-repeat:no-repeat;
	background-image:url('../_imgs/load_ros.gif');
	display:none;
}








/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.row {
	position: relative;
	width: 100%;
	min-height: 1px;
	clear: both;
	float: none;
}
.columna1, 
.columna2, 
.columna3, 
.columna4, 
.columna5, 
.columna6, 
.columna7, 
.columna8, 
.columna9, 
.columna10 {
	float: left;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 100%;
	min-height: 1px;
}

.columna1:first-child, 
.columna2:first-child, 
.columna3:first-child, 
.columna4:first-child, 
.columna5:first-child, 
.columna6:first-child, 
.columna7:first-child, 
.columna8:first-child, 
.columna9:first-child, 
.columna10:first-child {
	padding: 0px 0px 0px 0px;
}

.columna1:last-child, 
.columna2:last-child, 
.columna3:last-child, 
.columna4:last-child, 
.columna5:last-child, 
.columna6:last-child, 
.columna7:last-child, 
.columna8:last-child, 
.columna9:last-child, 
.columna10:last-child {
	padding: 0px 0px 0px 0px;
}

.columna1 { width:10%; }
.columna2 { width:20%; }
.columna3 { width:30%; }
.columna4 { width:40%; }
.columna5 { width:50%; }
.columna6 { width:60%; }
.columna7 { width:70%; }
.columna8 { width:80%; }
.columna9 { width:90%; }
.columna10 { width:100%; }

.puch1 { margin-right: 10% }
.puch2 { margin-right: 20% }
.puch3 { margin-right: 30% }
.puch4 { margin-right: 40% }
.puch5 { margin-right: 50% }
.puch6 { margin-right: 60% }
.puch7 { margin-right: 70% }
.puch8 { margin-right: 80% }
.puch9 { margin-right: 90% }
.puch10 { margin-right: 100% }

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

.marginT10 { margin-top: 10px; }
.marginT20 { margin-top: 20px; }
.marginT30 { margin-top: 30px; }
.marginT40 { margin-top: 40px; }
.marginT50 { margin-top: 50px; }
.marginT60 { margin-top: 60px; }
.marginT70 { margin-top: 70px; }
.marginT80 { margin-top: 80px; }
.marginT90 { margin-top: 90px; }
.marginT100 { margin-top: 100px; }
.marginT120 { margin-top: 120px; }
.marginT140 { margin-top: 140px; }
.marginT160 { margin-top: 160px; }
.marginT180 { margin-top: 180px; }
.marginT200 { margin-top: 200px; }
.marginT250 { margin-top: 250px; }

.paddingT10 { padding-top: 10px; }
.paddingT20 { padding-top: 20px; }
.paddingT30 { padding-top: 30px; }
.paddingT40 { padding-top: 40px; }
.paddingT50 { padding-top: 50px; }
.paddingT60 { padding-top: 60px; }
.paddingT70 { padding-top: 70px; }
.paddingT80 { padding-top: 80px; }
.paddingT90 { padding-top: 90px; }
.paddingT100 { padding-top: 100px; }
.paddingT120 { padding-top: 120px; }
.paddingT140 { padding-top: 140px; }
.paddingT160 { padding-top: 160px; }
.paddingT180 { padding-top: 180px; }
.paddingT200 { padding-top: 200px; }
.paddingT250 { padding-top: 250px; }

.paddingB10 { padding-bottom: 10px; }
.paddingB20 { padding-bottom: 20px; }
.paddingB30 { padding-bottom: 30px; }
.paddingB40 { padding-bottom: 40px; }
.paddingB50 { padding-bottom: 50px; }
.paddingB60 { padding-bottom: 60px; }
.paddingB70 { padding-bottom: 70px; }
.paddingB80 { padding-bottom: 80px; }
.paddingB90 { padding-bottom: 90px; }
.paddingB100 { padding-bottom: 100px; }
.paddingB120 { padding-bottom: 120px; }
.paddingB140 { padding-bottom: 140px; }
.paddingB160 { padding-bottom: 160px; }
.paddingB180 { padding-bottom: 180px; }
.paddingB200 { padding-bottom: 200px; }
.paddingB250 { padding-bottom: 250px; }

.marginB10 { margin-bottom: 10px; }
.marginB20 { margin-bottom: 20px; }
.marginB30 { margin-bottom: 30px; }
.marginB40 { margin-bottom: 40px; }
.marginB50 { margin-bottom: 50px; }
.marginB60 { margin-bottom: 60px; }
.marginB70 { margin-bottom: 70px; }
.marginB80 { margin-bottom: 80px; }
.marginB90 { margin-bottom: 90px; }
.marginB100 { margin-bottom: 100px; }
.marginB120 { margin-bottom: 120px; }
.marginB140 { margin-bottom: 140px; }
.marginB160 { margin-bottom: 160px; }
.marginB180 { margin-bottom: 180px; }
.marginB200 { margin-bottom: 200px; }
.marginB250 { margin-bottom: 250px; }

/*
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	
	-moz-box-shadow: 5px 5px 16px rgba(0,0,0,0.6);
	-webkit-box-shadow: 5px 5px 16px rgba(0,0,0,0.6);
	box-shadow: 5px 5px 16px rgba(0,0,0,0.6);

	background-repeat:no-repeat;
	background-position: 0px 10px;
	background-size: 250px;
	background-image:url('../_imgs/logo.png');
*/