@charset "utf-8";
body {
	background: #0a50a0; /* for non-css3 browsers */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a50a0', endColorstr='#ffffff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#0a50a0), to(#ffffff)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #0a50a0, #ffffff); /* for firefox 3.6+ */
	background-repeat: no-repeat;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
}
strong {
	font-weight: 700;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#header {
	height: 100px;
	background-image: url(../images/header-bkg2.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#header h1 a {
	text-indent: -999em;
	background-image: url(../images/klynos-logo-header.png);
	background-repeat: no-repeat;
	display: block;
	height: 105px;
	width: 204px;
	position: relative;
	z-index: 200;
	top: 20px;
	left: 40px;
}
#header h2 {
	display: inline;
	left: 260px;
	position: relative;
	top: -30px;
	z-index: 200;
}
#main-container {
	padding-left: 200px;
	padding-right: 200px;
}
#main-container .column {
	position: relative;
	float: left;
}
#main-container .column .padding {
	padding: 16px;
}
#center {
	width: 100%;
}
#center p {
	margin-bottom: 20px;
	line-height: 1.4em;
}
#center ul {padding-left: 14px;}
#center li {
	line-height: 1.4em;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 10px;
}
#center li li {
	line-height: 1.4em;
	list-style-position: outside;
	list-style-type: circle;
	margin-bottom: 5px;
	margin-top: 5px;
}
#center h3 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
#center h3, #left h3, #right h3 {
	background-color: #003264;
	color: #FFFFFF;
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: center;
}
#center h4 {
	font-size: 1.6em;
	color: #003264;
	margin-bottom: 20px;
}
#center h6 {
	font-size: 1.2em;
	color: #333333;
	margin-bottom: 10px;
}
#center #servicios { padding-left: 0px;}
#center #servicios li {
	/* display: inline-block; */
	height: 220px;
	width: 49%;
	float: left;
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
#center #servicios li h4 {
	background-image: url(../images/bullets.png);
	background-repeat: no-repeat;
	font-size: 1.6em;
	padding-left: 40px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: auto;
}
#center #servicios li h4.bullet-01 {
	background-position: 0px 0px;
}
#center #servicios li h4.bullet-02 {
	background-position: 0px -38px;
}
#center #servicios li h4.bullet-03 {
	background-position: 0px -75px;
}
#center #servicios li h4.bullet-04 {
	background-position: 0px -113px;
}
#center #servicios li h4.bullet-05 {
	background-position: 0px -150px;
}
#center #servicios li h4.bullet-06 {
	background-position: 0px -189px;
}
#center #servicios li h6 {
	font-size: 1.1em;
	padding-left: 40px;
	padding-bottom: 4px;
	margin-bottom: 0px;
}
#center #servicios li ul {
	padding-left: 54px;
	
}
#center #servicios li ul li {
	float: none;
	height: auto;
	line-height: 1.4em;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 4px;
	width: auto;
	list-style-position: outside;
	list-style-type: disc;
}
ul#itemContainer {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#itemContainer li {
	display: inline-block;
	margin: 5px;
	zoom: 1;
	position: relative;
}
#left {
	width: 200px;
	right: 200px;
	margin-left: -100%;
	background-color: #D7D7D7;
}
#left #noticias li:first-child {
	margin-top: 0px;
}
#left #noticias li:last-child {
	margin-bottom: 0px;
}
#left #noticias li {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 20px;
}
#left #noticias li a {
	color: #666;
	text-decoration: none;
}
#left #noticias li p.date {
	font-weight: 700;
	margin-bottom: 6px;
}
#left #noticias li p.txt {
	line-height: 1.4em;
}
#right {
	width: 200px;
	margin-right: -100%;
	background-color: #D7D7D7;
}
#right #estudios li:first-child {
	margin-top: 0px;
}
#right #estudios li:last-child {
	margin-bottom: 0px;
}
#right #estudios li {
	margin-top: 10px;
	margin-bottom: 10px;
}
#right #estudios li h4 {
	font-weight: 700;
}
#right #estudios li p {
	line-height: 1.4em;
}
#footer {
	clear: both;
	background-color: #003264;
	height: 30px;
}
/*******************************************
				Top Menu
*******************************************/
/*	
	GENERAL
*/
#top-menu {
	padding-left: 240px;
	font-size: 1.2em;
}
#top-menu a {
	text-decoration: none;
	color: #FFF;
}
/*	
	LEVEL ONE
*/
ul.dropdown {
	position: relative;
	z-index: 100;
	height: 30px;
	background-color: #003264;
}
ul.dropdown li {
	float: left;
	zoom: 1;
}
ul.dropdown a:hover {
	color: #000;
}
ul.dropdown a:active {
	color: #ffa500;
}
ul.dropdown li a {
	display: block;
	border-right: 1px solid #ffffff;
	color: #222;
	line-height: 30px;
	padding-right: 20px;
	padding-left: 20px;
}
ul.dropdown li:last-child a {
	border-right: none;
} /* Doesn't work in IE */
ul.dropdown li.hover, ul.dropdown li:hover {
	background: #0A50A0;
	color: black;
	position: relative;
}
ul.dropdown li li.hover, ul.dropdown li li:hover {
	background-color: #157DF0;
}
ul.dropdown li.hover a {
	color: black;
}
/* 
	LEVEL TWO
*/
ul.dropdown ul {
	width: 260px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
}
ul.dropdown ul li {
	font-weight: normal;
	background: #0A50A0;
	color: #000;
	border-bottom: 1px solid #ccc;
	float: none;
}
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a {
	border-right: none;
	width: 100%;
	display: inline-block;
	line-height: 1.2em;
	padding-top: 6px;
	padding-bottom: 6px;
}
/* 
	LEVEL THREE
*/
ul.dropdown ul ul {
	left: 100%;
	top: 0;
}
ul.dropdown li:hover > ul {
	visibility: visible;
}
/*******************************************
				Generic
*******************************************/

