@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;
}
.articuloCont {
	margin-bottom: 40px;
	background: none repeat scroll 0 0 #ECEBEB;
	padding: 6px;
}
.articulo {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CBCBCB;
	padding: 10px;
}
.objeto {
	margin-bottom:20px;
	text-align:center;
}

.fechaArticulo {
	width:70px;
	height:52px;
	padding-right:5px;
	border-right:solid 4px #27689f;
	float:left;
	margin-right:10px;
}
.fechaArticulo p {
	font-size:30px !important;
	line-height:26px !important;
	color:rgb(76, 76, 76);
	margin-bottom:0 !important;
}
.headerArticulo {
	border-bottom:dotted 1px #A9A9A9;
	padding:0;
	margin-bottom:20px;
	height: 60px;
}
.headerArticulo h1 {
	padding-bottom:0;
	margin-bottom:5px;
}
#numPaginasCont {
	text-align:center;
	margin-top:35px;
}
#numPaginasCont p {
	color:#999;
	margin-bottom:8px;
}
#numPaginas {
	
}
#numPaginas li {
	display:inline;
	list-style:none;
}
#numPaginas a {
	display:inline-block;
	padding:6px 10px;
	text-decoration:none;
	color:#999;
	margin:0 8px;
	background-color:#EBEBEB;
}
.pagActual {
	color:black !important;
	font-weight:bold !important;
}