﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	min-width: 960px;
	margin-top: 5px
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #A54273;
	text-decoration: underline;
}
a:active {
	color: #5B802B;
	text-decoration: none;
}
a:focus {
	color: #5B802B;
	text-decoration: none;
}


a.not {
	color: #000000;
	text-decoration: underline;
}



a.home {
	color: #5B802B;
	font-weight: bold;
}

a:hover.home {
	color: #A54273;
	text-decoration: underline;
	font-weight: bold;
}

a.home2 {
	color: #BC0404;
	font-weight: bold;
}

a:hover.home2 {
	color: #A54273;
	text-decoration: underline;
	font-weight: bold;
}

a.verde    { color: #49983C }
a.verde:visited { color: #49983C }

#centrador {
	position:relative;
	margin:0 auto;
	width: 960px;
	text-align: left;
}
.menu_pie {
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: justify;
}
.biblio {
	font-size: 14px;
}
img {
	border-style: solid;
	border-width: 0;
}