@charset "utf-8";
body {
	background-attachment: fixed;
	background-image: url(fondo.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.fondo {
	background-color: #333333;
	background-image: url(fondo.gif);
	margin-top: 0px;
}

.fondo-menu {
	background-image: url(fdmnu.jpg);
	background-repeat: repeat-y;
}

.texto-normal {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.8em;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #C60;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #336600;
}
a:active {
	font-weight: bold;
	text-decoration: none;
	color: #336600;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #0C0;
}

.a-derecha {
	float: right;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.a-izquierda {
	float: left;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
h1 {
	color: #3B424A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
h2 {
	color: #3B4851;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
h3 {
	color: #3F4D5A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
.ad_vertical {
	height: 600px;
	margin-top: 10px;
}
.ad_top {
	height: 30px;
}

