div#test-accordion{
    border: 1px solid #eee;
	margin:0;
	padding:0;
	width:200px;
height:auto;
display:block;
float:right;
border:1px solid #eeeeee;
margin-top:10px;
margin-right:5px;
}
.accordion {
width:200px;
height:auto;
display:block;
float:right;
border:1px solid #eeeeee;
margin-top:10px;
margin-right:5px;
}
div.accordion {
	position: relative; /* required for bounding */
}

div.accordion-toggle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
    position: relative; /* required for effect */
    z-index: 10;
	background-image:url(../img/pixel_acordion.jpg);
	background-repeat: repeat-x;
	background-position: center;		/* required for effect */
	background-color: #eee;   
    cursor: pointer;
	padding:3px;
	color:#666;
}

div.accordion-toggle-active{
font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #fff;
	color:#069;
	background-image: url(../img/pixel_acordion.jpg);
	background-repeat: repeat-x;
	background-position: center;	
}

div.accordion-content{
    overflow: hidden;	/* required for effect */
	margin:5px;
	color:#666;
	font-size:10px;
}

div.accordion-content a{
	color: #0099CC;
	text-decoration: none;
}
#imagene_destacados{
    padding-left:0px;
    padding-top:10px;
}

#texto_suscripciones{
	color:#158cc0;
	font-size:11px;
}

#label_suscripciones{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	padding-top:10px;
	padding-bottom:3px;
	display:block;
}

#input_suscripciones{

}

#button_suscripciones{
	display:block;
	padding-top:5px;
	text-align:right;
	width:180px;
}

#button_suscripciones input{
	background:none;
	border:none;
	background-image: url(../img/btn_env2.jpg);
	height:25px;
	width:84px;
}

#button_suscripciones input:hover{
	background-image: url(../img/btn_enviar.jpg);
}
