/* 
Colors 
Background gradient: #58561d (darker) -> #e7e5b6 (lighter)
Links: #5d781c (hover:  #5d781c)
Dark green: #3f3d15
*/


html,body {
	height:100%;
	width:100%;
}

body {
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: small;
	color: #000;

	background: #E7E5B6 url('images/Page-BgGradient.png') repeat-x;
	/*letter-spacing: 1px;*/
}

img {
	border: 0;
	vertical-align: middle;
}

a {
	color: #5d781c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* begin header */
.header {
	margin: 0 auto;
	width: 900px;
	background: url('images/headerpmi2.png') center no-repeat;
	text-align: left;
}

.header a#logo {
	display: block;
	height: 85px;
	width: 252px;
	text-indent: -9999px;
	outline: none;
}

.header .headertext {
	margin: 0 auto;
	float: left;
	text-align:center;
	position: absolute;
	margin: -50px 0 0 252px;
	font-size: 1.5em;
	font-weight: bold;
	}

/* end header */ 
 
 
 /* begin subheader */
 
 .subheader {
	margin: 0 auto;
	position: relative;
	width: 900px;
	display: block;
	height: 75px;
	background: white;
}
	
.subheader .logo {
	height: 75px;
	width: 900px;
}

/*.subheader img {
	width: 365px;
	height:80px;
}*/
	
	
.subheader #index {
	background:  url('images/header_index.jpg') no-repeat;
}

.subheader #solutions {
	background:  url('images/header_solutions.jpg') no-repeat;
}

.subheader #consulting {
	background:  url('images/header_consulting.jpg') no-repeat;
}

.subheader #training {
	background:  url('images/header_training.jpg') no-repeat;
}

.subheader #online {
	background:  url('images/header_online.jpg') no-repeat;
}

.subheader #media {
	background: url('images/header_media.jpg') no-repeat;
}

.subheader #contacto {
	background:  url('images/header_contacto.jpg') no-repeat;
}

.subheader #register {
	background:  url('images/header_register.jpg') no-repeat;
}

.subheader .login {
	margin: 0 auto;
	float: right;
	margin-top: -80px;
	height: 80px;
	width:600px;
	text-align:right;
	color: #3f3d15;
}

.subheader table.loginbox {
	/*border: 1px #d2d2d2 solid;*/
	background: url(images/transparent.png);
	margin: 10px 3px 0 0;
	font-weight: bold;
	font-size: 0.85em;
}

.subheader table.loginbox td {
	text-align: right;
	}

.subheader table.welcome {
	height: 80px;
	font-size: 1em;
	width: 100%;
}

.subheader table.welcome td {
	padding: 0 5px 0 8px;
	vertical-align: bottom;
}

.login input[type='text'],.login input[type='password'] {
	font-size: 0.90em;
	width: 125px;
}

/* end subheader */ 


/* Begin menu-submenu */
.container {width: 900px; margin: 0 auto; height:35px;position:relative;z-index:1;}

.language {
	float: right;
	width: 195px;
	padding-right: 5px;
	height: 35px;
	line-height: 32px;
	color: #dbdd8a;
	background: url(images/topnav_stretch.png) repeat-x;
}

.language a {
	color: #dbdd8a;
	}
	

ul.topnav {
	list-style: none;
	padding: 0 0px;	
	margin: 0;
	float: left;
	width: 700px;
	background: #222;
	font-family: Arial;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 35px;
	height: 35px;
	background: url(images/topnav_stretch.png) repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 0 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a,ul.topnav li a.active:hover{
	color: #e7e5b6;
	padding: 0px 15px;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	color: #29291e;
	background: #dbdd8a url(images/topnav_active.png) repeat-x;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(images/icons/sortedown.gif) no-repeat center center;
}
ul.topnav li span.subhover {background-position: center center; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; 
	top: 35px;
	background: #9b9733 ;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 200px;
}

ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	clear: both;
}

