body {
    color: #333;
    font-family: 'PT Sans', arial, serif;
}
a {
    
    text-decoration: none;

}
.text {
   /* font-size: 1.25em;*/
    text-align: justify;
    position: relative;
    font-size: 1.1em;

}

.autor {
    font-style: italic;
}



.logo {
    background-image: url('../imgs/bgtop_articulo_s1.gif');
    height: 72px;
    text-indent: -9999px;
}
.mainmenu a {
    font-weight: bold;
    padding: 0 0.5em

}

hr {
    background-color: #65A102;
}

h1,h2,h3,h4 {
    color: #555;
}

.nota {
	width: 270px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 680px;
	display: block;
	
	text-align: left;
}

.nota strong {

	font-weight: bold;     
	color: #000000;
	display: block;
	float: left;
	position: relative;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}

.caption {
    font-style: italic;
}

.bodytext img {
    margin: 1em 2em;
}

.twitter {
    position: relative;
    top: -1px;
}

.banners_articulo {
    float: right;
    width: 200px;
}

.bio_autor {
    padding: 1em;
    background-color: #f9f9f9;
}

.bio_autor h2 {
    font-size: 1.1em;
}