
.indice {
	text-align: left;
	background-color: #E8E8E8;
	padding: 0.4em;
	border: solid thin;
}

.resumen {
    background-color : rgb(250,250,255);
    padding: 1em; 
    border: 1px solid #016799;
    margin: auto;
    vertical-align: middle;
    width: 80%
}

.contenidos {
    background-color: rgb(250, 250, 250);
    padding: 1.5em; 
    margin: 0.5em;
    border-width:2px;
    border-color: rgb(1, 103, 143);
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 10px;
    /*IE DOES NOT SUPPORT BORDER RADIUS*/
    -moz-box-shadow: 0px 0px 20px #000000;
    -webkit-box-shadow: 0px 0px 20px #000000;
    box-shadow: 0px 0px 2px #000000;
/*IE DOES NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}

.copyright {
	background-color : #E8E8E8 ;
	font-size: 0.8em;
	text-align: center;
}

.navegacion {
    background-color: #FFFFFF;
    border-style: solid none solid none; 
    border-width: thin; 
    padding: 2px;
}


table.especial {
	background-color : #CCCCFF;
	border-spacing : 0.2em;
	border-style: double;
	border-bottom: solid;
	border-width: thick thin;
	text-align: center;
	margin: 1em
}

table.formulario {
	background-color : #CCCCFF;
	border-spacing : 0.2em;
	border-width: thick thin;
	text-align: left;
	margin: 1em
}

.codigo { 
             color: #000066 ;
             margin: 1em;
             border: 1px dotted #2e3436;
	     font-size: 120%;
}

p.felicitacion {
	color : #99FFFF;
	font-size : 140%;
	text-align : center
}


/* Para resaltar numeros en las listas numeradas*/

span.numero {
    font-size: 100%;
    margin: 0.3em;
    color: #800000;
}


/*Para alternar listas*/

.odd {
   background-color:#EEEEEC;
    border:2px dotted #3465A4;
    margin:0.5em;
    padding:0.5em;
}
.even {
    background-color:#D3D7CF;
    border:2px solid #3465A4;
    margin:0.3em;
    padding:0.5em;
}

/* Navegación Horizontal */

.barra-div {
    margin-top: 0.2em;
    border-bottom: 1px solid #016799;
}

.barra-container {
    height: 2em;
    position: relative;
    background-color: #FFFFFF;
}

.barra { 
    position: absolute;
    height: 2.2em;
    margin: 3px;
    left: 10px;
    font-size: 100%;
}

.barra .tab { 
    padding: 0.2em;
    margin: 0.15em;
    float: left; 
    border: 1px solid #729fcf;
    display: inline;
    text-align: center; 
    background: white;
}

.tab a {
    text-decoration: none;
}

.tab:hover {
    background-color: #eaf2ff;
    color: red;
}

div.tab:hover ol {
    display: block;
}

.tab > ol {
    background-color: white;
    border: 1px solid #000000;
    margin-top: 0.3em;
    text-align: left;
    display: none;
    position: absolute;
}

.tab > ol > li {
    margin: 0.2em;
    padding: 0.2em;
    font-size: 85%;
}

/* Hoja de Estilos para cursos */

/* Divs principales */

#curso {
    margin: 1em;
}

#curso h1 {
    border-bottom: 2px solid rgb(0, 0, 0);
    text-align: center;
}

#curso h2 {
    font-size: 120%;
    border-bottom: solid thin;
}

#curso_navegacion {
    margin-top: 2em;
font-size: 120%;
}

#curso_contenidos {
    padding: 1em;
    border: 2px solid rgb(1,103, 143);
    border-radius: 10px;
    /*IE DOES NOT SUPPORT BORDER RADIUS*/
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-box-shadow: 0px 0px 20px #000000;
    -webkit-box-shadow: 0px 0px 20px #000000;
    box-shadow: 0px 0px 2px #000000;

}

#precios {
    padding: 2em;
    margin: 1em auto;
    border: 2px solid rgb(1,103, 143);
    border-radius: 10px;
    /*IE DOES NOT SUPPORT BORDER RADIUS*/
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-box-shadow: 0px 0px 20px #000000;
    -webkit-box-shadow: 0px 0px 20px #000000;
    box-shadow: 0px 0px 2px #000000;14t

}

