body {
	margin: .6in;
	font-family: Verdana, sans-serif;
	font-size: 12pt;
	}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #008FB2;
	text-decoration: none;
	text-align: left;
	padding: 0px;
	line-height: normal;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #145D92;
	text-decoration: none;
	text-align: left;
	padding: 0px;
}


h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #6596B6;
	padding-top: 4px;
	text-align: left;
	padding-left: 55px;
	padding-bottom: 2px;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #003366;
	text-align: left;
	padding-left: 100px;
	padding-top: 45px;
	padding-bottom: 0px;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #003366;
	text-align: left;
	padding-left: 50px;
	padding-top: 45px;
	padding-bottom: 0px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #0E436C;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
}

p a:link, p a:visited{
	text-decoration: none;
	color: #996600;
}

p a:hover{
	color: #996600;
	text-decoration: underline;
}



.terminos {
	color: #CCCCCC;
	height: 15px;
	text-align: center;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.55em;
	margin: 0px auto;
	padding: 0px;
	left: auto;
	right: auto;
	text-decoration: none;

}

.terminos a:link,#terminos a:visited {
	color: #999999;
	text-decoration: underline;
	padding-right: 0.5em;
	padding-left: 1em;
}

.terminos a:hover {
	text-decoration: underline;
	color: #000000;
}

.titulo_03 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #99978A;
	text-decoration: none;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	line-height: 25px;
	background-image: url(images/cuadrado.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


.foto {
	margin: 0px 5px 12px 12px;
}

.paginas {
	color: #000000;
	text-decoration: none;
	margin: 0px 4px 0px 3px;
	float: right;
	background-image: url(images/fondopag_off.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	text-align: center;
	height: 16px;
	width: 15px;
	padding: 2px 2px 0px 0px;
}
a.paginas:hover{
	color: #000000;
	text-decoration: none;
	margin: 0px 4px 0px 3px;
	float: right;
	background-image: url(images/fondopag_on.gif);
	background-repeat: no-repeat;
	padding: 2px 2px 0px 0px;
}

a:link {
	color: #4D4D06;
	text-decoration: none;
}
a:visited {
	color: #4D4D06;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

#contenedor {
	height: auto;
	width: 500px;
	margin: 0px;
	padding: 0px;
}
}
#navcontainer {
	width: 242px;
	float: left;
}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: left;
	font-weight: bold;
	line-height: 16.5px;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 235px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#navcontainer a:link, #navlist a:visited
{
color: #193EA7;
text-decoration: none;
}

#navcontainer a:hover
{
	background-image: url(images/overmenu.gif);
	background-repeat: no-repeat;
	color: #000066;
}
#textocontenidos {
	width: 460px;
	float: left;
	height: auto;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #F1F7F3;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	background-image: url(images/contenido.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/* print URLs after link text */
#content .entry p a:link:after, #content .entry p a:visited:after {
	content: " (" attr(href) ") ";
	}