html, body {
	margin: 0;
	padding: 0;
}

body * {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
}

a:link {text-decoration: none;color: #00548E;}
a:visited {text-decoration: none;color: #00548E;}
a:active {text-decoration: none}
a:hover {text-decoration: none;color: #0EA4CE;}

ol, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

:focus {
	outline:0;
}

#wrapper .minInterface {
	min-width: 980px;
	max-width: 1920px;
	width: 80%;
	margin: 0 auto;
}

#wrapper {
	min-width: 980px;
}

/* HEADER */
#header {
	position: relative;
	z-index: 2;
}


#header ul li {
	display: inline-block;
}

#header .contactPhones {
	height: 34px;
	background-color: #424242;
}

#header .contactPhones ul {
	padding: 0;
	float: left;
	width: 75%;
}

#header .contactPhones form {
	float: left;
	width: 22%;
	background-color: #DFF6FD;
	height: 32px;
	margin-top: 1px;
	moz-box-shadow: inset 0px -1px 5px #a2b2b8;
	-webkit-box-shadow: inset 0px -1px 5px #a2b2b8;
	box-shadow: inset 0px -1px 5px #a2b2b8;
}

#header .contactPhones form > div {
	height: 100%;
}

#header .contactPhones #search_query {
	background: transparent;
	border: none;
	height: 32px;
	width: 84%;
	font-size: 14px;
	font-family: 'MuseoSans500';
	padding-left: 10px;
	line-height: 28px;
}

#header .contactPhones .glass {
	background: url("../img/sprite.png") no-repeat scroll -8px -290px transparent;
	border: none;
	float: right;
	margin-right: 12px;
	margin-top: 7px;
	text-indent: -9999px;
	width: 18px;
}

#header .contactPhones li {
	color: #C1C1C1;
	font-family: 'MuseoSans500';
	font-size: 0.8em;
	border-right: 2px solid #C1C1C1;
	margin-top: 10px;
	padding: 0 1.3%;
}

#header li:first-child {
	padding-left: 0;
}

#header li:last-child {
	border-right: none;
}


#header .logo {
	float: left;
	width: 227px;
	height: 26px;
	margin: 17px 0 0;
	background: url("../img/sprite.png") no-repeat scroll -7px -3px transparent;
}

#header .logo a {
	text-indent: -9999px;
	display: block;
}

#header .navigation {
	height: 61px;
	overflow: hidden;
	background: url("../img/headerBackground.png") repeat-x transparent bottom center;
}

#header .navigation ul {
	float: right;
	height: 44px;
	margin: 15px 15px 0 0;
}

#header .navigation li {
	line-height: 28px;
	font-family: 'MuseoSans500';
	font-size: 15px;
}

#header .navigation li a {
	color: #00548E;
	padding: 8px 22px;
	border-right: 1px solid #E5E6E7;
}

#header .navigation li a:hover {
	color: #0EA4CE;
}

/* END HEADER */

/* CONTENT */
#content .slider {
	height: 280px;
	margin-top: -4px;
	position: relative;
	background: url(../img/osde_404.png) no-repeat center;
}

#content .sliderInternal {
	height: 238px;
	margin-top: -4px;
	position: relative;
}

#content .sliderInternal .images {
	position: absolute;
	height: inherit;
	width: 100%;
}

#content .slider .images {
	position: absolute;
	height: inherit;
	width: 100%;;
}

#content .sliderInternal .internalImage {
	background-image: url("../data/imgs/neo3.jpg"); 
	background-color: transparent; 
	background-position: 50% 0%; 
	background-repeat: no-repeat;
	opacity: 1!important;
	height: 100%;
}

#content .sliderInternal .internalImage .textInternal {
	background-image: url("../data/imgs/neo-txt-interna.png"); 
	background-repeat: no-repeat;
	background-color: transparent; 
	float: left;
	width: 317px;
	height: 84px;
	margin-top: 80px;
}

#content .slider .images > div {
	position: absolute;
	height: inherit;
	width: inherit;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.8s ease;
	-moz-transition: opacity 0.8s ease;
	-o-transition: opacity 0.8s ease;
	transition: opacity 0.8s ease;
}