#precios ol {
    width: 90%;
    margin: auto;
}

#precios ol li {
    list-style: none;
   margin: 1em;
    padding: 0.5em;
    border-color: rgb(1, 103, 143);
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 10px;
    /*IE DOES NOT SUPPORT BORDER RADIUS*/
    -moz-box-shadow: 0px 0px 20px #000000;
    -webkit-box-shadow: 0px 0px 20px #000000;
    box-shadow: 0px 0px 2px #000000;
}

/* Menú Horizontal de Navegación */

#tab_index { 
    line-height: 2em;
    text-align: left;
    text-align: center; 
    font-size: 150%;
    margin: 1em; 
}

#tab_index ul {
    margin: auto;
}

#tab_index ul li { 
    display: inline;
    text-align: center;
}

#tab_index ul li a { 
    font-weight: normal;
    text-decoration: none;
    padding: 0.75em;
    color:rgb(0,0,0);
}

#tab_index ul li a:hover { 
    background-color: rgb(250,250,255);
    border: 2px solid rgb(1,103,143);

}

#tab_index ul li:hover > ol  { 
    display: block;
}

.tab_second { 
    display: none;
    float: left;
    text-align: left;
    margin-top: -0.9em;
    background-color: white;
    border: 1px solid rgb(1, 103, 143);
}

ol.tab_second {
    border: 2px solid rgb(1, 103, 143);
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 10px;
    /*IE DOES NOT SUPPORT BORDER RADIUS*/
    -moz-box-shadow: 0px 0px 20px #000000;
    -webkit-box-shadow: 0px 0px 20px #000000;
    box-shadow: 0px 0px 2px #000000;
}

ol.tab_second li a:hover {
    color: rgb(150,150, 150);
}


/* Divs principales  Cursos*/

#objetivos, #clases, #actividades, #duracion, #recursos, #evaluacion, #didactica {
    padding: 1em; 
    margin: 0.5em 0.5em;
    font-size: 1.2em;
    background-color: white;
}

#clases {
    padding: 1em; 
    margin: 0.5em 0.5em;
    font-size: 1.2em;
    background-color: white;
}

#lista_cursos {
    margin-left: 2em;
    margin-right: 2em;
    padding: 0.5em;
    float: right;
    display: inline;
    background-color: rgb(250, 250, 250);
    border: 2px solid rgb(1,103,143);
    font-size: 120%;
    width: 20%; 
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 20px #000000;
    -webkit-box-shadow: 0px 0px 20px #000000;
    box-shadow: 0px 0px 2px #000000;
}

#lista_cursos_ol {
    display: none;
    list-style: none;
    position: relative;
}

#lista_cursos_ol li{
    padding: 0.5em;
    text-decoration: none;
    border-bottom: 1px solid rgb(1,103,143);
}

#lista_cursos a{
    color: rgb(0,0,0);
    text-decoration: none;
}

#lista_cursos a:hover{
    font-weight: bold;
}

#lista_cursos:hover #lista_cursos_ol {
    display: inline;
}

/* Estilo para la página de entrada */
.titulo {
    text-align: center;
    margin: 1em auto;
    width: 75%;
    background: rgb(200, 200, 200);
    padding: 1em;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 20px #000000;
    -webkit-box-shadow: 0px 0px 20px #000000;
    box-shadow: 0px 0px 2px #000000;
}

#home {
    font-size: 100%;
    margin: 1em;
}

#home a{
    text-decoration: none;
    padding: 0.3em;
    margin: 0.1em;
}

#home a:hover{
    background-color: rgb(250, 250, 250);
}

#navegacion {
    padding: 1em;
    margin-top: 2em;
    clear: both;
}

#principal {
    text-align: center; 
    font-size: 120%; 
    width: 97%;
    margin: 0.1em auto ;
    padding: 0.1em; 
}

img {
    border: 3px solid rgb(100,0,0);
}

#titulo {
    text-align: center;
    background-color: rgb(255,255,255);
    font-size: 90%;
    width: 100%;
}

#pie_de_pagina {
    border-top: 2px solid rgb(1, 103, 143);
}

#pie_de_pagina ul {
    list-style: none;
    text-align: center;
}

#pie_de_pagina ul li {
    display: inline;
}


/* Fin de los Estilos para el HOME */


