/* Responsive Smartphone */
@media screen and (min-width: 0px) and (max-width: 959px) {

html {
	
	}
	
@font-face {
    font-family: 'sansationregular';
    src: url('fuentes/Sansation-Regular-webfont.eot');
    src: url('fuentes/Sansation-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/Sansation-Regular-webfont.woff') format('woff'),
         url('fuentes/Sansation-Regular-webfont.ttf') format('truetype'),
         url('fuentes/Sansation-Regular-webfont.svg#sansationregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
	
	
@font-face {
    font-family: 'sansation_lightlight';
    src: url('fuentes/Sansation-Light-webfont.eot');
    src: url('fuentes/Sansation-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/Sansation-Light-webfont.woff') format('woff'),
         url('fuentes/Sansation-Light-webfont.ttf') format('truetype'),
         url('fuentes/Sansation-Light-webfont.svg#sansation_lightlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sansationbold';
    src: url('fuentes/Sansation-Bold-webfont.eot');
    src: url('fuentes/Sansation-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/Sansation-Bold-webfont.woff') format('woff'),
         url('fuentes/Sansation-Bold-webfont.ttf') format('truetype'),
         url('fuentes/Sansation-Bold-webfont.svg#sansationbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
	
	
	
body {
	font-family: 'sansationregular';
	padding:0;
	margin:0;
	background-image:url(../imagenes/fondopreventivo-3.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	overflow-x:hidden;
	overflow-y:auto;
	}
	
.nocolor {
	background-image:none !important;
	}	
	
p{
	line-height:22px;
	font-size:16px;
	text-align:center;
	}
	
h1 {
	color:#081B2A;
	font-size:40px;
	}	

a {
	color:#FFF;
	border:none;
	text-decoration:none;
	}

a:hover {
	text-decoration:none;
	color:#061b2b
	}

.centrado {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	}
	
.logo{margin:30px auto 0px;}
nav, footer, header, dd, dl {
	display:block;
	}

header {
	width:100%;
	}	
	
nav {
	background-color:#768591;
	padding:0;
	margin:0;
	width:100%;
	}
	
nav ul {
	display:none;
	  float: left;
      list-style-type: none;
      padding: 0; 
      position: static; 
      left: 0%;
	 width:100%;
	}
nav ul li {
    float: left;
    position: static; 
    right: 0%;
	padding:5px;
	width:100%;
	text-align:center;
	}
	
footer {
	position:absolute;
	bottom:20px;
	right:20px;
	}	
	
#redes {
	position:static;
	width:100%;
	text-align:center;
	top:60px;
	right:20px;
	}	
	
#redes img {
	width:30px;
	height:auto;
	}		
#redes ul {
	padding:0px;
	}	
#redes ul li {
	padding:1px;
	display:inline;
	}	
	
/* Floats */
.flt_rgt {
	float:right;
	}

.flt_left {
	float:left;
	}
	
.cleaner{
	clear:both;
	}
	
/* Contenedores */

#contenedor_a {
	width:880px;
	padding:10px auto;
	margin:10px auto;
	}
	
#contenedor_d {
	width: 20.3%;
	padding:25px;
	margin:10px 50px;
	float:left;
	
	}

#contenedor_c {
	width: 91.3%;
	padding:25px;
	margin:10px;
	
	}
#contenedor_c p, #contenedor_c h1, #contenedor_c ul li {

	
	}
	
#contenedor_c ul {
	margin:0;
	padding:0;
	clear:both;
	
	}	
#contenedor_c ul li {
	list-style-type:none;
	padding:10px;
	float:left;
	background-color:ccd1d6;
	margin:3px;
	padding:30px 10px;
	min-width:337.5px;
	}
	
#contenedor_c ul li h3{
	margin:0 0 5px 0 !important;
	padding:0 0 12px 0 !important;
	border-bottom: 1px dotted #768591;
	}
	
#contenedor_c ul li:nth-child(4n+3) {
	background-color:#C0C7CD !important;
	
	}
#contenedor_c ul li:nth-child(4n+2) {
	background-color:#C0C7CD!important;
	
	}
	
#contenedor_c ul li:last-child {
	width:200px !important;
	}
	
	
#contenedor_c h1 {
	font-size:30px;
	margin:10px 10px 10px 0px;
	padding:10px 10px 10px 0px;
	}
	
#contenedor_e  {
	float:left;
	}
	
/* F Container */
	
#contenedor_f {
	clear:left;
	margin:40px auto;
	padding-top:10px;
	max-width:900px;
	width:90%;
	min-height:800px;
	text-align:center;
	  
}

#contenedor_f ul {
	margin:0;
	padding:0;
	clear:both;
	
	}	
#contenedor_f ul li {
	list-style-type:none;
	padding:10px;
	float:left;
	background-color:ccd1d6;
	margin:3px;
	padding:20px 2%;
	width:96%;
	min-width:0px;
	}
	
#contenedor_f ul li h3{
	margin:0 0 5px 0 !important;
	padding:0 0 12px 0 !important;
	border-bottom: 1px dotted #768591;
	}
	
#contenedor_f ul li:nth-child(4n+3) {
	background-color:#fff !important;
	
	}
#contenedor_f ul li:nth-child(4n+2),#contenedor_f ul li:nth-child(4n+4) {
	background-color:#C0C7CD!important;
	
	}
	
