/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}

a:link {
	text-decoration: none;
	color: #009933;
}
a:visited {
	text-decoration: none;
	color: #009933;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009933;
	text-decoration: none;
	}
	
.noticias_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	background-color: #009933;
	padding: 7px;
	font-weight: bold;
	}
	
.noticias {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border-top-color: 009933;
	border-right-color: #009933;
	border-bottom-color: #009933;
	border-left-color: #009933;
	padding: 7px;
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	}

.titulares {
	color: #009933;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.contenido {
	font-family: arial;
	font-size: 11px;
	color: #009933;
	border: 1px solid #009933;
	background-color: #EEEEEE;
	padding: 5px;
}

.pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #009933;
	text-decoration: none;
	font-weight: bold;
}