html ul.topnav li ul.subnav li a {
	color: #dbdd8a;
	width: 170px;
	background: #9b9733;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #9b9733 url(images/topnav_active.png) repeat-x;
	/*text-decoration: underline;*/
	color: #29291e;
}

ul.subnav li span {
	background: #9b9733 repeat-x;
	}
	
ul.topnav li a.active {background: #ffffff url(images/topnav_active_aux.png) repeat-x; }

ul.topnav li a.online,ul.topnav li a.online:hover {background: #ffffff url(images/topnav_active_aux.png) repeat-x; color: #dbdd8a; outline: none;}
/* End menu-submenu */


/* begin page */
.page {
	background: white;
	margin: 0 auto;
	position: relative;
	width: 900px;
	overflow:hidden;
}
/* end page */

/* begin language */
.language {
	text-align: right;
}
/* end language */

/* begin content */
.content {
	margin: 10px 15px 20px 15px;
	text-align: justify;
	height: auto !important;
	height: 400px;
	min-height: 400px;
}
/* end content */

/* begin footer */
.footer {
	font-size: 0.85em;
	color: #606060;
	margin: 0 auto;
	padding-top: 20px;
	position:relative;
	width: 900px;
	background: #ffffff;
	}

.footerend {
	height: 22px;
	background: #E7E5B6 url('images/footerend.png');
	}

/* end footer */

/* Begin submit button */
button.submitButton {
	margin: 2px;
	position: relative;
	border: 0;
	padding: 0;
	cursor: pointer;
	overflow: visible;
}

button.submitButton::-moz-focus-inner {
	border: none;
}

button.submitButton span {
	position: relative;
	display: block;
	white-space: nowrap;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	button.submitButton span {
		margin-top: -1px;
	}
	button.submitButton span:active {
		top: 0px;
		left: 0px;
	}
}

/* OPTIONAL BUTTON STYLES for applying custom look and feel: */
button.submitButton {
	padding: 0 15px 0 0;
	margin-right: 5px;
	text-align: center;
	background: transparent url(images/button_sprite.png) no-repeat right -80px;
}

button.submitButton span {
	padding: 0 0 0 15px;
	height: 30px;
	line-height: 27px;
	font-weight: bold;
	background: transparent url(images/button_sprite.png) no-repeat left top;
	color: #fff;
}

button.submitButton:hover,button.submitButtonHover {
	background-position: right -120px;
}

button.submitButton:hover span,button.submitButtonHover span {
	background-position: 0 -40px;
}

button.submitButton:active {
	-ms-background-position-x: 1px;
	-ms-background-position-y: -39px;
	/*position: relative;
	top: 1px;*/
}

button.submitButton:active span {
	-ms-background-position-x: 1px;
	-ms-background-position-y: -118px;
}

/* End submit button */


/* General */

table,th,td {
	border-collapse: collapse;
}

.right {
	text-align: right;
	}

.left {
	text-align: left;
}

.center {
	text-align: center;
	}

.redlink {
	color: #990000;
}

.redlink:hover {
	color: #990000;
}

.error {
	color: red;
}

.message {
	color: #505050;
	font-style: italic;
	font-size: small;
}

.kobox {
	background: #fedede url('images/icons/warning.png') 2px no-repeat;
	padding: 5px 10px 5px 35px;
	color: red;
	font-weight: bold;
	font-style: italic;
}

.okbox {
	background-color: #cffecc;
	padding: 5px 10px 5px 10px;
	color: green;
	font-weight: bold;
	font-style: italic;
}

/* End general */


/* Begin kion.es (home) */
.home {
	margin-top: 20px;
}

.home h1 {
	color: #B6B448;
	font-weight: bold;
	font-size: 1.5em;
}

.home h2 {
	color: #990000;
	font-weight: bold;
	font-size: medium;
}

table.greyborders {
	border-collapse: separate;
}

table.greyborders td {
	padding: 20px;
	border: solid 1px #C5C5AF;
	vertical-align: top;
	}

table.contact th {
	font-weight: bold;
}

table.contact td, table.contact th {
	padding: 10px 10px 10px 0;
	vertical-align: top;
}

table.clientes {
	border: solid 1px #C5C5AF;
}
	
.buttonlink	{
	background: transparent url(images/bigbutton_sprite.png) no-repeat right -60px;
	padding: 13px 26px 13px 0;
	margin-right: 5px;
	text-align: center;
	font-size: large;
	line-height: 52px;
	font-weight: bold;
}

a.buttonlink {
	text-decoration: none;
}

.buttonlink span {
	padding: 13px 0 13px 26px;
	background: transparent url(images/bigbutton_sprite.png) no-repeat left top;
	color: #fff;
	text-decoration: none;
}

table.detallescurso {
	vertical-align: top;
	font-size: 1.2em;
	margin: 5px 0 20px 0;
}

table.detallescurso td {
	padding: 2px 0 2px 20px;
}

table.cursoincluye {
	text-align: left;
}

table.cursoincluye th {
	font-size: 1.2em;
	padding-bottom: 25px;
	text-align: left;
}

.cursoincluye ol {
	margin: 0;
}

.cursoincluye ol li {
	margin-bottom: 5px;
}

table.solicitarinfo th {
	background-color: #E3E2B9;
	vertical-align: top;
	text-align: left;
	color: #760101;
	font-weight: bold;
	font-size: x-large;
	padding: 25px 35px 25px 35px;
}

table.solicitarinfo td {
	background-color: #D6D598;
	padding: 10px;
	font-size: large;
	color: #29291e;
}

.register {
	margin-left: 70px;
	margin-right: 50px;
}

.register table {
	width: 100%;
	background-color:#F3F2DE;
}

.register table td {
	padding: 5px 5px 5px 10px;
	vertical-align:top;
}

table.useractivation td {
	padding: 30px 0 30px 0;
}

.blink {
	text-decoration: blink;
}

.loginregister table {
	background-color:#F3F2DE;
	width: 98%;
}
	
.loginregister table td{
	padding: 5px;
	vertical-align: top;
}

#registerForm .error,#loginRegisterForm .error,#modifyuser .error {
	width: auto;
	display: block;
	margin-left: 2px;
}

#registerForm input {
	color: black;
}