.clear {
	clear: both;
}
.margin-top-20 { margin-top: 20px;}
.float-right { float:right;}

/*******************************************
				Contacto
*******************************************/

.contacto label {
	color: #3A3A3A;
	font-family: "Ropa Sans", Arial, Helvetica, sans-serif;
}
.contacto label.error {
	color: #F00;
	display: block;
}

.contacto input {
	border: 1px solid #CCC;
	height: 18px;
	font-size: 12px;
	padding: 1px;
	color: #333;
	margin-top: 5px;
}
.contacto textarea {
	border: 1px solid #CCC;
	width: 250px;
	height: 115px;
	font-size: 12px;
	padding: 1px;
	color: #333;
	margin-top: 5px;
}
.contacto .clear {
	clear: both;
	height: 20px;
}
.contacto .margin-left {
	margin-left: 40px;
}
.contacto .float-left {
	float: left;
}
.contacto input.enviar-btn {
	height: 22px;
}



#servicios-menu > li a {
  text-decoration: none;
  font-size: 0.8em;
}
#servicios-menu > li > a {
  font-size: 1.6em;
}
#servicios-menu > li > ul {
	margin-top:10px;
}
#servicios-menu a {
  color: #003264;
}
#servicios-menu li {
  padding-bottom: 4px;
  padding-top: 4px;
}
#servicios-menu .sub_menu {
  padding-left: 10px;
}
#servicios-menu .border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCBCBC;
}


.side-links {
  text-align: center;
}
.side-links a {
  text-decoration: none;
  color: #003671;
}
.side-links img {
  border: 1px solid;
  margin-bottom: 6px;
  margin-top: 6px;
  font-weight:bold;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px; /* future proofing */
  -khtml-border-radius: 6px; /* for old Konqueror browsers */
}