/* CONTENIDOS
-------------------------------------------------- */


div#contenidos{
	background: url(../img/fondo_sec_ComoSeVenden.jpg) left top no-repeat;
	float:left;
}


div#informacion{
	float: left;
	margin-top: 175px;
	padding: 20px 0px 10px 0;
	width: 720px;
}

div#informacion ol li{
	background: url(../img/fondo_li.gif) 0px 0px no-repeat;
}

div#informacion ol li span{
	display: block;
	padding: 10px 0 0 110px;
	height: 50px;
}

div#informacion dl{
	margin-bottom: 20px;
}

div#informacion dl dd p{
	font-size: 12px;
	color: #555;
	line-height: 6px;
}

div#informacion dl dd p strong{
	font-size: 14px;
}

div#informacion dl dt{
	background: #fee2c6 url(../img/googleMaps.gif) 5px 5px no-repeat;
	font-size: 18px;
	font-weight: bold;
	padding: 4px 0 5px 25px;
	margin-bottom: 10px;
}

div#informacion dl dt a{
	color: #ec8720;
	text-decoration: none;
}

div#informacion button{
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 14px;
}

div#destacado{
	float: left;
	width: 355px;
	height: 355px;
	margin: 55px 0 0 0;
}

div#destacado img{
	border: 2px solid #ec8720;
}



div#contenidos ol li{
	margin: 0 0 0px 0px;
  display: list-item;
	padding: 0 0 10px 0px;
  height: auto !important;
	min-height: 60px;
  height: 60px;

  vertical-align:top;

}


div#contenidos ol li ul li{
	margin: 0 0 10px 0px;
	padding-left: 10px;
	min-height: 10px;
	border: none;
}

#uno span{
	background: url(../img/img1.gif) 10px 10px no-repeat;
}

#dos span{
	background: url(../img/img2.gif) 10px 10px no-repeat;
}

#tres span{
	background: url(../img/img3.gif) 10px 10px no-repeat;
}

#cuatro span{
	background: url(../img/img4.gif) 10px 10px no-repeat;
}

#cinco span{
	background: url(../img/img5.gif) 10px 10px no-repeat;
}

#seis span{
	background: url(../img/img6.gif) 10px 10px no-repeat;
}

#siete span{
	background: url(../img/img7.gif) 10px 10px no-repeat;
}

#ocho span{
	background: url(../img/img8.gif) 10px 10px no-repeat;
}

#nueve span{
	background: url(../img/img9.gif) 10px 10px no-repeat;
}

#diez span{
	background: url(../img/img10.gif) 10px 10px no-repeat;
}


/* ACORDEÓN
-------------------------------------------------- */

#miAcordeon {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 0px;
	font-size: 10pt;
	margin-bottom: 20px;

}

#miAcordeon h4 {
	background: #fee2c6 url(../img/googleMaps.gif) 5px 5px no-repeat;
	font-size: 18px;
	font-weight: bold;
	padding: 4px 0 5px 25px;
	cursor: pointer;
}

#miAcordeon a{
	color: #ec8720;
	text-decoration: none;
	background-color: #f5bc82;
	border: 2px solid #ec8720;
	color: #000;
	padding: 3px;
}

div.vtnAcc {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #f6f6f6;
	padding: 1px 5px 0px 25px;
	display: block;
	/*width: 677px;*/
	overflow: hidden;
}
	div.vtnAcc div {
		display: block;
		width: 300px;
		float: left;
	}