p.titulo {
	font-size: 100%;
	color: #ec2028;
	line-height: 20px;
	padding-bottom: 20px;
	text-align: left;
	font-weight: bold;
}

ol.indice {
        font-size: 75%;
        color: #686868;;
        line-height: 20px;
        padding: 20px;
        text-align: justify;
        margin-bottom: 20px;
}

p.indice {
        font-size: 100%;
        color: #686868;;
        line-height: 20px;
        padding: 20px;
        text-align: justify;
        background-color: #f0f0f0;
        margin-bottom: 20px;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

p.texto {
	font-size: 100%;
	color: #686868;;
	line-height: 20px;
	padding-bottom: 20px;
	text-align: justify;
}

table.tabla-interna {
	background-color: #b2b2b2;
	border-width: 1px;
	border-style: solid;
	border-color: #B2B1B2;
	border-radius: 3px;
	border-spacing: 1px;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

th.tabla-interna {
	background-color: #f0f0f0;
	padding: 4px;
	color: #686868;
	font-weight: bold;
}

td.tabla-interna {
	background-color: white;
	padding: 4px;
	color: #686868;
	font-weight: normal;
}

td.tabla-interna-sinfont {
	background-color: white;
	border: #B2B1B2 solid 1px;
	padding: 4px;
	color: #686868;
	font-weight: normal;
}

table.tabla-interna-2 {
	background-color: #B2B1B2;
}

th.tabla-interna-2 {
	font-size: 100%;
	background-color: #f0f0f0;
	padding: 4px;
	color: #686868;
	font-weight: bold;
}

td.tabla-interna-2 {
	font-size: 100%;
	background-color: white;
	padding: 4px;
	color: #686868;
	font-weight: normal;
}

a.link-interno {
	font-size: 100%;
	color: #8f8f8f;
}

a.link-interno-seleccionado {
	font-size: 75%;
	color: #ec2028;
}

input.form {
	font-size: 100%;
}

select.form {
	font-size: 100%;
}