#content .slider .images > div.showing {
	opacity: 1;
	z-index: 1;
}


#content .slider .navSlider {
	position: absolute;
	bottom: 0;
	height: 30px;
	z-index: 2;
	left: 12%;
	margin-left: -2%;
}

#content .slider .navSlider .item {
	margin: 0 2px;
	height: 13px;
	width: 13px;
	cursor: pointer;
	display: inline-block;
	background: url("../img/sprite.png") no-repeat -7px -39px transparent;
}

#content .slider .navSlider .item.active {
	background: url("../img/sprite.png") no-repeat -22px -39px transparent;
}


#content .slider .information {
	position: relative;
	float: right;
	height: 180px;
	width: 34%;
	background: url("../img/sprite.png") no-repeat scroll -3px -80px transparent;
	margin-top: 100px;
	font-family: 'MuseoSans300';
	z-index: 2;
	max-width: 540px;
}

#content .slider .information h2 {
	margin: 15px 34px;
	font-size: 28px;
	color: #0EA4CE;
}

#content .slider .information ul {
	margin: 5px 40px;
	font-size: 18px;
	color: #01548D;
}

#content .slider .information ul li {
	margin-top: 10px;
}

#content .slider .information ul li a {
	background: url("../img/sprite.png") no-repeat -575px -498px;
	padding-left: 18px;
}

#content .slider .images .button {
	margin-top: 270px;
	background: url("../img/bg_button_right.png") no-repeat scroll right center #02548E;
	position: absolute;
	margin-bottom: 0;
	cursor: pointer;
}

#content .slider .images .button a {
	font-family: 'MuseoSans300';
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 6px 30px 4px 10px;
	display: block;
}

#content .slider .images .button:hover {
	background-color: #0f97be;
}

#content .innerContent {
	height: 320px;
	background-color: #f4f4f4;
}

#content .innerContent .columns {
	width: 50%;
	float: left;
	padding: 30px 0;
}

#content .innerContent .columns p,
#content .innerContent .columns h2 {
	margin: 0 10px;
}

#content .innerContent .columns:first-child *{
	margin-left: 0;
}

#content .innerContent .columns:last-child *{
	margin-right: 0;
}

#content .innerContent .columns p:first-child {
	margin-top: 6px;
}

#content .innerContent .columns:first-child p {
	margin-top: 15px;
}


#content .innerContent  h2 {
	color: #0EA4CE;
	font-family: 'MuseoSans300';
	font-size: 20px;
}
#content .innerContent  p {
	font-family: 'MuseoSans300';
	color: #7A7A7A;
}

#content > .buttons > ul {
	height: 207px;
	margin-top: -20px;
	overflow: hidden;
}

#content > .buttons > ul > li {
	float: left;
	height: 207px;
	font-size: 2em;
	color: #f8f8f8;
	margin-top: 20px;
}


#content .buttons > ul > li:nth-child(1){

	width: 35%;
}

#content .buttons > ul > li:nth-child(2){
	
	text-align: center;
	width: 30%;
}

#content .buttons > ul > li:nth-child(3){

	text-align: left;
	width: 35%;
}

#content .buttons ul li:nth-child(1) a{
	background-color: #0EA4CE;
}

#content .buttons ul li:nth-child(2) a{
	background-color: #c3c3c3;
}

#content .buttons ul li:nth-child(3) ul{
	background-color: #054274;
	padding: 0;
}

#content .buttons ul li a {
	position: relative;
	display: block;
	padding-top: 60px;
	height: 100%;
	color: #054274;
	font-family: 'MuseoSans300';
}

#content .buttons ul li .blanc {
	color: #fff;
	}

#content .buttons ul li a span {
	display: block;
}

#content .buttons ul li:nth-child(1) a span {
	float: right;
	width: 160px;
	margin-right: 40px;
}

#content .buttons ul li:nth-child(2) a span {
	margin: 0 auto;
	width: 140px;
	text-align: left;
}

