@CHARSET "ISO-8859-1";

/**
* Estilos para la Ficha de Experiencias
*
* Powered by RuralGest®
* @copyright RuralGest S.L.
*
* Template: modulos/TExpDistribucion/Paneles/basica/css/principal.css
* id_destino: 5207
* id_punto_venta: 6767
*
*/

@CHARSET "ISO-8859-1";
  
@viewport {
    /*width: device-width !important;*/
}

.PanD_body {
	padding: 0px;
	margin: 0px;
	border: 0px;
	
	background-color: #2f2f2f;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.PanD_body * {
	/*font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555;*/
}

.PanD_ancho_total {
	width: 100%;
}

.PanD_capa_izq {
	float:left
}

.PanD_capa_der {
	float:right;
}

.PanD_capa_oculta {
	display: none;
}

.PanD_texto_base {
	font-family: Arial;
	font-size: 12px;
	color: #000;
}	

.PanD_padding_incluido {
	box-sizing:border-box; 
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.PanD_borde_redondo_5 {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}		

.PanD_borde_redondo_25 {
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
}

.PanD_espacio_top_20 {
	margin-top: 20px;
}

.PanD_espacio_top_40 {
	margin-top: 40px;
}

.PanD_espacio_izq_20 {
	margin-left: 20px;
}

.PanD_espacio_der_20 {
	margin-right: 20px;
}

#PanD_capa_padre_centrada {
	width: 100%;
	max-width:1300px;
	margin: auto;
}

#PanD_capa_logo {
	width: 100%;
	float: left;
	height: 75px;
	background-color: #252525;
}

#PanD_capa_cabecera {	
	width: 100%;
	float: left;
}
#PanD_capa_cabecera a {
	text-decoration: none;
	border=0;
}

#PanD_capa_botonera {
	width: 100%;
	float: left;
	background-color: #9dbb31;	
	padding: 14px;
} 

#PanD_capa_subbotonera {
	width: 100%;
	float: left;
	background-color: #e9e6e1;
	padding: 10px 30px;	
}

#PanD_capa_contenido {
	width: 100%;
	float: left;
	background-color: #fff;
	padding: 0px 15px 40px 15px;
}

#PanD_capa_pie {	
	width: 100%;
	float: left;
	background-color: #252525;
	padding: 40px 20px;
	text-align: center;
}

.PanD_capa_centrado_botones {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}

.PanD_capa_centrado_botones li {
	display: inline-block;
	list-style: none;
	margin-left: 15px;
	cursor: pointer;
}
.PanD_capa_centrado_botones li:first-child { 
	margin-left: 0;
}

.PanD_boton_epigrafe_principal {
	width: 242px;
	text-align: center;
	background-color: #265833;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ffffff;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}

.PanD_boton_epigrafe_principal a {
	text-decoration: none;
	color: #ffffff;
}

.PanD_capa_resto_epigrafes {	
	position: relative;
	width: 100%;
	text-align: left;
	padding: 0;
	margin: 0;
}

.PanD_capa_resto_epigrafes li {
	display: inline-block;
	list-style: none;
	margin-right: 13px;
	cursor: pointer;
	padding-left: 13px;
	border-left: 1px solid #555;
	color: #555;
	font-size: 16px;
	margin-bottom: 8px;
}
.PanD_capa_resto_epigrafes li:first-child { 
	border-left: 0px;
}

.PanD_capa_resto_epigrafes li a {
	text-decoration: none;
	color: #555;
}

.PanD_capa_titulo_epigrafe_sel {
	width: 100%;
	max-width: 440px;
	background-color: #e9e6e1;
	text-align: center;
	margin: auto;
	margin-top: 40px;
	color: #265833;
	padding: 10px;
	font-size: 24px;
	font-weight: bold;
}

.PanD_visible_responsive {
	display: none;
}

#PanD_capa_opciones_menu {
	width: 100%;
	float: left;
}

#PanD_btn_menu {
	display: none;
	float: right;
	margin-top: 12px;
	margin-right: 15px;
	height: 40px;
	cursor: pointer;
}

@media all and (max-width:800px) {
	.PanD_visible_responsive {
		display: block !important;
	}

	#PanD_capa_cabecera {
		display: none;
	}
	
	.PanD_boton_epigrafe_principal {
		width: 90% !important;
		display: block !important;
		margin: auto !important;
		margin-top: 10px !important;
	}
	.PanD_boton_epigrafe_principal:first-child {
		margin-top: 0px !important;
	}
	
	.PanD_capa_widget_publi {
		width: 96%;
	}
	
	.PanD_capa_resto_epigrafes li {
		border-left: 0px;
		width: 100% !important;
		text-align: left;
		padding-top: 8px;
		padding-bottom: 8px;
		list-style: circle !important;
		padding-left: 0;
		margin: 0;
		border-bottom: 1px solid #c3c1be;
	}
	.PanD_capa_resto_epigrafes li:last-child {
		border-bottom: 0px !important;
	}

	#PanD_capa_logo {
		height: 65px;
	}
	
	#PanD_capa_opciones_menu {
		display: none;
	}
	
	#PanD_btn_menu {
		display: block;
	}
}