@charset "utf-8";
/* CSS Document */
	
#list1 .title {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	color: #007FD6;
	font-weight: bold;
	font-size: 15px;
	width: 505px;
	height:auto;
	border-bottom: #CCCCCC solid 1px;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../../images/acordeon_row.png);
	margin-bottom: 10px;
	margin-top: 10px;

}
.title, .mytitle { 
	cursor:pointer; 
	margin-top:0.5em; 
	padding:0.1em; 
}
.on  .mytitle { 
	background-color:#C0C0C0;
	}
.off .mytitle { 
	background-color:#E0E0E0; 
	}
.content, .mycontent  {	
	width:530px;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 15px;
	color:#666666;
	word-spacing: 5px;
	padding-left: 6px;
	text-align:left;
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom: 2px;
	line-height: 18px;

}
.solicitar,  a.solicitar{
	background-color:#FF6200;
	background-image:url(../../images/boton_naranja.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	float:right;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	height:18px;
	margin-right:25px;
	margin-top:5px;
	padding-bottom:5px;
	padding-top:6px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:117px;
}
.bg {
	background-image:url(../../images/background_acordeon.png);
	height:25px;
	margin-top:25px;
	width:548px;
	margin-bottom: 15px;
}
.dividido {
	color:#005492;
	height: auto;
	font-weight:bold;
}
.img_renta {
float:left;
padding-right: 15px;

}
