/* CSS */

body{
	margin: 8px 0 8px 0;
	padding: 0;
	background: #FFFFFF;
	color: #000000;
	font: 12px Tahoma, Arial, Times, serif;
}

a {
	color: #FF0000;
}

a:hover {
	color: #00CC00;
}

h1{
	margin: 2px 0 0 0;
	padding: 0;
	color: #666666;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

h2{
	margin: 2px 0 0 0;
	padding: 0;
	color: #009900;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

hr{
	width: 100%;
	background-color: #003366;
	border: 0;
	height: 1px;
	color: #003366;
	margin-bottom: 2px;
}

/* Publicidad */

.ads_captura {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

.ads_textos {
	text-align: center;
	color: #666666;
}

.publicidad {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

.publicidad a {
	text-decoration: underline;
	color: #009900;
}

.publicidad a:hover {
	color: #FF6600;
}

.pie {
	font-size: 11px;
	text-align: center;
}

.pie a{
	color: #006600;
}