#contenedor_f ul li:last-child {
	width:96% !important;
	}
	
	
#contenedor_f h1 {
	font-size:30px;
	margin:10px 10px 10px 0px;
	padding:10px 10px 10px 0px;
	}


/* G Container */

#contenedor_g {

	margin:0;
	padding:0;
	padding-top:20px;
	width:100%;
	min-height:0px;
	clear:left;
	  
}


/* Forma de Contacto */

label {
display:block;
margin-top:20px;
letter-spacing:1px;
color: #FFF;
}
.formulario {
display:block;
margin:0 auto;
width:510px;
color: #666666;
font-family: 'Roboto', sans-serif;
}
form {
margin:0 auto;
width:96%;
margin-left:2%;
float:left;
}





#submit {
 background-color: #768591;
    border: medium none;
    color: #fff;
    cursor: pointer;
    float: none;
    font-size: 15px;
    position: static;
    right: -17px;
    width: 120px;
    margin:20px auto;
    clear:left;
    display:block;
}

#contactanos p {
	color: #FFF !important;
	
	}
	
#contactanos h1 {
	color: #768591 !important;
	text-align:center !important;
	text-transform:uppercase !important;
	}	
	
form ul {
	margin:0;
	padding:0;
	width: 100%;
	float:left;
	}

form ul li {
	display:block;
	float:left;
	width:100%;
	}


#artext {
	width:100%;
	float:left;
	padding:0px;
	}

input {
	display:block;
	width: 100%;
	padding:10px 0px;
	margin: 0px;
	margin-bottom:5px;
	text-align:center;
font-family: 'Roboto', sans-serif;
font-size:15px;
	}
textarea {
height:150px;
text-align:center;
width:90%;
font-family: 'Roboto', sans-serif;
font-size:15px;
 margin: 5px 0px;
    padding: 5%;
}
	
/* Slideshow */

#slideshow { 
    
}

#slideshow > div { 
    position: absolute; 
   top:190px;
}


.seleccionado {
	font-weight:bold !important;
	}
	
.seleccionado a, .seleccionado a:hover {
	color:#4f5960 !important;
	}

/* Acordión CSS */
.accordion.acorde {
    -webkit-box-shadow: 0px 75px 35px -55px rgba(10, 30, 65, 0.6);
    -moz-box-shadow: 0px 75px 35px -55px rgba(10, 30, 65, 0.6);
    box-shadow: 0px 75px 35px -55px rgba(10, 30, 65, 0.6);
    font-family: Arial, Helvetica, sans-serif;
    border-color: #626f7a;
    border-style: solid;
    border-width: 0px;
    border-radius: 0px;
    margin: 130px auto;
    height: 620px;
    width: 923px;
    display:none;
}

.accordion.acorde > ul > li,
.acorde .accordion-title,
.acorde .accordion-content,
.acorde .accordion-separator {
    float: left;
}

.accordion.acorde > ul > li {
    background-color:transparent;
    margin-right: -800px;
    margin-bottom: -0px;
}

.acorde .accordion-select:checked ~ .accordion-separator {
    margin-right: 800px;
    margin-bottom: 0px;
}

.acorde .accordion-title,
.acorde .accordion-select  {
    background-color: #768591;
    color: #ffffff;
    width: 60px;
    height: 620px;
    font-size: 15px;
}

.acorde .accordion-title span {
    margin-bottom: 40px; 
    margin-left: 20px;
	text-align:right;
}

.acorde .accordion-title span img {
    position:relative;
	top:5px;
}

.acorde .accordion-select:hover ~ .accordion-title,
.acorde .accordion-select:checked ~ .accordion-title {
    background-color: #061b2b;
}

.acorde .accordion-title span  {	
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-writing-mode: lr-bt;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    margin-left: 0px;
    line-height: 40px;
}

.acorde .accordion-content {
    background-color: #ffffff;
    color: #768591;
    height: 620px;
    width: 736px;
    padding: 32px;
}

.acorde .accordion-title,
.acorde .accordion-select:checked ~ .accordion-content {
    margin-right: 1px;
    margin-bottom: 1px;
}

/* Do not change following properties, they aren't 
generated automatically and are common for each slider. */
.accordion {
    overflow: hidden;
}

.accordion > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 101%;
}

.accordion > ul > li,
.accordion-title {
    position: relative;
}

.accordion-select {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 1;
}

.accordion-title span {
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    white-space: nowrap;
}

.accordion-content {
    position: relative;
    overflow: auto;
}

.accordion-separator {
    transition: margin 0.3s ease 0.1s;
    -o-transition: margin 0.3s ease 0.1s;
    -moz-transition: margin 0.3s ease 0.1s;
    -webkit-transition: margin 0.3s ease 0.1s;
}
.inicio_responsive{display:block;}
.slider{
	margin: 0px auto 50px;
	height: 480px;
	width: 100%;
	overflow: hidden;
	clear: left;
	border-top: 20px solid #FFF;
}
.slider img{ max-height:300px;}
.slider a.nivo-prevNav,.slider a.nivo-nextNav{ top:40%;}


.drop_combo{
	display:block;
	width:100%;
	max-width:960px;
	height:40px;
	background:none;
	border:none 0px;
	color:#fff;
	background-color:#768591;
}
}