#content > .buttons > ul > li {
	-webkit-transition: margin-top 0.2s ease;
	-moz-transition: margin-top 0.2s ease;
	-o-transition: margin-top 0.2s ease;
	transition: margin-top 0.2s ease;
}

#content .buttons li.active {
	margin-top: 0;
}

#content .buttons li.active a {
	z-index: 1;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 12px 5px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 18px 10px 2px;
}

#content .buttons li.IEactive a {
	z-index: 1;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 18px 10px 2px;
	behavior: url("../js/PIE.htc");
}

#content .buttons .emergencyPhones li {
	width: 100%;
	font-size: 15px;
	border-bottom: 1px solid #356389;
	padding: 8px 45px;
}

#content .buttons .emergencyPhones li p {
	margin: 0;
}

#content .buttons .emergencyPhones li h2{
	font-family: 'MuseoSans300';
	font-size: 24px;
	font-weight: normal;
}

#content .buttons .emergencyPhones li p:last-child {
	font-family: 'MuseoSans700';
	font-size: 12px;
	text-transform: uppercase;
}

#content .buttons .emergencyPhones li:nth-child(1) p:last-child {
	letter-spacing: 11px;
}

#content .buttons .emergencyPhones li:nth-child(2) p:last-child {
	letter-spacing: 5px;
}

#content .buttons .emergencyPhones li:nth-child(3) p:last-child {
	letter-spacing: 1px;
	width: 165px;
	text-align: center;
}

#content .buttons .emergencyPhones li:nth-child(2) h2 {
	letter-spacing: 1px;
}

#content .buttons .emergencyPhones li:last-child {
	border: 0;
}


/**/
#content > .buttonsInternal > ul {
	height: 130px;
	margin-top: -20px;
	overflow: hidden;
	width: 100%;
}

#content > .buttonsInternal > ul > li {
	-webkit-transition: margin-top 0.2s ease;
	-moz-transition: margin-top 0.2s ease;
	-o-transition: margin-top 0.2s ease;
	transition: margin-top 0.2s ease;
}

#content > .buttonsInternal > ul > li {
	float: left;
	height: 100%;
	font-size: 2em;
	color: #f8f8f8;
	margin-top: 20px;
}

#content .buttonsInternal > ul > li:nth-child(1) {
	width: 35%;
}

#content .buttonsInternal > ul > li:nth-child(2) {
	text-align: center;
	width: 30%;
}

#content .buttonsInternal > ul > li:nth-child(3) {
	text-align: left;
	width: 35%;
}

#content .buttonsInternal ul li:nth-child(1) a {
	background-color: #9eae00;
}
#content .buttonsInternal ul li a {
	position: relative;
	display: block;
	padding-top: 44px;
	height: 100%;
	color: #fff;
	font-family: 'MuseoSans300';
	font-size: 22px;
}

#content .buttonsInternal ul li:nth-child(1) a {
	text-align: right;
	padding-right: 50px;
}

#content .buttonsInternal ul li:nth-child(2) a {
	background-color: #aaaaaa;
}

#content .buttonsInternal ul li:nth-child(3) a {
	background-color: #3e887b;
	padding-left: 50px;
}

#content .buttonsInternal li.active a {
	z-index: 1;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 12px 5px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 18px 10px 2px;
}

#content .buttonsInternal li.active {
	margin-top: 0;
}

#content .breadcrumb {
	position: absolute;
	z-index: 2;
	padding: 6px 0;
}

#content .breadcrumb a {
	color: #AAA9A9;
	font-family: arial;
	font-size: 11px;
	font-weight: 700;
}



/* END CONTENT */

/* FOOTER */

#footer {
	position: relative;
	z-index: 2;
	padding: 20px 0;
	overflow: hidden;
	background-color: #fff;
}


#footer .col {
	overflow: hidden;
	width: 33.33%;
	float: left;
	padding-left: 12%;
	height: 65px;
}

#footer .col li {
	display: block;
	width: 100%;
	height: 16px;
}

#footer .col li a {
	font-size: 11px;
	padding-left: 15px;
}

#footer .subfooter {
	margin-top: 84px;
	text-align: center;
}

