/*
 * Menús Simples con CSS
 * Autor: Braulio Andrés Soncco Pimentel <braulio@buayacorp.com>
 * http://www.buayacorp.com/
 * 
 * Esta hoja está bajo licencia de Creative Commons 
 * http://creativecommons.org/licenses/by/2.0/
 */


/*
	Menu Vertical
*/
#menuv {
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ACCFE8;
	border-right-color: #ACCFE8;
	border-bottom-color: #ACCFE8;
	border-left-color: #ACCFE8;
}

#menuv ul, li {
	list-style-type: none;
}

#menuv ul {
	margin: 0;
	padding: 0;
}
.bibliografia {
	text-align: justify;
	list-style-type: decimal;
}
.lu {
	list-style-type: disc;
}



#menuv li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ACCFE8;
}

#menuv a {
	text-decoration: none;
	color: #111;
	display: block;
	width: 180px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	background-color: #E1F7FD;
}

#menuv a:hover {
	background-color: #BAEDFE;
}

/*
	Menu Horizontal
*/
#menuh {
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


#menuh ul, li {
	list-style-type: none;
}

#menuh ul {
	margin: 0;
	padding: 0;
}

#menuh li {
	float: left;
}

#menuh a {
	text-decoration: none;
	color: #111;
	background: #e1f7fd;
	display: block;
	padding: 3px 10px;
	text-align: center;
	border: 1px solid #ACCFE8;
	border-width: 1px 1px 1px 0;
}

#menuh a#primero {
	border-left: 1px solid #ACCFE8;
}

#menuh a:hover {
	background-color: #BAEDFE;
}
.articulo {
	font-weight: normal;
	text-align: justify;
}

.capitular {
	font-size: 36px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	line-height: 11px;
}
.supra {
	vertical-align: super;
	font-size: 85%;
}


.bottonno {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: normal;
}

