* {
	margin: 0px;
	padding: 0px;
	}
		

/*botonera*/

.menu {
	text-align: center;
	background-color: #fff;
	min-width: 1170px;
	}

.menu li {
	list-style: none;
	}
			
.menu>ul>li {
	float: left;	
	line-height: 100px;
	position: relative;
	background-color: #fff;
	}
	
.menu>ul {
	display: inline-block;
	height: 147px;
	background-color: #fff;
	}
	
.menu>ul>li>a {
	display: inline-block;
	height: 100px;
	cursor: pointer;
	font-family: 'source_sans_proregular';
	font-size: 16px;
	color: #512B5E;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	position: relative; 
	z-index: 20;
	padding: 0px 19px;
	}

#on {
	background-color: #3BDCC8;
	color: #fff;
}

	
.menu>ul>li:hover>a  {
	background-color: #3BDCC8;
	color: #fff;
	}

#selected {
	background-color: #512B5E;
	color: #D9D0BB;
}
	
.menu>ul>li.logo {
	width: 324px;
	height: 147px;
	text-align: left;
}

.menu>ul>li>ul {
	position: absolute;
	top: -100px;
	left: 0px;
	z-index: 10;
	}

.menu>ul>li>ul>li>a {
	background-color: rgba(81, 43, 94, 0.7);
	display: block;
	width: 180px;
	height: 24px;
	font-family: 'source_sans_proregular';
	font-size: 13px;
	color: #fff;
	line-height: 24px;
	text-align: left;
	padding-left: 15px;
	text-decoration: none;
	}
			
.menu>ul>li>ul>li>a:hover{
	color: #fff;
	background-color: rgba(81, 43, 94, 0.9);
}			
			

.mascara {
	height: 50px;
	background-color: #fff;
	z-index: 9999;
	position: relative;
}

.menu>ul>li.home a {

}

.menu>ul>li.home a:hover {
	background-color: #3BDCC8;
}
		
.mascarahome {
	height: 50px;
	width: 60px;
	background-color: #fff;
	z-index: 9990;
	position: relative;
}


.barratop {
	height: 5px;
	background-color: #512B5E;
	width: 100%;
	margin: 0px auto;
	text-align: center;
	min-width: 1150px;
}


.barra2 {
	height: 5px;
	background-color: #512B5E;
	width: 100%;
}


/* slider */

.slider {
	margin-top: 1px;
	background-color: #DED7D1;
	position: relative;
}

.jms-slideshow {
	position: relative;
	width: 1150px;
	max-width: 1150px;
	min-width: 1150px;
	margin: 0px auto;
	height: 520px;
	margin-bottom: 55px;	
}

.jms-wrapper {
	width: auto;
	min-width: 600px;
	height: 520px;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	-webkit-background-clip: padding;
	-moz-background-clip: padding;     
	background-clip: padding-box;
	outline: none;
	-webkit-transition: background-color 1s linear;
	-moz-transition: background-color 1s linear;
	-o-transition: background-color 1s linear;
	-ms-transition: background-color 1s linear;
	transition: background-color 1s linear;	
}

.color-1 {
	background-color: #E7E2DE;
}

.step {	
	width: 1150px;
    height: 520px;
	display: block;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

.step:not(.active) {
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
}

.jms-content{
	position: relative;
	clear: both;
}

.step:not(.active) a.jms-link{
	opacity: 0;
	margin-top: 80px;
}

.jms-dots{
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0px;
	bottom: 100px;
	z-index: 2000;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.jms-dots span {
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #512B5E;
	margin: 3px;
	cursor: pointer;
	box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1) inset, 
		1px 1px 1px rgba(255,255,255,0.3);
}

.jms-dots span.jms-dots-current:after{
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}

.jms-arrows{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.jms-arrows span{
	position: absolute;
	top: 50%;
	margin-top: -35px;
	height: 40px;
	width: 40px;
	cursor: pointer;
	z-index: 2000;
}

.jms-arrows span.jms-arrows-prev{
	background: #512B5E url(img/arrow_left.png) no-repeat 50% 50%;
	left: -15px;
}

.jms-arrows span.jms-arrows-next{
	background: #512B5E url(img/arrow_right.png) no-repeat 50% 50%;
	right: -15px;
}

.jms-arrows span.jms-arrows-prev:hover {
	background: #3BDCC8 url(img/arrow_left.png) no-repeat 50% 50%;
	left: -15px;
}

.jms-arrows span.jms-arrows-next:hover{
	background: #3BDCC8 url(img/arrow_right.png) no-repeat 50% 50%;
	right: -15px;
}

/* Not supported style */
.jms-wrapper.not-supported{
	background-color: #00A79D;
}
.jms-wrapper.not-supported:after{
	padding: 0px 0px 0px 0px;
	text-align: center;
	display: block;
}
.jms-wrapper.not-supported .step{
	display: none;
	position: relative;
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
	margin: 0px auto;
}
.jms-wrapper.not-supported .step:first-of-type{
	display: block;
}
.jms-wrapper.not-supported .step:not(.active) a.jms-link{
	opacity: 1;
	margin-top: 0px;
}

	
.clear {
		clear: both;
	}
	

/* bullets home */

.caja {
	margin: 0px auto;
	width: 930px;
	max-width: 930px;
	min-width: 930px;
	position: relative;
	text-align: center;
}

.cajabullets {
	position: absolute;
	bottom: -30px;
	
}

.cajabullets>a {
	font-family: 'helveticaneue-thincond';
	font-size: 35px;
	color: #fff;
	line-height: 38px;
	margin-left: 10px;
	text-decoration: none;
	width: 300px;
	height: 160px;
	background-color: rgba(116, 85, 126, 0.9);
	float: left;
	text-align: center;
	list-style: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .4);
	text-shadow: 1px 2px rgba(0, 0, 0, .4);
	padding-top: 12px;
}

.cajabullets>a:hover {
	background-color: rgba(48, 218, 197, 0.9);
}



/* cuerpo home */

.cuerpo {
	width: 930px;
	max-width: 930px;
	min-width: 930px;
	margin: 0px auto;
}

.cuerpo>ul>li {
	width: 300px;
	float: left;
	list-style: none;
	alignment-baseline: top;
	padding: 70px 0px;
	margin-left: 10px;
}


.cuerpo>ul>li>a>img {
	margin-top: 18px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .4);
}