#footer .subfooter li {
	display: inline;
	font-size: 9px;
}

#footer .subfooter li:not(:last-child):after {
	content: "-";
	margin-left: 3px;
	margin-right: -2px;
	color: #7A7A7A;
}

#footer .subfooter li a {
	color: #7A7A7A;
	text-decoration: underline;
}

#footer .subfooter li a:hover {
	color: #0EA4CE;
}

#footer .copyright {
	text-align: center;
	margin-top: -7px;
}

#footer .copyright li {
	display: inline;
	font-size: 9px;
	color: #7A7A7A;
}

#footer .copyright li:not(:last-child):after {
	content: "-";
	margin-left: 3px;
	margin-right: -2px;
	color: #7A7A7A;
}

#footer .subcopyright  {
	text-align: center;
	margin-top: -6px;
}

#footer .subcopyright li {
	display: inline;
	font-size: 9px;
	color: #7A7A7A;
}
#footer .subcopyright li:after {
	content: "-";
	margin-left: 3px;
	margin-right: -2px;
	color: #7A7A7A;
}

#footer .logotipos {
	width: 20%;
	margin: 0 auto;
	margin-top: 5px;
}

#footer .logotipos li {
	width: 50%;
	float: left;
}

#footer .logotipos li img {
	display: block;
	margin: 0 auto;
	opacity: 0.4;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

#footer .logotipos li img:hover {
	opacity: 1;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer ul:nth-child(1):not(.subfooter) li a {
	color: #0EA4CE;
	background: url("../img/sprite.png") no-repeat scroll -570px -696px transparent
}

#footer ul:nth-child(2) li a {
	font-weight: bold;
	color: #424242;
	background: url("../img/sprite.png") no-repeat scroll -572px -1014px transparent
}

#footer ul:nth-child(3) li a {
	color: #424242;
	background: url("../img/sprite.png") no-repeat scroll -572px -1014px transparent
}

#footer .lineShadow {
	background: url("../img/white-bg-footer.png") bottom repeat-x;
	float: left;
	height: 10px;
	width: 100%;
	margin-top: 10px;
}


/* END FOOTER */

@font-face {
    font-family: 'MuseoSans700';
    src: url('fonts/museosans_0-webfont.eot');
    src: url('fonts/museosans_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museosans_0-webfont.woff') format('woff'),
         url('fonts/museosans_0-webfont.ttf') format('truetype'),
         url('fonts/museosans_0-webfont.svg#MuseoSans700') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'MuseoSans500';
	src: url('fonts/museosans-webfont.eot');
	src: url('fonts/museosans-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/museosans-webfont.woff') format('woff'),
		 url('fonts/museosans-webfont.ttf') format('truetype'),
		 url('fonts/museosans-webfont.svg#MuseoSans500') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'MuseoSans300';
    src: url('fonts/museosans-300-webfont.eot');
    src: url('fonts/museosans-300-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museosans-300-webfont.woff') format('woff'),
         url('fonts/museosans-300-webfont.ttf') format('truetype'),
         url('fonts/museosans-300-webfont.svg#MuseoSans300') format('svg');
    font-weight: normal;
    font-style: normal;

}

.textoInterno {
	width: 80%;
	margin: 0 auto;
	padding-top: 25px;
	}

.textoInterno h1 {
	color: #054274;
	font-family: 'MuseoSans300';
	width: 42%;
	font-size: 30px;
	font-weight: 200;
	}

.textoInterno p {
	width: 40%;
	font-size: 15px;
	}

.riesgoDeVida {
	color: #D74D0C;
	}

.urgencias {
	color: #9DAE00;
	}

.border-cookie {
	border-bottom: 1px solid #ebebeb; padding: 3px 0 5px 0; width: 160px;
	background: url("../img/arrow.png") no-repeat left;
	padding-left: 15px;
	}

.no-border {
	border-bottom: 0px!important;
	}

.content-cookie {
	float: left;
	padding-right: 20px;
	margin-top: -20px;
	}

.content-cookie a {
	font-size: 15px;
	}

.clear {
	clear: both;
	}
