/* CSS Creado por Carlos Cabo (carloscabo@lapsus.com) 2008 */
body, input, textarea, label, select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:400;
	font-size:62.5%;
	color:#737470;
}

input, textarea, label, select {
	font-size: 1em !important;
	font-weight:400;
}

p, li {
	font-size:1.2em;
	line-height:1.5em ;
}
/*div,span*/

p { margin-bottom:1em; }

strong {
	font-weight:700;
}

a, a:link,
a:visited,
a:hover,
a:active  { font-weight:700;color:#8a5856;outline:0;}
a:hover   { color:#000;}

h2 {
	color:#779038;
	font-size:1.6em;
	font-weight:700;
}

address {
	float:left;
	display:inline;
	font-size: 1.1em;
	line-height: 1.5em ;
	color:#756160;
	margin:18px 0 0 35px;
}

address a,
address a:link,
address a:visited,
address a:hover,
address a:active { font-weight:700;color:#756160;}
address a:hover  { color:#7c3249;}

/* NOTICIA */

.noticia a, .noticia a:link,
.noticia a:visited,
.noticia a:hover,
.noticia a:active  { font-weight:700;color:#7b8a54;outline:0;}
.noticia a:hover   { color:#000;}

.noticia span { color:#7b8a54;line-height:1.5em; }

/* listas */


ul.not {
	/*color:#000;*/
	list-style-type:disc;
}

ul.not li {
	/*color:#fff;*/
	/*font-size:13px;*/
	list-style-type:disc;
	font-weight:400;
	line-height: 14px;
	/*background:url(../img/bullet.png) top left no-repeat;*/
	padding:6px 0 4px 0px;
	list-style-position:inside;
}

/*
<style type="text/css">
ul.not {
	list-style-type:disc !important;
	list-style-image:inherit !important;
	list-style-position:outside !important;
}

ul.not li { font-style: normal !important;}
ol.not li { font-style: normal !important;}
ol.not ol { font-style: normal !important;}
</style>
*/