@charset "utf-8";
/* CSS Document */
/*==============*/

/*@font-face {
    font-family: "HelveticaNeueLT Std Cn";
	src: url("/files/HelveticaNeueLTStd-Cn.otf") format("opentype");
}

@font-face {
    font-family: "HelveticaNeueLT Std Cn";
	src: url("/files/HELNLTSC.TTF") format("truetype");
}*/

body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0 0 10px 0;
	padding: 0;
}

h1 {
	font-size: 24px;
    font-weight: bold;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 20px;
    font-weight: bold;
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 14px;
    font-weight: bold;
	margin: 0;
	padding: 0;
}

a {
	color: #019fff;
	text-decoration: none;
}
a:hover {
	color: #019fff;
	text-decoration: underline;
}


#main {
	width: 880px;
	margin: 0 auto;
	padding: 0;
}

#header {
	/*font: 14px "HelveticaNeueLT Std Cn", sans-serif;*/
	font: bold 11px Arial, Helvetica, sans-serif;
	/*letter-spacing: -1px;*/
	background: #eaeaea;
	height: 50px;
}

/*#logo {
	position: absolute;
	margin: 95px 0 0 520px;
	padding: 0;
}
#logo a {
	display: block;
	width: 158px;
	height: 35px;
	background: url('/images/logo.jpg') center no-repeat;
}
#logo span {
	display: none;
}

#logo-i {
	margin: 0;
	padding: 0;
}
#logo-i a {
	display: block;
	width: 350px;
	height: 75px;
	background: url('/images/experto.jpg') center no-repeat;
}
#logo-i span {
	display: none;
}*/

/* Navigation Horizontal */
/*=======================*/

#hnav {
	margin: 0;
	padding: 0;
}
#hnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#hnav li {
	margin: 25px 0 0 1px;
	padding: 0;
	float: left;
	border-right: 1px solid #6b6b6b;
}
#hnav a {
	display: block;
	color: #000000;
	padding: 0 6px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#hnav a:hover {
	color: #0096e3;
}
#hnav .active {
	color: #0096e3;
}
#hnav .bnone {
	border-right: none;
}

/* Navigation Vertical */
/*=====================*/

#nav {
	margin: 10px 0 0 0;
	text-align: right;
}
#nav ul, #nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li a {
	color: #7a7a7a;
	text-decoration: none;
	border-bottom: 1px solid #c3c3c3;
	display: block;
	padding: 2px 10px;
	height: 18px;
}
#nav li a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}
#nav .current {
	color: #000;
	border-bottom: 1px solid #000;
}

#cleft {
	float: left;
	width: 161px;
}

#cright {
	float: right;
	width: 222px;
	padding-top: 12px;
}

/* Container */
/*===========*/

#container {
	margin: 10px 0;
	padding: 10px 0;
	/*text-align: justify;*/
	clear: both;
}

#content {
	margin: 10px 252px 0 191px;
	/*width: 570px;
	float: left;*/
}


#content h1 {
	font: 24px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#content h2 {
	font: 20px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

/* Forms */
/*=======*/

form {
	margin: 0;
	padding: 0;
}

form p {
	margin: 4px 0;
	padding: 4px 0;
}

fieldset {
	padding: 5px;
	border: 1px solid #e6e6e6;
}

legend {
	padding: 0 10px;
	font-weight: bold;
	color: #000000;
}

label {
	cursor: pointer;
	padding-right: 10px;
	width: 70px;
	float: left;
	text-align: right;
}

input, textarea, select {
	border: 1px solid #e6e6e6;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

input:focus, textarea:focus {
	border: 1px solid #000;
}

.button input {
	background: #e6e6e6;
	color: #000;
	border: 1px solid #c4c4c4;
}

/* Clearfix */
/*==========*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;} /* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;} /* End hide from IE-mac */


/* Link Map */
/*==========*/
#publicidad {
	background: url('/images/bg-content.jpg') center right no-repeat;
	height: 580px;
	margin: 0;
	padding: 0;
}
#publicidad a {
	position: absolute;
	display: block;
	/*background: #00FFFF;*/
}

#information {
	position: absolute;
	margin: 370px 0 0 0;
	width: 230px;
}

#curso {
	font: 40px/1em Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	position: absolute;
	margin: 20px 0 0 0;
	/*width: 240px;*/
}
#curso p {
	margin: 0;
	padding: 0;
}
#curso strong {
	color: #0096e3;
}
#curso .font30 {
	color: #0096e3;
	font-size: 30px;
}
#curso span {
	color: #0096e3;
}
#fecha {
	padding: 2px 0 0 0;
}
#fecha p {
	font: 18px/1.2em Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #000;
	margin: 2px 0;
	padding: 2px 0;
}

#inscribete {
	font: 14px/1.1em Arial, Helvetica, sans-serif;
	position: absolute;
	margin: 412px 0 0 271px;
	width: 180px;
	color: #fff;
}
#inscribete h1 {
	font: bold 140%/1.1em Arial, Helvetica, sans-serif;
}
#inscribete p {
	margin: 12px 0 0 0;
}

#inscribase {
	background: url('/images/inscribase.jpg') center no-repeat;
	font: 14px/1.0em Arial, Helvetica, sans-serif;
	width: 222px;
	height: 171px;
	color: #fff;
}
#inscribase h1 {
	font: bold 140%/1.2em Arial, Helvetica, sans-serif;
	padding: 16px 20px 0 22px;
}
#inscribase p {
	margin: 12px 0 0 0;
	padding: 0 20px 0 22px;
}

#foro {
	margin: 20px 0;
}
#foro a {
	background: url('/images/foro.jpg') center no-repeat;
	width: 194px;
	height: 72px;
	display: block;
	margin: auto;
}
#foro span {
	display: none;
}


/* Varios */
/*========*/

.aright { text-align: right !important; }
.acenter { text-align: center !important; }
.aleft { text-align: left !important; }
.fright { float: right; }
.fleft { float: left; }
.clear { clear: both; }
.hidden { display: none; }
.upper { text-transform: uppercase; }
.ohp { width: 95%; }

.divider {
	background: url('/images/divider.gif') repeat-x center;
}

.req {
	font-size: 90%;
	font-weight: bold;
	color: #FF0000;
}

.pdf, .nopdf {
	padding: 2px;
	padding-left: 22px;
	/*color: #f7821a;*/
	background: url('/images/pdf.gif') left no-repeat;
}

.pdf:hover {
	background: url('/images/pdf.gif') left no-repeat;
}

.nopdf {
	color: #bdbdbd !important;
	background: url('/images/icnopdf.gif') left no-repeat !important;
}

/* Footer */
/*========*/

#footer {
	margin: 0;
	padding: 0;
	font: 16px Arial, Helvetica, sans-serif;
	background: url('/images/bg-footer.jpg') center left no-repeat;
	border-top: 5px solid #eaeaea;
	height: 50px;
	clear: both;
}
#footer p {
	margin: 3px 0;
	padding: 3px 0;
	text-align: right;
}
#footer a {
	color: #000;
	/*position: absolute;
	display: block;
	background: #00FFFF;*/
}
#footer a:hover {
	color: #0096e3;
}

#cepade a {
	margin: 20px 0 0 25px;
	width: 80px;
	height: 32px;
}
#audentia a {
	margin: 25px 0 0 128px;
	width: 72px;
	height: 20px;
}
#inforpress a {
	margin: 23px 0 0 220px;
	width: 87px;
	height: 19px;
}
#audentia-i a {
	margin: 45px 0 0 620px;
	width: 157px;
	height: 12px;
}

#footer span {
	display: none;
}