@import 'general.css';

#mainSection {
	padding-top:30px;
	padding-bottom:30px;
}

#mainSection #despachoImg {
	padding: 3px;
	border-radius: 0;
	border: 1px solid #e0e0e0;
	background: #fff;
	margin-right: 32px;
}

#mainSection #descripcionDespacho {
	width:430px;
}

#mainSection #descripcionDespacho h2 {
	font-size:18px;
	margin-bottom:30px;
	padding-top:30px;
}

#mainSection p {
	line-height:21px;
	font-size:12px;
	margin-bottom:21px;
}

#mainSection #detalles {
	margin-top:30px;
}

#mainSection #detalles h2 {
	font-size:18px;
	margin-bottom:15px;
	color:#27689f;
	padding-bottom:15px;
}
#mainSection ul {
	/*list-style-image:url(../images/bullet.png);*/
	list-style:disc;
}
#mainSection ul li {
	font-size:12px;
	color:rgb(125, 125, 125);
	margin-left:17px;
	line-height:21px;
	margin-bottom:5px;
}

#bannerContacto {
	display:block;
	margin-top:40px;
}
h2 {
	margin-bottom:20px;
}
strong {
	font-weight:700;
}
.segmento h3 {
	padding:10px 0px 10px 30px;
	/*border-bottom: solid 1px black;*/
	background:url(../images/arrow_closed_list.png) no-repeat 10px center;
	cursor:pointer;
	font-weight:300;
	font-style:italic;
}
.segmento h3:hover {
	background-color:#E6E6E6;
}
.segmento h3.opened {
	background:url(../images/arrow_opened_list.png) no-repeat 10px center;
}
.segmento ul {
	padding-top:10px;
}
.segmento ul ul {
	padding-top:0px;
}
.segmento p {
	padding-top:10px;
	margin-bottom:0 !important;
}
