/* CSS Document */

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
	margin: 0;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #003EB3;
	font-style: italic;
}
h2 {
	font-size: 2em;
	font-style: italic;
	color: #B39200;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #D9B100;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #999999;
}
A {
	text-decoration: none;
	color: #003EB3;
}
A:visited {
	color: #003EB3;
}
A:hover {
	color: #B39200;
	border-bottom: 1px dashed #B39200;
}
A:active {
	color: #D9B100;
}
.textesp {
	color: #272999;
}
.texteng {
	color: #431553;
}
.idioma {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #999999;
}
.pie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
. pie A {
	color: #999;
}
.pie A:visited {
	color: #999;
}
.pie A:hover {
	color: #666;
}
.pie A:active {
	color: #333;
}
.titulito {
	font-weight: bold;
	color: #745F01;
}
.dir {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #666;
}
.peqesp {
	font-size: 11px;
	color: #272999;
}
.peqeng {
	font-size: 11px;
	color: #431553;
}
img.marg {
	margin: auto 3px;
}
ul.pto {
	list-style-image: url(imagen/punto.gif);
	margin-left: 5px;
	padding-left: 8px;
}