/* CSS Document */
body{
	margin: 0;
	background-image: url(../img/template/fondoVert.png);
	background-repeat: repeat-x;
	background-color: #000000;
	background-position: center 0px;
	color: #FFFFFF;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	height: 100%;
	background-color: #D95228;
	border-top: 2px #FFFFFF solid;
	border-bottom: 2px #FFFFFF solid;
	padding: 20px;
	text-align: center;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
	font-weight: bold;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.visitas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
}
