@charset "UTF-8";
.estilo {
}
.tex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align:justify;
}
.titu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #EE6022;
}
.filete {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #d5006e;
}

.titulillo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #d5006e;
}

a:link {
color: #EE6022;
	text-decoration: none;
}


a:hover {
	color: #EE6022;
	text-decoration: underline;
}
a:active {
	color: #EE6022;
	text-decoration: underline;
}
a:visited {
color: #EE6022;
	text-decoration: underline;
}

#lista {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0;
	width: 100%;
	list-style-type: none;
	text-align: left;
}
#lista li {
    
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	margin: 0;
	padding: 0;
}

#lista ul {
	
	list-style: none;
	margin: 0;
	padding: 0;
}

#lista ul a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #333333;
	background: #fff;
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #535353;	*/
}

#lista a {
		background: #ffffff url("../img/flecha3.png") left center no-repeat;

	color: #333333;
	display: block;
	margin: 0;
	padding: 4px 20px;
	text-decoration: none;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0068c3;*/
}
#lista a:hover {
	 background: #ffffff url("../img/flecha3.png") left center no-repeat;
	color: #EE6022;
	padding-bottom: 4px;
}
.margen {
	margin: 0px;
	padding-right: 20px;
	padding-left: 20px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #EE6022;
	display: inline;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
