body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: black;
	text-align: center;
	margin: 0;
	padding: 0;
}

#contenedor{
	text-align: left;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 0px;
	left: 0px;
}

#cabecera{
	background-color: white;
	visibility: visible;
}


#principal{
	position: absolute;
	top: 100px;
	left: 0px;
	padding: 4px;
	margin: 0px;
	width: 805px;
	height: 700px;
	background-image: url(../imagenes/logoradikal1.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}


#pie{
	position:absolute;
	top: 750px;
	left: 13px;
	padding: 5px;
	text-align: left;
	clear: both;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	visibility: visible;
	display: block;
}
#animacion{
	background: blue;
	position: absolute;
	top: 100px;
	left: 13px;
	width:200px;
	height:300px;
}
#anuncios{
	background: red;
	position: absolute;
	top: 410px;
	left: 13px;
	width:200px;
	height:300px;
}
#opacidad{
	filter: alpha(opacity=50);
	opacity: .5;
	position: relative;
	top: 100px;
	left: 100px;
	width:200px;
	height: 200px;
	background-color: white;
	z-index: 1;
}
#Destacado {
	width: 100%;
	height: 100%;
	padding: 0px;
	text-align:center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CCCCCC;
	z-index: 2;
}
#ImagenDestacado{
	filter: alpha(opacity=70);
	opacity: .7;
}
#TextoDestacado{
	text-align:center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: black;
	background-image: url(../imagenes/fondo-semi-transparente.png);
}
#PrecioDestacado{
	text-align:center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: black;
	background-image: url(../imagenes/fondo-semi-transparente.png);

}
.contenedorfotoDcha {
	float:right;
	width:210px;
	height:180px;
	margin: 10px;
	padding:5px;
	background-color:#0066CC;
	border-right: blue solid 2px;
	border-bottom: blue solid 2px;
	text-align:center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CCCCCC;
	display: block;
}
