body {
	background-color:#FFF;
	background-position:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#666;
	margin-top:0px; 
	margin-left:0px;
	padding: 0px;

}

.contenido {
    position:relative;
    width:930px;
    height:500px;
    margin:50px auto 0 auto;
    padding:0px;
}

.menu{
	position:relative;
	background-color:#fff;
	width:296px;
	font-family:Georgia, Times New Roman, Times, serif, Trebuchet MS;
	font-size:22px;
	font-weight:normal;
	color:#CCC;
	text-decoration:none;
	text-align:right;
	margin-top:0px;
	margin-left:0px;
	z-index:200;

}

a:hover .menu{
	color:#666;
}
.menu_on{
	color:#99CC33;
}

a#facebook {
	position:relative;
	display:block; 
	width:296px;
	height:30px;
	margin-top:0px;
	margin-left:0px;
	background-image:url(../images/icono_fb_off_on.gif);
	background-repeat:no-repeat;
	background-position:right -30px;
	text-align:right;
	z-index:100;
	
}
a#facebook:hover{
	background-position:right 0px;
	
}

.destacado{
	position:relative;
	width:151px;
	height:148px;
	margin-top:-30px;
	margin-left:-30px;
	z-index:210;
}

.logo {
	position:relative;
	width:296px;
	height:240px;
	margin-top:0px;
	margin-left:0px;
	padding:0px;	
	
}	
.texto {
	position:relative;
	background-color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	text-align:left;
	color:#666;
	margin-left:370px;
	margin-top:-518px;
	width:540px;
	height:500px;
	line-height:1em;
	text-transform:none;
	list-style-image:url(../images/bullet.gif);
}
.texto_peque {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	color:#666;
	line-height:1em;
	list-style-image:url(../images/bullet.gif);
}

.hilite{
	color:#99cc33;
}

.new{
	position:absolute;
	font-family:Arial;
	font-size:8px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#FF0000;
	margin-top:-460px;
	margin-left:300px;
	width:22px;
	height:11px;
	z-index:250;
	
}
.new_text{
	font-family:Arial;
	font-size:8px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#FF0000;
	
}

a:link {
	color: #99cc33;
	text-decoration: underline;
}

a:visited {
	color: #99cc33;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}