﻿h1{
	font-size:2.1em;
	color: #971726;
	font-weight: bold;
	font-style: bolder;
}
nav li a{
	color:#971726;
	display: block;
	font-family: "lucida_sansregular", Helvetica, Verdana;
	font-size: .9em;
	padding: 0.2em;
	-ms-transition: all 0.5s ease-in;    /*atributo CSS transision*/
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

nav a:hover{
	color: #0b511e;
	background-color:#F2F2F2;
	-ms-transition: all 0.5s ease-out;    /*atributo CSS transision*/
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

nav#menuCapa{
	position:fixed;
	width:90%;
	max-width:100%;
	height:2.5em;
	margin: 0 auto;
	background:#971726;
	display: inline-block;
    top: 141px;
    left: 0;
	right: 0;
}
nav#menuCapa ul li{
	list-style: none;
	display: inline-block;
	padding-top:.5em;
	font-size: 1.1em;
	font-weight: normal;
}

nav#menuCapa a{
	color:#fff;
}
nav#menuCapa a:hover{
	color:#971726;
}

section#capacitacion{
	padding-top:0;
}

#calendario .buttons {
	left:50%;
}

section#calendarioAvisos{
	display: inline-block;
	max-width: 100%;
	width:100%;
	height: auto 0;
	margin-top:1em;
}

section#centro{
	display: inline-block;
	max-width: 100%;
	width:100%;
	height: auto 0;
	background-color:#fff;
	height: auto;
}
section#optCapa{
	display: inline-block;
	margin-top: 3em;
	width: 32%;
	height: auto;
	text-align: center;
	margin-bottom:50px;
}
section#optCapa a:hover{
    opacity: .5;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; 
}

section#titCapa{
	display: inline-block;
	margin-top: 1em;
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom:1em;
	text-align: left;
	padding-left:2em;
	border-bottom: 2px solid #971726;
}

section .cuadro_curso{
	display: inline-block;
	border:1px #333333 solid;
	vertical-align: top;
	height: auto;
	max-height: auto;	
	margin-right: 1%;
	margin-bottom:1em;
	text-align:center;
}
section .titulo_curso{
	width: 100%;
	height: auto;
	background-color:#c3c3c3;
	font-weight:bold;
	text-align:center;
	font-size:.9em;
	color:#000;
}
section .body_curso{
	display: inline-block;
	font-size:.8em;
	vertical-align: center;
	text-align:justify;
	width: 95%;
	color:#333333;
}
#divisor{
	display: block;
	width:100%;
	height:141px;
}
figure#conferencia{
	display: inline-block;
	width:23%;
	height: 250px;
	max-height: 250px;
	overflow: hidden;
	padding: 1em;
	
}
section#body_carrera, section#body_carrera_activo{
	display: inline-block;
	width: 31%;
	height:auto;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right:1.7%;
	border-left: 2px solid #971726;
	background-color: #eaeaea;
}
section#body_carrera_activo{
	border-left: 2px solid #007914;
}

section#body_carrera p, section#body_carrera_activo p{
	font-size:.8em;
	font-style: normal;
	font-weight: bold;
	color:#555;
	text-align: justify;
	padding:.4em;
}
table {
    width: 100%;
	background-color:#fff;
}

tr th {
    height:1.5em;
	font-size:.8em;
	font-weight: normal;
	color:#555;
}
#btnUp{
	display: inline-block;
	width:20px;
	height:20px;
	background: url('../images/transparencia/up.png') no-repeat bottom;
}
.titulo_curso1{
	display: inline-block;
	width: auto;
	max-width: auto;
	height: 1em;
	padding-top: .3em;
	padding-bottom: .2em;
	color:#555555;
	background-color:#fff;
}
.cursos {
display: inline-block;
width: 200px; height: 200px; border-radius: 100px; -webkit-border-radius: 100px; -moz-border-radius: 100px; background: url('../images/capacitacion/cursos.jpg') no-repeat; }
.conferencias {
display: inline-block;
width: 200px; height: 200px; border-radius: 100px; -webkit-border-radius: 100px; -moz-border-radius: 100px; background: url('../images/capacitacion/conferencias.jpg') no-repeat; }

.carrera {
display: inline-block;
width: 200px; height: 200px; border-radius: 100px; -webkit-border-radius: 100px; -moz-border-radius: 100px; background: url('../images/capacitacion/carrera.jpg') no-repeat; }
.maestrias {
display: inline-block;
width: 200px; height: 200px; border-radius: 100px; -webkit-border-radius: 100px; -moz-border-radius: 100px; background: url('../images/capacitacion/maestrias.jpg') no-repeat; }

.contenido_cursos
{
	display:inline-block;
}


@media all and (max-width: 1024px) {
	nav#menuCapa{
		display: none;
		padding-top: -10px;
	}
	section#contenedor{
		margin-top:0px;
	}
	section#centro{
		margin-top:7em;
	}

	section#optCapa{
	display: inline-block;
	margin-top: 3em;
	width: 48%;
	height: auto;
	text-align: center;
	margin-bottom:20px;
	}
	
}