/* Begin promo pages */
.smallbuttonlink	{
	background: transparent url(images/smallbuttonlink_sprite.png) no-repeat right -45px;;
	padding: 9px 13px 9px 0;
	margin-right: 5px;
	text-align: center;
	font-size: medium;
	line-height: 36px;
	font-weight: bold;
}

a.smallbuttonlink {
	text-decoration: none;
}

/*a.smallbuttonlink:active,.smallbuttonlink:active {
	position:relative;
	top:1px;
}*/

.smallbuttonlink span {
	padding: 9px 0 9px 13px;
	background: transparent url(images/smallbuttonlink_sprite.png) no-repeat left top;
	color: #fff;
	text-decoration: none;
}


.promo {
	text-align: left;
}

.promo ul {
	list-style-image: url(images/tick.png);
	padding-left:0px;
	margin-left:2em;
}

.promo ul li {
	margin-bottom: 15px;
}
	
.promo .pricestitle {
	font-size:1.4em;
	font-weight: bold;
	margin:5px 0 5px 0;
}

.promo .pricesfooter {
	margin-top:5px;
	font-style:italic;
}

.promo .prices {
	text-align: left;
}

.promo .prices th {
	padding: 6px;
	font-weight:bold;
	background-color: #9bbb59;
	color:white;
	font-size:1.2em;
}

.promo .prices td {
	padding: 6px;
	font-weight:bold;
	background-color: #d7e4bc;
	font-size:1.1em;
	border-bottom: 1px solid white;
}
/* End promo pages */

/* end kion.es home */
