@CHARSET "ISO-8859-1";
body 
{
    font-size:1.2em;
}

/*Elementos HTML*/

p
{
    text-align:justify;
    line-height:1.5em;
}

em
{
    font-weight:bold;
    color:#bf2b05;
}



/*Imagenes y enlaces*/

a img
{
    border: none;
}

.imgintro
{
    float:right;
    padding: 15px; border: 1px solid #ccc; background-color: #eee;
    width:235px;
    height:auto;
    margin:  0 0 15px 20px; 
}

/*Bloques de diseņo*/

.pub p{
	text-align:left;
}
#notas
{
    width:80%;
    padding:0 20px;
    border: 4px solid #CCC;
    margin: 0 auto;
    background-color:#EEE;
}

#notas h2
{
    font-size:1.6em;
}

div.author {
	width: 30%;
	float: left;
	padding: 0 10px;
}

div.author p{
	text-align: left;
}


ul.news {
	list-style: circle;
}

ul.news li{
	line-height: 1.2;
	padding: 5px 0;
}
