/***********************************************/
/* styles.css                            */
/* Use with template default.html         */
/***********************************************/

/* HTML tag styles                             */

/************************************/
body{
	font-family: Verdana,sans-serif;
	line-height: 1.166;
}

/************************************/

/************************************/
/* hyperlink and anchor tag styles  */
/************************************/

a{
	color: #000000;
	text-decoration: none;
}

a:link{
	color: #000000;
	text-decoration: none;
}

a:visited{
	color: #000000;
	text-decoration: none;
}

a:hover{
	color: #000000;
	text-decoration: underline;
}

/************************************/


/************************************/
/* Header tag styles                */


#feature2{
    float: left;
    width: 564px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

a.ampliar:link{
  	font-size: 8pt;
  	color: #0A15A2;
}

a.ampliar:visited{
	font-size: 8pt;
	color: #0A15A2;
}

a.ampliar:hover{
  	font-size: 8pt;
	color: #0A15A2;
}

/************************************/

#notasdestacadas{
	text-align: center;
	font-size: 85%;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	border: 2px solid #FFCC00;
	padding: 3px 0px 3px 0px;
	background-color: #990000;
}



/************************************/
#colnotaleft2{
    float: left;
    width: 49%;
	text-align: justify;
	font-size: 75%;
}
#colnotaright2{
    float: right;
    width: 49%;
	text-align: justify;
	font-size: 75%;
}
#fotonota{
	border: 3px solid #FFCC00;
}
#topnota{
    width: 202px;
	height: 57px;
	border-top: 1px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
	margin: 0px 0px 0px 5px;
	padding: 5px 0px 0px 0px;
	text-align: left;
	font-size: 100%;
}
#nota{
	padding: 5px 0px 15px 0px;
	text-align: justify;
	font-size: 95%;
}

/************************************/


