@charset "utf-8";
/* CSS Document */
/* Texto libre */
.texto {
	overflow: auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

/* TITULOS */
.texto div.antetitulo h3 {
	font-size: 0.7em;
	color: #760000;
	text-transform: uppercase;
}

.texto div.titulo h1 {
	font-size: 1.1em;
	color: #002868;

}

.texto div.entrada h2 {
	font-size: 0.8em;
	color: #FF9900;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 12px;
}


.texto div.cuerpo h1, .texto div.cuerpo h2 {
	font-size: 1.2em;
	font-style: bold;
	color: #336699;
	margin-top: 12px;
	margin-bottom: 8px;
}

.texto div.cuerpo h3{
	font-size: 1.2em;
	font-style: bold;
	color: #760000;
	margin-top: 12px;
	margin-bottom: 8px;
}

.texto div.cuerpo h4 {
	font-size: 1.1em;
	font-style: bold;
	color: #373737;
	margin-top: 10px;
	margin-bottom: 6px;
}

.texto div.cuerpo h5, .texto div.cuerpo h6 {
	font-size: 1em;
	font-style: bold;
	color: #373737;
	margin-top: 8px;
	margin-bottom: 4px;
}



/* FIN TITULOS */

.texto div.cuerpo {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #313131;
	margin-bottom: 10px;
	/*text-indent: 50px;*/
	text-align: justify;
	/*line-height: 140%;*/
	font-style: normal;
}

.texto div.cuerpo p {
	margin-bottom: 10px;
}

.texto div.cuerpo strong, .texto div.cuerpo b {
	font-style: bold;
	color: #336699;
}

.texto div.cuerpo ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


.texto div.cuerpo ul li {
	background-image: url(../images/listas_articulo2.png);
	background-repeat: no-repeat;
	background-position: 1.5em 0.5em;
	padding: 3px 0 3px 50px;
	margin: .4em 0;
	text-indent: 0px;
}

.texto div.cuerpo ol {
	text-indent: 0px;
	margin-top: 0.4em;
	margin-right: 0;
	margin-bottom: 0.4em;
	margin-left: 70px;
}

.texto a, .texto div.cuerpo ul li a {
	text-decoration: none;
	color: #0099ff;
}

.texto a:hover, .texto div.cuerpo ul li a:hover {
	text-decoration: none;
	color: #ff9900;
}

.texto div.cuerpo ul li a b, .texto div.cuerpo ul li a strong {
	text-decoration: none;
	color: #0099ff;
	font-weight: bold;
}

.texto div.cuerpo ul li a:hover b, .texto div.cuerpo ul li a:hover strong {
	text-decoration: none;
	color: #ff9900;
	font-weight: bold;
}


.texto a b, .texto a strong {
	text-decoration: none;
	color: #0099ff;
	font-weight: bold;
}

.texto a:hover b, .texto a:hover strong  {
	color: #ff9900;
	text-decoration: none;
	font-weight: bold;
}

/*
.texto a:hover {
	color: #ff9900;
	text-decoration: none;
}
.texto a {
	text-decoration: underline;
	color: #336699;
}
*/




.texto div.foto {
	float: left;
	display: inline;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}

/*
.texto img {
	float: left;
	margin-top: 5px;
	margin-left: 3px;
	margin-bottom: 5px;
	margin-right: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}
*/

.propiedades_texto {
	border: 1px solid #0099FF;
	background-color: #FFFFFF;
	float: left;
	width: 500px;
	margin-left: 5px;
}

.propiedades_texto ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.propiedades_texto ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: inline;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
}

.propiedades_texto ul li strong {
	font-weight: bold;
	color: #FFCC00;
}
.texto p.leer_mas {
	
}

.texto p.leer_mas a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

.texto p.leer_mas a:hover {
	color: #FEBE25;
}

/* Fin texto libre */







