@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: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;
}
#contactForm label {
	display:block;
	float:left;
	width:150px;
	font-size:14px;
	line-height:30px;
	text-align:right;
	margin-right:10px;
	margin-bottom:8px;
	font-weight:300;
	font-style:italic;
}
#contactForm input {
	display:block;
	float:left;
	width:450px;
	height:20px;
	margin-bottom:8px;
	border:solid 1px #C8C8C8;
	padding:5px;
	font-family:Ubuntu;
	font-weight:400;
	font-size:14px;
}
#contactForm textarea {
	width:450px;
	padding:5px;
	height: 100px;
	resize:none;
	border:solid 1px #C8C8C8;
	margin-left:160px;
	font-family:Ubuntu;
	font-weight:400;
	font-size:14px;
}
#contactForm #botones {
	margin-top:30px;
	margin-left:450px;
}
#contactForm #botones .contactBtn {
	width:80px;
	height:40px;
	color:white;
	margin-right:10px;
	text-transform:uppercase;
	background-color:#4b4b4b;
	cursor:pointer;
}
#contactForm #botones .contactBtn:hover {
	background-color:#27689f;
}

div.right h2 {
	margin-top:50px;
	font-size: 18px;
	margin-bottom: 15px;
	color: #27689f;
	padding-bottom: 15px;
}
div.right p {
	font-size:16px !important;
	color:black;
	padding-bottom:10px;
	margin-bottom:0 !important;
	font-weight:300;
}
div.right span.tel {
	font-weight:400;
	font-style:italic;
	padding-right:5px;
}
