
.tabs {	
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 1em 0 2em;
	font-weight: 300;
}

/* Nav */
.tabs nav {
	/*text-align: center;*/
}

.tabs nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
	
}

.tabs nav ul li {
	/*border: 5px solid #becbd2;
	border-bottom: none;*/
	margin: 0 0.25em;
	display: block;
	float: left;
	position: relative;	
}

.tabs nav li.tab-current {
	/*border: 1px solid #E50052;
	box-shadow: inset 0 2px #E50052;*/
	border-bottom: 3px solid #8a1742; /* borde inferior boton seleccionado*/	
	z-index: 100;
}

.tabs nav li.tab-current:before,
.tabs nav li.tab-current:after {
	content: '';
	position: absolute;
	height: 1px; /* linea de abajo completa */
	right: 100%;
	bottom: 0;
	width: 1000px;
	background: #BECBD2;
}

.tabs nav li.tab-current:after {
	right: auto;
	left: 100%;
	width: 4000px;
}

.tabs nav a {	
	color: #7D7D7D; /* mouse up*/
	display: block;
	font-size: 1.45em;
	line-height: 2.0;
	padding: 0 1.25em;
	white-space: nowrap;
}

.tabs nav a:hover {
	/*color: #768e9d;*/  /* mouse up*/	
	color:#196CB2;
}

.tabs nav li.tab-current a {
	/* color: #E50052;*/   /* boton seleccionado */
	color:#768e9d;
}

/* Icons *//*
.tabs nav a:before {
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-family: 'icomoon';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	margin: -0.25em 0.4em 0 0;
}

.icon-food:before {
	content: "\e600";
}

.icon-lab:before {
	content: "\e601";
}

.icon-cup:before {
	content: "\e602";
}

.icon-truck:before {
	content: "\e603";
}

.icon-shop:before {
	content: "\e604";
}  */




/* Content - Contentenido de la seccion */
.content section {
	margin-top:15px;
	padding: 5px;
	display: none;
	max-width: 1230px;
	margin: 0 auto;
}

.content section:before,
.content section:after {
	content: '';
	display: table;
}

.content section:after {
	clear: both;
}

/* Fallback example */  
.no-js .content section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid #47a3da;
}

.content section.content-current {
	display: block;
}



.mediabox  {
	display: inline-block;
	position: relative;
	/*width: 310px;
	height:250px;*/
	padding: 30px 0px 0px 15px;
	margin-bottom:10px; 
}

.mediabox img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.mediabox h3 {
	margin: 0.75em 0 0.5em;
}

.mediabox p {
	padding: 0 0 1em 0;
	margin: 0;
	position: absolute;
	line-height: 1.3;
	 left: 0px; 
	 /*top: 80px; */
	 z-index: 3;
	background:#FFF;
	width: 100%;
	color: black;
	height: 75px;

	box-shadow:0px 0px 3px #CCC;
	-moz-box-shadow:0 0 3px #ccc;
	-webkit-box-shadow:0 0 3px #ccc;
	font-size: 12px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	border:2px solid #FFF;



}


.titulo_paneles{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	margin: 10px;
}