.cuerpo>ul>li:first-child {
	width: 280px;
	margin-right: 20px;
}

.texto {
	font-family: Arial;
	font-size: 13px;
	color: #333;
	padding-top: 5px;
	line-height: 20px;
}

.textoitalicbold {
	font-family: Arial;
	font-size: 13px;
	color: #333;
	padding-top: 8px;
	line-height: 20px;
	font-weight: 600;
	font-style: italic;
}

.textoverdebold {
	font-family: Arial;
	font-size: 13px;
	color: #20B5A3;
	padding-top: 8px;
	line-height: 20px;
	font-weight: 600;
}


.textoverde {
	font-family: Arial;
	font-size: 13px;
	color: #20B5A3;
	line-height: 20px;
}


/* titulos */ 

.titulo {
	font-family: 'helveticaneue-lightcond';
	font-size: 38px;
	color: #333;
	line-height: 38px;
	padding-bottom: 10px;
	padding-top: 8px;
}

.copete {
	font-family: 'helveticaneue-lightcond';
	font-size: 28px;
	color: #3BDCC8;
	line-height: 30px;
	padding-bottom: 10px;
	padding-top: 8px;
}


.copete-verde {
	font-family: 'helveticaneue-lightcond';
	font-size: 32px;
	color: #3BDCC8;
	line-height: 35px;
	padding-bottom: 10px;
	padding-top: 8px;
}


.copetevioleta {
	font-family: 'helveticaneue-lightcond';
	font-size: 25px;
	color: #512B5E;
	line-height: 30px;
	padding-top: 8px;
}

.copetegris {
	font-family: 'helveticaneue-lightcond';
	font-size: 26px;
	color: #333;
	line-height: 40px;
}

.copete-mail {
	font-family: 'helveticaneue-lightcond';
	font-size: 28px;
	color: #74557E;
	line-height: 30px;
	padding-bottom: 10px;
	padding-top: 8px;
	text-decoration: none;
}

.copete-mail:hover {
	color: #3BDCC8;
}


.copetegrande {
	font-family: 'helveticaneue-lightcond';
	font-size: 36px;
	color: #333;
	line-height: 34px;
	padding-bottom: 10px;
	padding-top: 8px;
	text-decoration: none;
}


/* quienes somos*/

.cuerpoquienes {
	width: 1150px;
	max-width: 1150px;
	min-width: 1150px;
	margin: 70px auto;
	padding-left: 100px;
}

.cuerpoquienes>ul>li {
	width: 480px;
	float: left;
	list-style: none;
	alignment-baseline: top;
	margin-right: 70px;

}

.cuerpoquienes>ul>li>img {
	float: left;
	margin-bottom: 30px;
}
	
	
.cuerpotexto {
	width: 1150px;
	max-width: 1150px;
	min-width: 1150px;
	margin: 0px auto;
}

.cuerpotexto>ul>li:first-child {
	width: 300px;
	margin-right: 30px;
	margin-left: 50px;
}

.cuerpotexto>ul>li {
	width: 700px;
	float: left;
	list-style: none;
	alignment-baseline: top;
	padding: 70px 0px;
	margin-left: 20px;
}

	
.infografia>ul>li {
	background-color: #3BDCC8;
	float: left;
	padding: 0px 21px;
	height: 40px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style: none;
	margin-right: 5px;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
}


