#main{
    max-width: 75em;
    margin: 0px auto 60px;
    padding: 20px 20px;
}

#primary{
    display: block;
    width: 100%;
    margin-right: 1.07527%;
}


.entry-contents {
    background: white;
    border: 1px solid #E1E1E1;
    box-shadow: 0 0 10px #DADADA;
    -webkit-box-shadow: 0 0 10px #DADADA;
    -moz-box-shadow: 0 0 10px #DADADA;
    padding: 25px;
 }   

.entry-content{
    background: #fdfdfd;
    border: 1px solid #4B4949;
    box-shadow: 0 0 10px #dadada;
    -webkit-box-shadow: 0 0 10px #5e5a5a;
    -moz-box-shadow: 0 0 10px #DADADA;
    padding: 25px;
    color: #3c3939;
}


.imagen-post-thumbnail{
    margin-bottom:20px;
}

#articles_list{		
    margin-top:120px;
}

#articles_list article .date {
    margin-bottom: 10px;
}

#articles_list article .extract {
	text-align:justify;
	color:black;
	font-size:14px;
	margin-top:20px;
    margin-bottom: 30px;
}

#articles_list article h2 {
	margin-bottom:20px;
    font-weight: 800;
    font-family: 'Open Sans',sans-serif;
    font-size: 3.6rem;
    text-transform: uppercase;
}

span.category{
    font-size:.8rem;
	color:#777777;
	margin-bottom:10px;
	background-image: url("../img/icon/search.png");
  	background-repeat: no-repeat;
    background-position: left center; 
	padding-left:20px;
}

#articles_list article .date ul {
	list-style:none;
	display:inline-block;
	color:#777777;
}

.date span {
    padding-right:20px;
}

.widget{
    padding-bottom: 10px;
}

.widget h3 {
	font-size:1.7rem;
	font-family:"open-sans", arial, helvetica;
	font-weight:400;
	color:#333333;
	margin-bottom:10px;
}

.widget ul li {
	list-style:none;
	margin-bottom:15px;
    background-image: url("../img/icon/vineta.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left:30px;
    margin-left: 20px;
}

.widget ul li a {
	font-family:"open-sans", helvetica, arial, sans-serif;
}

.widget ul li a:hover {
	color:#bf2222;
	text-decoration:none;
}

aside{
    margin-top:120px;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    padding: 5px 20px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(0, 0, 0);
    background: none repeat scroll 0% 0% rgb(74, 74, 74);
}

input[type="submit"]:hover {
    background: none repeat scroll 0% 0% rgb(51, 51, 51);
    border-color: rgb(51, 51, 51);
}

textarea {
    overflow: auto;
    width: 100%;
    padding: 10px;
    vertical-align: top;
    border: 1px solid rgb(221, 221, 221);
    height: 100px;
     background: #f1f1f1;
}

input[type="email"], input[type="password"], input[type="search"], input[type="text"], input[type="url"] {
    width: 50%;
}

input[type="email"], input[type="password"], input[type="search"], input[type="text"], input[type="url"] {
 background: #f1f1f1;
    border: 1px solid #E8E8E8;
    color: #626262;
    display: block;
    float: left;
    padding: 8px;
    resize: none;
    width: 100%;
    -webkit-transition: all 0.1s linear;
}

button, input, select, textarea {
    margin: 0px;
    transition: all 250ms ease 0s;
    vertical-align: baseline;
    color:#524E4E;
}

screen-reader-text {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    padding: 5px 20px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(0, 0, 0);
    background: none repeat scroll 0% 0% rgb(74, 74, 74);
    font-family: 'Roboto';
}

.commentlist {
    list-style:none;
}

.comment-author .avatar {
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50% 50% 50% 50%;
}

.comment-meta{
    margin-bottom:20px;
}

.comments{
    font-size:20px;
    font-family:'Raleway';
    margin-bottom:5px;
}

@media screen and (max-width:480px){
	input[type=email],input[type=password],input[type=search],input[type=text],input[type=url]{
		width:100%
	}

#articles_list {
    margin-top: 0px !important; 
}
.slider-text{
      font-size: 11px;
}

.carousel-caption .slider-title {
    font-size: 15px !important;
}
.carousel-caption {
    position: absolute;
    top: 20%;
    right: 5%;
    padding: 10px;
    color: #fff;
    width: 90%;
    opacity: 1;
    text-align: center;
    font-size: 17px;
    z-index: 2;
    left: 5%;
}
}