/*------------------------------------Header*/

body {
	margin: 0px;
}
.title {
	font-family: arial black;
	font-size: 18px;
	line-height: 8px;
	color: #F6DFDA;
	letter-spacing: -2.2px;
	text-align: center;
}
.fondo {
	font-family: tahoma;
	font-size: 9px;
	color: #000000;
	padding-left: 25px;
	padding-right: 30px;
}

/*------------------------------------Links*/

a:link, a:active, a:visited {
	text-decoration: none;
	color: #CC0000;
	opacity: .60;
	filter:alpha(opacity=60);
}
a:hover {
	text-decoration: none;
	color: #C29A7E;
}
a img {
	border: 6px solid #CC0000;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	opacity: .60;
	filter:alpha(opacity=60);
}
a:hover img {
	border: 6px solid #C29A7E;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	opacity: .99;
	filter:beta(opacity=99);
}

/*------------------------------------Contenido*/
.contenido {
	font-family: tahoma;
	font-size: 9px;
	color: #000000;
	padding-left: 40px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 40px;
}
/*------------------------------------Divs*/

#iframe {
	position:absolute;
	width:511px;
	height:728px;
	z-index:2;
	left: 177px;
	top: 657px;
}
#googleads {
	position:absolute;
	width:468px;
	height:60px;
	z-index:2;
	left: 492px;
	top: 550px;
}