.saliva {
	position: absolute;
	
}
.saliva>a {
	font-family: 'helveticaneue-thincond';
	font-size: 35px;
	color: #fff;
	line-height: 36px;
	margin-left: 10px;
	text-decoration: none;
	width: 300px;
	height: 152px;
	background-color: #30DAC5;
	float: left;
	text-align: center;
	list-style: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .4);
	text-shadow: 1px 2px rgba(0, 0, 0, .4);
	padding-top: 20px;
}

.saliva>a:hover{
	background-color: #20B5A3;
}


#up {
	border-radius: 5px;
	background-color: #30DAC5;
	width: 20px;
	height: 20px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.50);	
	text-align: center;
	line-height: 20px;
	cursor: pointer;
}

#up:hover {
	background-color: #20B5A3;
}


.premios {
	float: right;
	width: 170px;
}

/* sialoendoscopia */

.box>p {
	text-align: left;
}

.box>img {
	float: left;
	margin-right: 20px;

}

.box>iframe{
	float: left;
	margin-right: 20px;

}


#espacio {
	width: 20px;
	display: inline-block;
}

/* menu pie */

.menupie {
	text-align: center;
	min-width: 1150px;
	height: 28px;
	background-color: #512B5E;
}	

.menupie>ul {
	display: inline-block;
}

.menupie>ul>li {
	float: left;
	line-height: 28px;
}

.menupie li {
	list-style: none;
	font-size: 12px;
	}
	
.menupie>ul>li>a {
	display: inline-block;
	padding: 0px 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #512B5E;
	cursor: pointer;
}	

.menupie>ul>li>a:hover {
	background-color: #30DAC5;
	color: #333;
}

#activo {
	background-color: #30DAC5;
	color: #333;
}

.pie {
	text-align: center;
	min-width: 1150px;
	height: 180px;
	background-color: #30DAC5;
	
}

.pie>ul {
	display: inline-block;
}

.pie li {
	list-style: none;
	font-size: 12px;
	line-height: 28px;
	padding-top: 35px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	}

.pie li:first-child {
	width: 90px;
}

.pie li:last-child {
	width: 150px;
	line-height: 20px;
}

.boton {
	padding: 0px 18px;
	height: 22px;
	background-color: #20B5A3;
	display: inline-block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.40);
}

.boton:hover{
	background-color: #74557E;
}


.botonvioleta {
	padding: 0px 18px;
	height: 22px;
	background-color: #74557E;
	display: inline-block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.40);
	margin: 15px 0px;
}

.botonvioleta:hover{
	background-color: #20B5A3;
}


/* desplegable */

.desplegable>ul>li>a {
	width: 640px;
	padding: 10px 35px;
	display: block;
	background-color: #DED7D1;
	font-family: 'helveticaneue-lightcond';
	font-size: 17px;
	line-height: 18px;	
	text-align: left;
	cursor: pointer;
	margin-bottom: 1px;		
}		
	
.desplegable>ul>li>a:hover{
	background-color: #D2C9C1;
}	

.desplegable>ul>li>ul>li>ul {
	position: absolute;
	top: 0px;
	left: 100px;
	display: none;
}	

.desplegable>ul>li>ul>li {
	position: relative;		
}

.desplegable>ul>li>ul>li>p {
	width: 640px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	display: block;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	padding: 15px 35px;
	line-height: 17px;		
	color: #333;
	cursor: pointer;	
}

.desplegable>ul>li>ul>li>a:hover {
	background-color: #222;
}	

.desplegable li {
	list-style: none;
	width: 640px;
}

.desplegable>ul>li>ul {
	display: none;
}


.link {
	font-family: Arial;
	font-size: 13px;
	color: #74557E;
	padding-top: 5px;
	line-height: 20px;
	text-decoration: underline;
}

.link:hover {
	color: #30DAC5; 
}

 
/*fonts*/
	
@font-face {
    font-family: 'source_sans_proregular';
    src: url('fonts/sourcesanspro-regular-webfont.eot');
    src: url('fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneue-thincond';
    src: url('fonts/helveticaneue-thincond-webfont.eot');
    src: url('fonts/helveticaneue-thincond-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneue-thincond-webfont.woff2') format('woff2'),
         url('fonts/helveticaneue-thincond-webfont.woff') format('woff'),
         url('fonts/helveticaneue-thincond-webfont.ttf') format('truetype'),
         url('fonts/helveticaneue-thincond-webfont.svg#helvetica_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'helveticaneue-lightcond';
    src: url('fonts/helveticaneue-lightcond-webfont.eot');
    src: url('fonts/helveticaneue-lightcond-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneue-lightcond-webfont.woff2') format('woff2'),
         url('fonts/helveticaneue-lightcond-webfont.woff') format('woff'),
         url('fonts/helveticaneue-lightcond-webfont.ttf') format('truetype'),
         url('fonts/helveticaneue-lightcond-webfont.svg#helvetica_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
