/* Start of CMSMS style sheet 'generic' */
@charset "UTF-8";

@media all {
.float_left { 
float: left;
display:inline;
margin-right: 1em;
margin-bottom:1em;
}

.float_right {
float: right;
display:inline;
margin-left: 1em;
margin-bottom: 1em;
}

.center {
display:block;
text-align:center;
margin: 0.5em auto;
}

div.float_left p, div.center p, div.float_right {
text-align: center;
font-size: 75%;
color: #6575c8;
}

div.clear {
clear:both;
}

.thumbnail {
border:1px solid #6575c8;
margin:0 8px 0 0;
padding:3px 3px 0;
}
/*-------------------------------------------------------------------------------------*/
/*--- Noticias ------------------------------------------------------------------------*/
small.time, small.author {
color:#FE9832;
}
/*-------------------------------------------------------------------------------------*/
}
/* End of 'generic' */

