/*************************** Navegador de Seccion ************************/

#navSeccion
{
	margin-top: 1em;
	margin-bottom: 1em;
	width: 10.9em;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	background-color: #eee;
	float: left;
}
#navSeccion p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
	text-transform: uppercase;
	margin: 0.3em 0em 0.3em 0em;
}

#navSeccion ul
{
	list-style: none;
	margin: 0em;
	padding: 0em;
}

#navSeccion li
{
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
}

#navSeccion li li
{
	border-bottom: 1px solid #CCC;
	font-weight: normal;
	font-size: 0.9em;
}

#navSeccion li li a
{
	display: block;
	text-decoration: none;
	padding: 0.2em 0.4em 0.2em 0.4em;
}

#navSeccion li li a:link, #navSeccion li li a:visited
{
    background-color: #EEE;
	color: #000;
}

#navSeccion li li a:hover, #navSeccion li li a:active, #navSeccion li li a:focus
{
	background-color: #DDD;
	text-decoration: none;
}

.firstSeccionTitle
{
	padding: 0.1em 0.4em 0.1em 0.4em;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}

.seccionTitle
{
	padding: 0.1em 0.4em 0.1em 0.4em;
	border-bottom: 1px solid #CCC;
	color: #000;
}


/*************************** Articulo ****************************/

#articulo
{
	margin-top: 1em;
	margin-bottom: 1em;
	width: 35.5em;
	background-color: #fff;
	float: left;
}

#articulo h1{font-family: Arial, Helvetica, sans-serif;font-weight: normal; font-size: 1.2em; margin: 0em 1em 0em 1em;}
#articulo h2{font-family: Georgia, Times, serif;font-weight: normal; font-style: italic; font-size: 1.3em; margin:0em 0em 0.4em 0em;}
#articulo h3{font-family: Georgia, Times, serif;font-weight: normal; text-decoration: underline; font-size: 0.9em; margin:0.9em 0em 0.9em 0em;}
#articulo h1 a{text-decoration: none; color: #000;}
	
.breadcrumb
{
	margin: 0em 1.3em 0.65em 1.3em;
}

.breadcrumb p{font-family: Arial, Helvetica, sans-serif; font-size: 0.75em;}

.pageInfo
{
	border-top: dashed 1px #ccc;
	border-bottom: dashed 1px #ccc;
	margin-bottom: 0.65em;
	padding: 0.32em 1.3em;
}

.pageInfo p{font-family: Arial, Helvetica, sans-serif; font-size: 0.75em; text-align: center; }

.intro{
	clear: both;
	overflow: visible;
	margin: 1em 1.3em 3em 1.3em;
}

.intro IMG
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.intro p{font-family: Georgia, Times, serif; font-size: 0.9em;margin-top: 0.5em}
.intro OL { font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; }
.intro UL { list-style: none; font-family: Georgia, Times, serif; font-size: 0.9em; margin-left: 0em; padding-left: 0em;}
.intro UL UL { padding-left: 3em; }

.citar
{
	clear: both;
	overflow: visible;
	margin: 0em 1.3em 3em 1.3em;
}

.citar p{font-family: Arial, Helvetica, sans-serif; font-size: 0.75em; color: #333;}


/************************ Story *********************/

.story
{
	clear: both;
	border-top: 1px solid #999;
	overflow: visible;
	margin: 0em 1.3em 3em 1.3em;
}

.story ul, ol {font-family: Georgia, Times, serif; font-size: 0.9em; }
.story p{font-family: Georgia, Times, serif; font-size: 0.9em; margin-top: 0.5em}
.story table{font-family: Georgia, Times, serif; font-size: 0.9em; margin-top: 1em; margin-bottom: 1em;}
.story th{font-weight: normal;}

.storyPrincipal
{
	clear: both;
	border-top: 1px solid #999;
	overflow: visible;
	margin: 0em 1.3em 3em 1.3em;
}

.storyPrincipal p
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    margin-top: 0.5em
}


/***************************** Glosario ******************************/

#articuloGlosario
{
	margin-top: 1em;
	margin-bottom: 1em;
	width: 46.5em;
	background-color: #fff;
	float: left;
}

#articuloGlosario h1{font-family: Arial, Helvetica, sans-serif;font-weight: normal; font-size: 1.2em; margin: 0em 1em 0em 1em;}
#articuloGlosario h2{font-family: Georgia, Times, serif;font-weight: normal; font-style: italic; font-size: 1.3em;margin:0em 0em 0.4em 0em;}
#articuloGlosario h3{font-family: Georgia, Times, serif;font-weight: normal; text-decoration: underline; font-size: 0.9em; margin:0.9em 0em 0.9em 0em;}
#articuloGlosario h1 a{text-decoration: none; color: #000;}

.introGlosario
{
	clear: both;
	overflow: visible;
	margin: 1em 1.3em 3em 1.3em;
	text-align: center;
}

.introGlosario p
{
    font-family: Georgia, Times, serif;
    font-size: 0.9em;
    margin-top: 0.5em
}


/***************************** Recursos ******************************/

#articulo .recurso
{
    margin-bottom: 0em;
    padding-top: 0.9em;
    clear: both;
}

.desctitle
{
    width:10em;
    float: left;
}

.desc
{
    width:22.9em;
    float: left;
}


/************************** Imagenes **********************/

#imagen
{
	background-color: #eee;
	padding: 4px;
	margin-right: 1em;
	border: 1px solid #999;
	float: left;
}

#imagen img
{
    float: none;
    margin: 0px;
}

#imagen p
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    margin-top: 4px;
}

.imgPrincipal
{
    margin-left: 1.3em;
}