@charset "utf-8";

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

/* position */
.blog-featured {
    padding: 0px;
}
.items-leading {
    padding: 0px 5px;
    overflow: hidden;
    margin-bottom: 10px;
}
.row-separator {
    display: block;
    clear: both;
    margin: 0px;
    border: 0px;
    height: 1px;
}
.item-separator {
    display: none;
    margin: 0px;
}

/* blog */
.cols-1 {
    display: block;
    float: none;
    margin: 0px;
}
.cols-2 .column-1, 
.cols-2 .column-2 {
    width: 50%;
    float: left;
}
.cols-3 .column-1, 
.cols-3 .column-2, 
.cols-3 .column-3 {
    float: left;
    width: 33.33%;
}
.cols-4 .column-1, 
.cols-4 .column-2, 
.cols-4 .column-3, 
.cols-4 .column-4 {
    float: left;
    width: 25%;
}
.cols-5 .column-1, 
.cols-5 .column-2, 
.cols-5 .column-3, 
.cols-5 .column-4, 
.cols-5 .column-5 {
    float: left;
    width: 20%;
}
.cols-6 .column-1, 
.cols-6 .column-2, 
.cols-6 .column-3, 
.cols-6 .column-4, 
.cols-6 .column-5, 
.cols-6 .column-6 {
    float: left;
    width: 16.66%;
}
.items-row {
    overflow: hidden;
}
.blog-more {
    padding: 10px 5px;
}

/* Banners */
#box-7 .banneritem,
#box-8 .banneritem,
#box-14 .banneritem,  
#box-15 .banneritem
{
	margin: 5px 0px;
}
#box-7 .banneritem img,
#box-8 .banneritem img,
#box-10 .banneritem img,
#box-11 .banneritem img,
#box-12 .banneritem img,
#box-13 .banneritem img,
#box-14 .banneritem img,  
#box-15 .banneritem img,
#box-18 .banneritem img,
#box-19 .banneritem img,
#box-20 .banneritem img,
#box-21 .banneritem img,
#box-22 .banneritem img,
#box-23 .banneritem img,
#box-24 .banneritem img,
#box-25 .banneritem img,
#box-26 .banneritem img,
#box-27 .banneritem img
{
	width: 100%;
}

/* Paginacion */

.pagination ul {
	float: left;
}
.pagination li {
	float: left;
	padding: 5px 10px;
}

/* Articulos */

.createdby,
.mod-articles-category-writtenby {
	font-style: italic;
}
.category-name,
.mod-articles-category-category {
	font-style: italic
}
.published,
.mod-articles-category-date {
	font-style: italic;
} 
.mod-articles-category-readmore,
.readmore {
	font-style: italic
}

/* Breadcrums */

