/*
	Acción contra el cancer - Desarrollado por César Gutiérrez: www.ozmedia.com.pe
*/

@font-face {
	font-family: 'Calibri';
	src: url('../fonts/Calibri.eot');
	src: url('../fonts/Calibri.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Calibri.woff2') format('woff2'),
		url('../fonts/Calibri.woff') format('woff'),
		url('../fonts/Calibri.ttf') format('truetype');		
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Calibri';
	src: url('../fonts/Calibri-Bold.eot');
	src: url('../fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Calibri-Bold.woff2') format('woff2'),
		url('../fonts/Calibri-Bold.woff') format('woff'),
		url('../fonts/Calibri-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Calibri';
	src: url('../fonts/Calibri-Italic.eot');
	src: url('../fonts/Calibri-Italic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Calibri-Italic.woff2') format('woff2'),
		url('../fonts/Calibri-Italic.woff') format('woff'),
		url('../fonts/Calibri-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Myriad Pro';
	src: url('../fonts/MyriadPro-Bold.eot');
	src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MyriadPro-Bold.woff2') format('woff2'),
		url('../fonts/MyriadPro-Bold.woff') format('woff'),
		url('../fonts/MyriadPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Myriad Pro';
	src: url('../fonts/MyriadPro-It.eot');
	src: url('../fonts/MyriadPro-It.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MyriadPro-It.woff2') format('woff2'),
		url('../fonts/MyriadPro-It.woff') format('woff'),
		url('../fonts/MyriadPro-It.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Myriad Pro';
	src: url('../fonts/MyriadPro-SemiboldIt.eot');
	src: url('../fonts/MyriadPro-SemiboldIt.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MyriadPro-SemiboldIt.woff2') format('woff2'),
		url('../fonts/MyriadPro-SemiboldIt.woff') format('woff'),
		url('../fonts/MyriadPro-SemiboldIt.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'Myriad Pro';
	src: url('../fonts/MyriadPro-BoldIt.eot');
	src: url('../fonts/MyriadPro-BoldIt.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MyriadPro-BoldIt.woff2') format('woff2'),
		url('../fonts/MyriadPro-BoldIt.woff') format('woff'),
		url('../fonts/MyriadPro-BoldIt.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Myriad Pro';
	src: url('../fonts/MyriadPro-Semibold.eot');
	src: url('../fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MyriadPro-Semibold.woff2') format('woff2'),
		url('../fonts/MyriadPro-Semibold.woff') format('woff'),
		url('../fonts/MyriadPro-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Myriad Pro';
	src: url('../fonts/MyriadPro-Regular.eot');
	src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
		url('../fonts/MyriadPro-Regular.woff') format('woff'),
		url('../fonts/MyriadPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'Calibri', sans-serif;
	font-weight: normal;
	font-style: normal;
	-webkit-animation: bugfix infinite 1s; /*fix for android*/
	-webkit-font-smoothing: antialiased;
}

@-webkit-keyframes bugfix { 
  from { padding: 0; } 
  to { padding: 0; } 
}

textarea {resize:none;}

label { 
  cursor: pointer;
  user-select: none;
}
/*fix for android*/

img {
	display: block;
	max-width: 100%;
	height: auto;
}

p {
	font-family: 'Calibri', sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Calibri', sans-serif;
	-webkit-font-smoothing: antialiased;
}

strong {font-weight: 700;} /*cambiar esto*/

em {font-style: italic;}

a {
	text-decoration:none;
	transition: 0.2s ease;
	-moz-transition:0.2s ease; /* Firefox 4 */
	-webkit-transition: 0.2s ease; /* Safari and Chrome */
	-o-transition: 0.2s ease; /* Opera */	
}

a:hover {text-decoration: none;}
a:link {text-decoration: none;}

img.alignleft {
	float:left;	
	margin:0 30px 30px 0;
}
img.alignright {
	float:right;	
	margin:0 0 30px 30px;
}
img.aligncenter {
	display:block;
	margin:0 auto 30px auto;
}

img.no-top-margin {
	margin-top: 0px;
}

.centrar-contenido {
	text-align: center;
}

.contenido-izquierda {text-align: left;}
.contenido-derecha {text-align: right;}

.tabla {
	width: 100%;
	height: 100%;
	display: table;
}

.tabla-celda {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.no-side-padding {
	padding-left: 0px!important;
	padding-right: 0px!important;
}

.contenedor {
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 1440px){
	.contenedor {
		width: 1170px;
	}
}

@media (min-width: 940px){
	.contenedor {
		width: 970px;
	}
}

/******************** HOMEPAGE ******************/

.cabecera {
	background: url('../images/menu-bg.png') left bottom repeat-x;
	/*padding-bottom: 10px;*/
}

.top-header {
	padding-top: 20px;
	padding-bottom: 60px;
}

.main-logo {
	margin-right: auto;
	margin-left: auto;
}

.header-tools {
	display: inline-block;
	font-size: 0px;
	max-width: 100%;
	text-align: right;
	padding-top: 25px;
}

.buscar-header, img[class^="forobutton"], .header-tools ul {
	display: inline-block;
}

.header-tools input[type="text"] {
	border-top: 1px solid #8B76B0;
	border-right: 1px solid #8B76B0;
	border-bottom: 1px solid #8B76B0;
	border-left: none;
	background-color: #F8F6FB;
	text-transform: uppercase;
	padding: 5px 5px 5px 25px;
	height: 27px;
	background-image: url('../images/search-icon.png');
	background-position: left center;
	background-repeat: no-repeat;
	color: #8B76B0;
	font-size: 12px;
	outline: none;
}
.header-tools input[type="submit"] {
	display: none;
}

.header-tools input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8B76B0;
}
.header-tools input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #8B76B0;
}
.header-tools input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #8B76B0;
}
.header-tools input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #8B76B0;
}

img[class^="forobutton"] {
	margin-top: -8px;
	margin-left: 5px;
}

.header-tools ul {
	font-size: 15px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	text-transform: uppercase;
	margin-top: 25px;
	color: #8B76B0;
}

.header-tools ul li {
	list-style-type: none;
	display: inline-block;
	vertical-align:middle;
	margin-right: 3px;
}
.header-tools ul li a {
	display: block;
	height: 100%;;
}
.header-tools ul li:last-child {
	margin-right: 0px;
}

.header-tools ul li.fb-header, .header-tools ul li.twitter-header {
	width: 24px;
	height: 24px;
}

.header-tools ul li.fb-header {
	background: url('../images/fb-header.png') 0px 0px no-repeat;
}
.header-tools ul li.twitter-header {
	background: url('../images/twitter-header.png') 0px 0px no-repeat;
}

/****************** MENU *********************/

.main-menu {
	position: relative;
	padding-bottom: 10px;
}

/************** FIXED HEADER ****************/

@media (min-width: 768px){
	.fixed-header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 20;
		background-color: #FFF;
		box-shadow: 0px 1px 4px #7b7b7b;
		width: 100%;
		background: url('../images/menu-bg.png') left bottom repeat-x #FFF;
		/*padding-bottom: 10px;
		padding-top: 10px;*/
	}
}

@media (max-width: 767px){
	.cabecera-fija {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 20;
		background-color: #FFF;
		box-shadow: 0px 1px 4px #7b7b7b;
		width: 100%;
		background: url('../images/menu-bg.png') left bottom repeat-x #FFF;
		/*padding-bottom: 20px;*/
		/*padding-top: 10px;*/
		text-align: center;
	}
	.arreglo-movil {		
		text-align: center;
		max-width: 286px;
		margin-left: auto;
		margin-right: auto;
	}
}

.header-replacement-off {
	display: none;
}
.header-replacement-on {
	display: block;
}



/********************************************/

.menufila {
	margin-right: -7px;
	margin-left: -7px;
}

ul.desktop-menu {
	width: 100%;
	display: inline-block;
	font-size: 0;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.desktop-menu li {
	font-size: 12px;
	list-style-type: none;
	text-transform: uppercase;
	padding-left: 7px;
	padding-right: 7px;
	text-align: center;
	display: inline-block;
	position: relative;
}

ul.desktop-menu li img {
	opacity: 0.7;
	transition: 0.2s ease;
	-moz-transition:0.2s ease; /* Firefox 4 */
	-webkit-transition: 0.2s ease; /* Safari and Chrome */
	-o-transition: 0.2s ease; /* Opera */
}

ul.desktop-menu li p {
	opacity: 0;
	transition: 0.2s ease;
	-moz-transition:0.2s ease; /* Firefox 4 */
	-webkit-transition: 0.2s ease; /* Safari and Chrome */
	-o-transition: 0.2s ease; /* Opera */
}

ul.desktop-menu li:hover img, ul.desktop-menu li:hover p {
	opacity: 1;
}

ul.desktop-menu li img {
	margin: 0 auto 8px auto;
}
ul.desktop-menu li span {
	opacity: 0;
}

ul.desktop-menu li.menu-elcancer a {
	color: #8B76B0;
}
ul.desktop-menu li.menu-elcancer span {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 14px 15px 14px;
	border-color: transparent transparent #8b76b0 transparent;
	content:"";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -14px;
	z-index: 10;
}

ul.desktop-menu li.menu-tiposcancer a {
	color: #A2C748;
}
ul.desktop-menu li.menu-tiposcancer span {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 14px 15px 14px;
	border-color: transparent transparent #A2C748 transparent;
	content:"";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -14px;
	z-index: 10;
}

ul.desktop-menu li.menu-genetica a {
	color: #013F87;
}
ul.desktop-menu li.menu-genetica span {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 14px 15px 14px;
	border-color: transparent transparent #013F87 transparent;
	content:"";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -14px;
	z-index: 10;
}

ul.desktop-menu li.menu-immunoterapia a {
	color: #7C3E3E;
}
ul.desktop-menu li.menu-immunoterapia span {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 14px 15px 14px;
	border-color: transparent transparent #7C3E3E transparent;
	content:"";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -14px;
	z-index: 10;
}

ul.desktop-menu li.menu-nutricion a {
	color: #F89C33;
}
ul.desktop-menu li.menu-nutricion span {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 14px 15px 14px;
	border-color: transparent transparent #F89C33 transparent;
	content:"";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -14px;
	z-index: 10;
}

ul.desktop-menu li.menu-ensayos a {
	color: #E24F84;
}
ul.desktop-menu li.menu-ensayos span {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 14px 15px 14px;
	border-color: transparent transparent #E24F84 transparent;
	content:"";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -14px;
	z-index: 10;
}

ul.desktop-menu li.menu-glosario a {
	color: #01A4D8;
}
ul.desktop-menu li.menu-glosario span {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 14px 15px 14px;
	border-color: transparent transparent #01A4D8 transparent;
	content:"";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -14px;
	z-index: 10;
}

.sub-menus {
	position: absolute;
	z-index: 30;
	width: 100%;
	top: 142px;
	left: 0;
	padding: 25px 0;
	color: #FFF;
	font-size: 0;
	display: none;
}
.sub-menus h2 {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.sub-menus ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	color: #FFF;
	font-size: 15px;
}
.sub-menus ul li {
	position: relative;
	list-style-type: none;
	padding: 0;
	margin: 0 0 8px 10px;
}
.sub-menus ul li a {
	color: #FFF;
}
.sub-menus ul li a:hover {
	text-decoration: underline;
}
sub-menus ul li:before {
	content: "-";
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
}
.submcols {
	display: inline-block;
	word-wrap: break-word;
}
.sub-elcancer {background-color: #8B76B0;}
.sub-tiposcancer {background-color: #A2C748;}
.sub-genetica {background-color: #013F87;}
.sub-immunoterapia {background-color: #7C3E3E;}
.sub-nutricion {background-color: #F89C33;}
.sub-ensayos {background-color: #E24F84;}
.sub-glosario {background-color: #01A4D8;}

a.movil-icon-menu {
	background: url('../images/menu-movil.png') left center no-repeat;
	padding: 0 0 0 30px;
	color: #8B76B0;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	float: left;
	margin-top: 28px;
}

a.close-subs {
	width: 34px;
	height: 34px;
	background: url('../images/close.png') 0px 0px no-repeat;
	display: none;
	position: absolute;
	top: -10px;
	right: 20px;
	cursor: pointer;
}

/******************** MOVIL MENU ******************/

.movilnav-container {
	position: relative;
}

.movil-menu {
	display: none;
	text-align: center;
	background-color: #8B76B0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
}

.movil-menu ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 16px;
	padding-top: 25px;
	padding-bottom: 10px;
}

.movil-menu ul li {
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
	text-transform: uppercase;
}
.movil-menu ul li a {
	color: #FFF;
}

/******************* BANNER ******************/

.home-banner {
	height: 445px;
	position: relative;
	overflow: hidden;
}

.banner-container {
	position: relative;
	height: 100%;
}

.banner-container .contenedor{
	height: 100%;
}

.diapos {
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.slidetext {
	float: right;
	color: #FFF;
	height: 100%;
}

.slidetext h2 {
	font-size: 82px;
	line-height: 82px;
	margin: 0;
	text-transform: uppercase;
}
.slidetext h3 {
	font-size: 62px;
	line-height: 62px;
	margin: 0;
	text-transform: uppercase;
}
.slidetext p {
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 20px 0;
}

.second-slogan {
	margin-top: 20px;
}

/******************** HOME FEATURED ************************/

.home-featured {
	font-size: 0;
	padding-top: 60px;
	padding-bottom: 50px;
}

.hf-boxes {
	display: inline-block;
	font-size: 12px;	
	margin-bottom: 30px;
}

.hf-boxes .hf-image {
	height: 165px;
	background-color: #B2B2B2;
	margin-bottom: 15px;
	position: relative;
}

.hf-boxes header {
	position: absolute;
	width: 100%;
	bottom: 40px;
	left: 0;
	padding-left: 15px;
	padding-right: 15px;
	color: #FFF;
}

.hf-boxes h4 {
	font-size: 23px;
	font-style: italic;
	margin: 0;
}

.hf-boxes p {
	color: #878787;
	font-size: 12px;
	line-height: 14px;	
	margin: 0 0 15px 0;
}

/**************** FOOTER ******************/

.pie {
	width: 100%;
	overflow: hidden;	
}

.pie .contenedor > div {
	border-top: 2px solid #DADADA;
	padding-top: 30px;
	padding-bottom: 60px;	
}

.pie-left, .pie-right {
	float: left;
}

.pie-left > div {
	color: #706F6F;
	font-size: 12px;
	line-height: 13px;	
	margin-left: 15px;
	padding-top: 15px;
}

.pie-left .address {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #706F6F;
}

.pie-left img, .pie-left > div {
	display: inline-block;
	vertical-align: text-top;
}

ul.redes-footer {
	list-style-type: none;
	display: inline-block;
	font-size: 0;
	margin: 0;
	padding: 0;
	color: #706F6F;
	text-align: right;
	width: 100%;
}
ul.redes-footer li {
	list-style-type: none;
	display: inline-block;
	font-size: 15px;
	margin: 0 4px 0 0;	
	vertical-align: middle;
}
ul.redes-footer li:last-child {
	margin-right: 0px;
}
ul.redes-footer li.fb-footer {
	width: 25px;
	height: 24px;
	background: url('../images/fb-footer.png') 0px 0px no-repeat;
}
ul.redes-footer li.twitter-footer {
	width: 26px;
	height: 25px;
	background: url('../images/twitter-footer.png') 0px 0px no-repeat;
}

ul.footer-menu {
	display: inline-block;
	list-style-type: none;
	font-size: 0;
	margin: 15px 0 0 0;
	padding: 0;
	float: right;
}

ul.footer-menu li {
	display: inline-block;
	list-style-type: none;
	font-size: 12px;
	margin: 0;
	padding: 0 7px;
	text-transform: uppercase;
}

ul.footer-menu li a {
	color: #706F6F;
}

ul.footer-menu li a:hover {
	text-decoration: underline;
}

/***************************** PLANTILLAS INTERNAS ********************************/

.plantillas {
	padding-top: 60px;
	padding-bottom: 70px;
}

.cookie-internas {
	border-bottom: 2px solid #999999;
	padding-bottom: 10px;
	margin-bottom: 50px;
}

.cookie-internas h1 {
	font-size: 20px;
	font-style: italic;	
	color: #999999;
	margin: 0;
	display: inline-block;
}

.cookie-internas span.first-cookie {
	font-weight: bold;	
}

.cookie-internas h1 a {
	color: #999999;
}
.cookie-internas h1 a:hover {
	text-decoration: underline;
}

a.print-icon-desktop, a.print-movil {
	float: right;
	width: 26px;
	height: 23px;
	background: url('../images/print-icon.png') 0px 0px no-repeat;
}

a.side-movil {
	float: left;
}

a.print-movil, a.side-movil {
	display: none;
}

.internas-main {
	position: relative;
}

.left-sidebar-plantillas {
	padding-right: 25px;
	color: #575756;
	position: relative;
}

.left-sidebar-plantillas h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.left-sidebar-plantillas ul {
	font-size: 14px;
	padding-left: 15px;
	margin-bottom: 20px;
}

.left-sidebar-plantillas ul li {
	padding-left: 0;
}

.left-sidebar-plantillas ul li a {
	color: #575756;
}

.left-sidebar-plantillas ul li a:hover {
	color: #A2C748;
}

.genetica .left-sidebar-plantillas ul li a:hover {
	color: #8B76B0;
}

.internas-content {
	color: #575756;
}

.internas-content h1, .internas-content h2, .internas-content h3, .internas-content h4, .internas-content h5, .internas-content h6 {
	color: #A2C748;
	font-style: italic;
	margin-bottom: 30px;
	margin-top: 0;
}

.genetica .internas-content h1,
.genetica .internas-content h2,
.genetica .internas-content h3,
.genetica .internas-content h4,
.genetica .internas-content h5,
.genetica .internas-content h6 {
	color: #8B76B0;
}

.internas-content a {
	color: #A2C748;
}
.internas-content a:hover {
	text-decoration: underline;
}

.internas-content h1, .internas-content h2 {
	font-size: 24px;
}

.internas-content h3, .internas-content h4 {
	font-size: 20px;
}

.internas-content h5, .internas-content h6 {
	font-size: 16px;
}


.internas-content p {
	font-size: 12px;
	line-height: 18px;
}

a.close-side {
	width: 14px;
	height: 14px;
	position: absolute;
	right: 5px;
	top: 5px;
	background: url('../images/close-side.png') 0px 0px no-repeat;
	display: none;
}

.internas-content img {
	margin-bottom: 30px;
}

img.izquierda, img.derecha {
	margin-bottom: 30px;
	margin-top: 15px;
}

img.izquierda {
	float: left;
	margin-right: 15px;	
} 
img.derecha {
	float: right;
	margin-left: 15px;
}
img.centro {
	margin: 0 auto 30px auto;
}

/****************** GENETICA *****************/

.buscador-gen-img, .buscador-opciones {
	display: inline-block;
	vertical-align: text-top;
}

.buscador-gen-img {
	margin-right: 40px;
}

.buscador-opciones label, .buscador-opciones select {
	display: inline-block;
}

.buscador-opciones label {
	min-width: 120px;
	text-align: right;
}

.buscador-opciones select {	
	border: 1px solid #8B76B0;
	height: 25px;
	margin-bottom: 25px;
	-webkit-appearance: none;
  -moz-appearance: none;
}

select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, #8B76B0 50%),
    linear-gradient(135deg, gray 50%, transparent 50%);
  background-position:
    calc(100% - 10px) calc(0.7em + 1px), 
    calc(100% - 5px) calc(0.7em + 1px);
    
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

.buscador-opciones input[type='submit'] {
	border: none;
	color: #FFF;
	text-transform: uppercase;
	background-color: #8B76B0;
	float: right;
	font-size: 16px;
	font-weight: bold;
	padding: 2px 25px;
}

/************************ GENETICA *************************/

ul.gentabs-selector {
	border-bottom: 1px solid #8B76B0;
	width: 100%;
	margin: 0 0 25px 0;
	list-style-type: none;
	text-align: center;
	font-size: 0;
	padding: 0;
}

ul.gentabs-selector li {
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	list-style-type: none;
	background-color: #8B76B0;
	background-color: rgba(139, 118, 176, 0.5);
	transition: 0.2s ease;
	-moz-transition:0.2s ease; /* Firefox 4 */
	-webkit-transition: 0.2s ease; /* Safari and Chrome */
	-o-transition: 0.2s ease; /* Opera */
	margin-right: 5px;	
}

ul.gentabs-selector li:last-child {
	margin-right: 0;	
}

ul.gentabs-selector li a {
	color: #FFF;
	display: block;
	padding: 5px 10px;
}
ul.gentabs-selector li a:hover {
	text-decoration: none;
}
ul.gentabs-selector li:hover, ul.gentabs-selector li.active  {
	background-color: rgba(139, 118, 176, 1);
}

.gentabs-box {
	display: none;
}

.gentabs-box table {
	margin: 0 0 30px 0;
    font-size: 12px;
    line-height: 1.3;
}

.gentabs-box table th {
    padding: 7px 10px;
    border: 1px solid #c8c8c8;
    background: #ececec;
    text-align: left;
    font-weight: bold;
    vertical-align: top;
}

.gentabs-box table td {
    padding: 7px 10px;
    border: 1px solid #c8c8c8;
    font-weight: normal;
    vertical-align: top;
    text-align: left;
}

@media print {
  body * {
    visibility: hidden;
  }
  #print-area, #print-area * {
    visibility: visible;
  }
  #print-area {
    position: fixed;
    left: 0;
    top: 0;
  }
}

@media (min-width: 768px){
	.left-sidebar-plantillas {
		width: 15%;
		float: left;
	}
	.internas-content {
		width: 85%;
		float: left;
		border-left: 1px solid #A2C748;
		padding-left: 60px;
		min-height: 350px;
	}
	.genetica .internas-content {
		border-left: 1px solid #8B76B0;
	}
	.plantilla-3-left {
		width: 65%;
		float: left;
	}
	.plantilla-3-right {
		width: 32%;
		float: right;
	}
	.buscador-opciones label {
		min-width: 120px;
		text-align: right;
		margin-right: 10px;
	}

	.buscador-opciones select {
		min-width: 300px;
	}
}

@media (max-width: 960px){
	img.izquierda, img.derecha {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 800px){
	.buscador-gen-img {
		display: none;
	}
}

@media (max-width: 767px){
	.sidebar-state {
		/*display: none;*/
		position: absolute;
		top: 0;
		left: -999px;
		z-index: 16;
		background-color: #FFF;
		padding-right: 30px;
		-moz-transition:0.4s ease; /* Firefox 4 */
		-webkit-transition: 0.4s ease; /* Safari and Chrome */
		-o-transition: 0.4s ease; /* Opera */
	}
	a.print-icon-desktop {
		display: none;
	}
	a.print-movil {
		display: block;
		margin-bottom: 30px;
	}
	a.side-movil {
		display: block;
	}
	a.close-side {
		display: block;
	}
	
	.buscador-opciones {width: 100%;}
	.buscador-opciones select {		
		min-width: 100%;
	}

}

/*********************** MEDIA QUERIES **************************/

@media (min-width: 768px){
	a.movil-icon-menu {display: none;}
	.main-logo {
		float: left;
	}
	.header-tools {
		float: right;
		max-width: 70%;
	}
	img[class^="forobutton"] {		
		margin-left: 25px;
	}
	ul.desktop-menu li {
		width: 14.2857%;
	}
	.submcols {
		width: 14.2857%;
	}
	.slidetext {
		max-width: 460px;
	}
	.hf-boxes {
		width: 33.3333%;
		margin-bottom: 0;
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.hf-boxes:first-child {
		padding-left: 0px;
	}
	.hf-boxes:last-child {
		padding-right: 0px;
	}
	.pie-left {
		width: 40%;	
	}
	.pie-right {
		width: 60%;
	}
	img.forobutton-movil {
		display: none;
	}
}

@media (max-width: 767px){
	.movil-fixed {
		padding-bottom: 20px;
	}
	.top-header {
		/*padding-bottom: 20px;*/
		padding-bottom: 0px;
	}
	.header-tools {
		text-align: center;
	}
	.header-tools input[type="text"] {
		max-width: 130px;
	}
	.header-tools ul {
		float: right;
	}
	.pie-right {
		text-align: center;
		padding-top: 15px;
	}
	.pie-left {
		text-align: center;
	}
	ul.redes-footer {		
		text-align: center;		
	}
	.top-header {text-align: center;}
	img.forobutton-movil {
		display: inline-block;
	}
	img.forobutton-desktop {
		display: none;
	}
	.for-desktop {
		display: none;
	}
	.home-banner {
		height: 245px;
	}
	.slidetext {
		max-width: 80%;
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
	.slidetext h2 {
		font-size: 22px;
		line-height: 22px;		
	}
	.slidetext h3 {
		font-size: 16px;
		line-height: 16px;
	}
	.slidetext p {
		font-size: 12px;
		line-height: 16px;
	}
	a.close-subs {
		display: block;
		color: transparent;
	}
	.sub-menus {
		position: fixed;
		top: 0;
		height: 100%;
		overflow-y: scroll; /* has to be scroll, not auto */
  		-webkit-overflow-scrolling: touch;
	}
	.sub-menus .contenedor {
		position: relative;
	}
	.submcols {
		width: 100%;
	}
	
}