@charset "UTF-8";
/* CSS Document */


/*PAGE LAYOUT*/



html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

    nav ul {
        list-style: none;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, select {
    vertical-align: middle;
}

input::-webkit-input-placeholder {color: #FFF;}
input::-moz-placeholder {color: #FFF;}

textarea::-webkit-input-placeholder {color: #FFF;}
textarea::-moz-placeholder {color: #FFF;}

input[type="text"], input[type="text"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea{
    background: #41c3d4;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-family: 'Dosis', sans-serif;
    border: none; 
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    box-shadow: none;
    margin-bottom: 10px !important;
  }
input[type="text"]:focus, input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"]:focus, input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea:focus{
    background: #383838;
    box-shadow: none;
}


em {
    font-style: normal;
    color: #FFF;
}

h1 span, h2 span {
    display: none;
}


body {
    height: 100%;
    width: 100%;min-width:1010px;
    background-color: #fff;
    position: relative;
    overflow: auto;
    font-size: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Dosis', sans-serif;
}

#wrapped_all {
    width: 100%;
    height: 100%;
}

section.top {
    width: 100%;
    height: 130px;
	background:url(img/bg_top.jpg) no-repeat 0 0;
	background-color:#e7eff3;
}

section.middle {
	width: 100%;
    height: 625px;
	background:url(img/medico.jpg) no-repeat 0 0;
	background-position:center;
}

.container_middle {
	width:970px;
	height:100%;
	margin: 0 auto;
}

.container_middle h1 {
        font-size: 26px;
        font-weight: 300;
		width:600px;
		height:47px;
        color: #ffffff;
        margin-top: 70px;
		background-color:#3cbecc;
        float: left;
		padding:10px 0 0 15px;
		background-color:rgba(60, 190, 204, 0.8);
}

.container_middle h2 {
        font-size: 26px;
        font-weight:300;
		width:550px;
		height:47px;
        color: #ffffff;
        margin-top:10px;
		background-color:#3cbecc;
        float: left;
		padding:10px 0 0 15px;
		background-color:rgba(60, 190, 204, 0.8);
}

.container_middle h3 {
        font-size: 27px;
		line-height:31px;
        font-weight: 300;
		margin-top:25px;
		width:500px;
        color: #000000;
		float:left;
}


section.middle2 {
	width: 100%;
    height: 400px;
	background:url(img/enfermera.jpg) no-repeat 0 0;
	background-position:center;
}

.container_middle2 {
	width:970px;
	height:100%;
	margin: 0 auto;
}

.container_middle2 h1 {
        font-size: 25px;
        font-weight:100;
		line-height:30px;
		width:550px;
		height:47px;
		margin-left:440px;
		color:#666;
        margin-top:30px;
        float: left;
}

.container_middle2 .logo{
		width:550px;
		height:47px;
        color: #ffffff;
        margin-top:35px;
		margin-left:440px;
        float: left;
		background:url(img/logo_mid.png) no-repeat 0 0;
}


.con_3 {
	width:900px;
	float:left;
}



section.info {
	width: 100%;
    height: 700px;
	background-color:#6d6e71;
}

.container_info {
	width:1010px;
	height:100%;
	margin: 0 auto;
}

.info_img {
	width:365px;
	height:500px;
	margin-top:115px;
	margin-right:85px;
	float:left;
}

.tit_info h1 {
        font-size: 44px;
        font-weight: 400;
		width:1010px;
        color: #3ec3d2;
        margin-top: 50px;
		margin-bottom:60px;
        float: left;
		text-align:center;
}

.tit2_info h1 {
        font-size: 44px;
        font-weight: 400;
		width:1010px;
        color: #fff;
        margin-top: 50px;
		margin-bottom:60px;
        float: left;
		text-align:center;
}

.container_info_box {
		width:1010px;
		float:left;
}

article.box {
		width:270px;
		height:170px;
		float:left;
		margin-right:65px;
}

article.box .caja_1 {
        width:80px;
		height:170px;
		margin-right:15px;
		float:left;
}

article.box .caja_2 {
        width:170px;
		height:170px;
		float:left;
}

article.box .caja_2 h1 {
		font-size:24px;
		font-weight:100;
		line-height:27px;
		color:#3ec3d2;
		float:left;
}

article.box .caja_2 h2 {
		font-size:19px;
		font-weight:100;
		line-height:24px;
		color:#999;
		float:left;
}


.container_info h3 {
        font-size: 18px;
		line-height:24px;
        font-weight: 300;
		margin-top:45px;
		width:500px;
        color: #000000;
		float:left;
}

.container_info h4 {
        font-size: 15px;
		line-height:24px;
        font-weight: 300;
		margin-top:35px;
		width:500px;
        color: #000000;
		float:left;
}

section.beneficios {
	width: 100%;
    height: 588px;
	background:url(img/bg_beneficios.jpg) no-repeat 0 0;
	background-position:center;
	
}

.container_beneficios {
	width:1010px;
	height:100%;
	margin: 0 auto;
}

.box_beneficios {
		width:1010px;
		float:left;
}


article.box_bene {
		width:300px;
		float:left;
		margin-right:35px;
}

article.box_bene h1 {
		font-size:25px;
		font-weight:100;
		line-height:27px;
		color:#3ec3d2;
}

article.box_bene h2 {
		font-size:19px;
		font-weight:100;
		line-height:24px;
		color:#CCC;
}

article.box_bene h3 {
		font-size:19px;
		font-weight:100;
		line-height:27px;
		color:#3ec3d2;
}

article.linea_beneficio {
	width:1010px;
	margin-top:70px;
	float:left;
}

article.linea_beneficio h1{
	color:#CCC;
	font-size:25px;
	font-weight:100;
	float:left;
}

article.beneficio h2{
	width:80px;;
	float:left;
	margin-left:10px;
}


section.integracion {
	width: 100%;
    height: 725px;
	background-color:#fff;
}

.container_integracion {
	width:1010px;
	height:100%;
	margin: 0 auto;
}


.box_integracion {
	width:1010px;
	float:left
}

article.integr {
	width:160px;
	height:140px;
	float:left;
	color:#3ec3d2;
	text-align:center;
	font-size:21px;
	font-weight:100;
	margin-left:5px;
}

article.txt_integr {
	width:1010px;
	font-size:30px;
	font-weight:300;
	margin-top:20px;
	color:#666;
	float:left;
	text-align:center;
}


section.acces {
	width: 100%;
    height: 700px;
	background-color:#41c3d4;
}

.container_acces {
	width:1010px;
	height:100%;
	margin: 0 auto;
}

.box_accesibilidad {
	width:1010px;
	float:left
}

article.accesibilidad_1 {
	width: 650px;
	float:left;
}

article.accesibilidad_2 {
	width: 320px;
	font-size:25px;
	font-weight:100;
	color:#FFF;
	float:left;
}


section.work {
	width: 100%;
	height: 330px;
	background-image: url(img/work.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
}

.container_work {
	width:1010px;
	height:100%;
	margin: 0 auto;
}

.box_work {
	width:1010px;
	float:left
}

article.working{
	width: 550px;
	float:left;
	margin-top:40px;
}

article.working h1{
	font-size:44px;
	color:#FFF;
	font-weight:100;
	line-height:64px;
}

article.working h2{
	font-size:25px;
	color:#FFF;
	font-weight:100;
	line-height:30px;
}
	

section.contacto {
	width:100%;
    height:600px;
}

.container_contact {
	width:1010px;
	height:100%;
	margin: 0 auto;
}

.box_contact {
	width:1010px;
	float:left
}



article.contacto1 {
	width:500px;
	height:100%;
	float:left;
}

article.contacto1 h1 {
        font-size: 62px;
        font-weight: 300;
		width:480px;
        color: #383838;
        float: left;
}

article.contacto1 h2 {
        font-size: 62px;
        font-weight: 300;
		width:480px;
        color: #383838;
		float:left;
}

article.contacto1 h3 {
        font-size: 18px;
        font-weight: 300;
		margin-top:45px;
		width:480px;
        color: #383838;
		float:left;
}


article.contacto2 {
	width:450px;
	float:left;
}

.caja_form {
	width:405px;
	height:40px;
	margin-bottom:10px;
}

.caja_form2 {
	width:405px;
	height:160px;
	margin-bottom:10px;
}

.form { 
	width:450px; 
	height:40px; 
	float:left;
	font-size:16px;
	font-weight:100;
	border:none;
	background-color:#41c3d4;
	padding-left:20px;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
	color:#FFF;
}

.form2 { 
	width:450px; 
	height:160px; 
	float:left;
	font-size:16px;
	font-weight:100;
	border:none;
	background-color:#41c3d4;
	padding-left:20px;
	padding-top:10px;
	margin-bottom:15px;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
	color:#FFF;
}

.btn.enviar {
        width: 200px;
        height: 32px;
        background-color: #383838;
		font-size:16px;
		border:none;
		margin-top:25px;
        display: block;
        color: #fff;
        float: left;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
		font-family: 'Roboto', sans-serif;
		font-weight:300;
}


.btn.enviar:hover {
	text-decoration:none;
	background-color:#999; !important;
	color:#fff;
}
	

.ico {
		width:400px;
		height:42px;
        font-size: 18px;
        font-weight: 300;
        color: #383838;
		float:left;
		padding-left:50px;
		padding-top:8px;
}

.ico a {
        color: #383838;
		text-decoration:underline;
}


.ico a:hover{
	color:#666;
}

.ico.tel {
		background:url(img/ico_tel.png) no-repeat 0 0;
}

.ico.mail {
		background:url(img/ico_mail.png) no-repeat 0 0;
}

.ico.dir {
		background:url(img_/ico_dir.png) no-repeat 0 0;
}



.container_top {
    padding: 0;
    width: 970px;
    margin: 0 auto;
}

.top {
    padding: 0;
    width: 970px;
    margin: 0 auto;
}


.top h1 {
        font-size: 42px;
        font-weight: 700;
        color: #d0cf14;
        margin-top: 24px;
		margin-right:250px;
        float: left;
}

.top h2 {
        font-size: 12px;
        font-weight: 300;
		padding-left:150px;
        color: #FFF;
        margin-top: 45px;
		float:left;
}


.btn {
    float: left;
	text-align:center;
	font-weight:700;
}

.btn.contacto a {
        width: 200px;
        height: 32px;
        background-color: #3ec3d2;
		margin-top:45px;
		padding-top:8px;
        display: block;
        font-size: 20px;
        color: #fff;
        float: left;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
		font-weight:200;
}

.btn.contacto a:hover {
            background-color: #666;
}


.btn.solicitud a {
        width: 335px;
        height: 45px;
        background-color: #fff;
		margin-top:45px;
		padding-top:15px;
        display: block;
        font-size: 28px;
        color: #3ec3d2;
        float: left;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
		font-weight:200;
}

.btn.solicitud a:hover {
	background-color:#000;
}



.btn.consulta a {
        width: 300px;
        height: 45px;
        background-color: #d0cf14;
		margin-top:25px;
		padding-top:12px;
        display: block;
        font-size: 30px;
        color: #fff;
        float: left;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
}

.btn.consulta a:hover {
            background-color: #666;
}



footer {
	background-color: #3ec3d2;
	height: 500px;
	width: 100%;
	overflow: auto;
	float: left;
}

.footer {
    padding: 0;
    width: 1010px;
    margin: 0 auto;
}

.box_footer {
	width: 1010px;
	float: left;
	height: 400px;
}

.footer_1 {
        margin-top: 50px;
        float: left;
		margin-right:180px;
}

.footer2_box {
	width: 500px;
	float: left;
}

.footer_2 {
		width:500px;
        margin-top: 50px;
		margin-bottom:40px;
        float: left;
		font-size:32px;
		font-weight:100;
		color:#FFF;
}

.foot_logo {
	width:230px;
	float:left;
	margin-bottom: 10px;
}


#result {
	float:left;
	font-size:18px;
	color:#333;
	margin-top:15px;
}

.fecha {
	width:200px;
	height:50px;
	margin-top:55px;
	float:left;
	color:#999;
}



	
