body {
	background:#fff;
	color:#333;
	margin:0;
    font:1em/1.5em Arial,Helvetica,sans-serif;
}
.inner {
	width:64em;
	margin:0 auto;
	overflow:hidden;
	padding:0 1em;
}

#pop {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	color:#000;
	background:#fff;
	border-top:1px solid #2aa6b7;
	font-size:0.9em;
	line-height:1.4em;
	z-index:10;
}
#pop a {
	color:#2aa6b7;
}
#pop .inner {
    width:74em;
	margin:0 auto;
	padding:0.8em;
}
#pop #cerrar {
	float:right;
	font-weight:bold;
	color:#2aa6b7;
	font-family: Lucida Console;
	font-size:1.2em;
	margin-left:1em;
	padding:0.5em 0.5em 0.2em;
	cursor:pointer;
}

.banner {
	/* margin-top: 1.5em; */
}

.oculto {
	display:none;
}

img {
	border:0;
}
p {
	text-align:justify;
	margin:0.5em 0;
}

a {
	text-decoration:none;
	-webkit-transition:all 0.3s ease 0s;
	   -moz-transition:all 0.3s ease 0s;
	     -o-transition:all 0.3s ease 0s;
		    transition:all 0.3s ease 0s;
}
a:hover {
    color:#794420;
	text-decoration:none;
}
a:focus,
a:active {
    color:#FF9955;
}

header {
    margin: 0 auto;
    width: 64em;
}

nav {
    background: none repeat scroll 0 0 #000000;
    font-family: arial,sans-serif;
    font-weight: normal;
    padding: 0.5em 0 0.5em 1.5em;
    position: fixed;
    /* width: 40.5em; */
    z-index: 100;
}

nav a:hover {
    color:#B5CBE2;
}

nav ul {
    margin:0 0;
    overflow:hidden;
    padding:0;
}
nav li {
	float: left;
    list-style: none outside none;
    margin-right: 1.5em;
}

nav.portada li , nav.bonificada li {
	font-size: 0.8em;
}

nav li a{
    color:#FFFFFF;
}

.banner .inner {
	height:358px;
}

h1,h2,h3,h4 {
    color:#111111;
}
.color h1,.color h2,.color h3,.color h4 {
    color:#fff;
}

h1 {
	font-size:3em;
    line-height:1em;
	margin:0;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	font-size:2.2em;
    line-height:1em;
	font-weight:700;
	letter-spacing: -2px;
	margin-top: 2.1em;
}
.color h2 {
	font-size:1.8em;
	margin:1.3em 0 0.8em;
}
.lighttitle{
	font-weight:300;
	letter-spacing: -1px;
}
h3 {
	font-family: 'Open Sans', sans-serif;
	font-size:1.4em;
	font-weight:700;
    line-height:1em;
	margin:2em 0 0.8em;
	letter-spacing: -1px;
}
.color h3 {
	margin: 1em 1.5em 2em 0;
	display:inline-block;
}
h4 {
	margin:0.5em 0;
}

#cursos-sec h4 {
    line-height: 1.1em;
    text-transform: uppercase;
}

#cursos-sec .fondocolor h4 {
    color: #fff;
}

.centro {
	overflow:hidden;
	float:left;
	width:65%;	
}
.lado {
	width:32%;
	overflow:hidden;
	float:right;
}

a.top {
    position:fixed;
	bottom:0;
    right:4%;
	background:url(img/subir.png) no-repeat 0 0;
	width:75px;
	height:66px;
	color:#fff;
	text-align:center;
	display:none;
}
a.top span {
    display:block;
    padding-top:43px;
}

#programa ul > li {
	margin:0.3em 0;
	padding-left:0.4em;
}


form {
	display:table;
    margin:2em auto 0;
}
form .fila {
	clear:both;
	overflow:hidden;
	margin-bottom:0.5em;
	line-height:1.3em;
}
form .item {
	float:left;
	margin-right:1.5em;
}
form .fila label {
	display:block;
}
input[type=submit] {
	padding:0.1em 0.3em;
	float:left;
	margin-right:0.8em;
}
textarea {
    font:0.9em Arial,Helvetica,sans-serif;
	padding:2px 0;
}

footer.inner {
	margin:2em auto 4em;
}

.required {
	color:red;
}
.mensaje {
	color:#234600;
	line-height:1.3em;
    border:1px solid #BBEE77;
	background:url("img/message-24-ok.png") no-repeat 0.7em 50%;
    padding:0.8em 0.8em 0.7em 2.7em;
	margin-bottom:1.5em;
	width:25.7em;
}
.mensaje.error {
	color:#8C2E0B;
    border-color:#ED541D;
	background-image:url("img/message-24-error.png");
}

/* 
	Cursos
	--------------------------------------------------
*/

nav #menu {
    /* font-family: 'Open Sans'; 
    font-weight: 700;
	letter-spacing: -1px; */
	text-transform: uppercase;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	}
	
nav.curso {
    font-size: 1.2em;
    margin: 0 auto;
    position: relative;
	clear: both;
	background-color: transparent;
	text-transform: uppercase;
}

nav.curso ul {
    font-size: 0.9em;
    margin: 1.7em 0 0;
    overflow: hidden;
    padding: 0;
    width: 45.5em;
}

nav.curso li a {
    color: #AAA;
	font-weight: bold;
}

.fondocolor a{
	color: #C1E3EB;
}


nav.curso img {
    margin: 1.2em 0 0.2em;
}

.innercurso{
	width:50em;
	margin:0 auto;
	overflow:hidden;
	padding:0 1em;
}

.titcurso {
    background-color: #3B7DC7;
    height: 8.6em;
}

.titcurso h2{
    color: #FFFFFF;
    font-size: 2.3em;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0.7em 0;
    padding: 0;
    text-transform: uppercase;
}

.innercurso h3 {
    clear: both;
    color: #000000;
    font-size: 1.2em;
    line-height: 1em;
    margin: 2.5em 0 1.4em;
    width: 100%;
}

.innercurso .textocurso ul {
	margin: 0;
	padding: 0;
}

.innercurso .textocurso ul li {
    color: #000000;
    list-style: none outside none;
	margin:0.1em 0;
	font-size:0.95em;
}

.innercurso .textocurso ol li {
   margin: 0.6em 0;
}

.subtitcurso {
    color: #3B7DC7;
    font-weight: bold;
    margin-top: 1.2em;
    text-transform: uppercase;
}

.subtitcurso .tipo {
    float: left;
	font-size: 1.3em;
}

.subtitcurso .horas {
    float: right;
	font-size: 1.3em;
}

.contenido .textocurso {
	margin: 0 1.5em;
	text-align: justify;
}

.programalabel {
    float: left;
    width: 6em;
}

.contenido .descarga {
    color: #784421;
    display: none;
    font-size: 0.9em;
    margin: 3.4em 2em 2em;
    text-transform: uppercase;
}

.contenido .descarga img{
	margin: 0 0.4em;
	float: left;
}

.contenido .descarga div{
    font-size: 0.9em;
    line-height: 1em;
    width: 10em;
}


.innercurso .textocurso ul li ul {
    margin:0 0 0.5em 2em;
}


@media print {
   .innercurso {
		width:95%;
   }
   header {
		overflow:hidden;
   }
   header img {
		margin:0 13% 1em 0;
   }
   header nav {
		display:none;
   }
}