/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: #2D3E00;
	color: #000000;
	font: 13px Verdana, Arial, "Times New Roman", Times, serif;
}

a {
	color: #344800;
}

a:hover {
	text-decoration: none;
	color: #BBDD53;
}

a:visited {
		color: #344800;
} 

h1 {
	margin: 4px;
	padding: 0;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
}

h2 {
	font: 13px Verdana, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #333333;
}

h3 {
	font: 13px Verdana, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #333333;
}

h4 {
	font: 13px Verdana, "Times New Roman", Times, serif;
	font-weight: bold;
}

ul {
	list-style-position: inherit;
	list-style-type: square;
}

li {
	margin: 2px;
}

.cat {
	color: #BBDD53;
	font-size: 12px;
	font-weight: bold;
}

.cat a{
	color: #FFFFFF;
	text-decoration: none;	
}

.cat a:hover{
	color: #BAEA7A;
	text-decoration: underline;	
}

.enl {
	color: #000000;
}

.enl a {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;	
}

.enl a:hover {
	color: #FFFF00;
	text-decoration: underline;	
}

.pie {
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
}

.pie a{
	color: #FFFF00;
}

/* Home */

.title_home a{
	color: #0F58B6;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

.title_home a:hover{
	color: #000000;
	text-decoration: underline;
}

.menu_top{
	text-align: center;
	color: #FFFF00;
	font-size: 12px;
	font-weight: bold;
}

.menu_top a{
	color: #FFFFFF;
	text-decoration: none;
}

.menu_top a:hover{
	color: #FFFF00;
	text-decoration: underline;
}

/* Buscador */

.busca_input {
	border: 1px solid #3F3F3F;
	font-family: Verdana;
	font-size: 12px;
	padding: 3px;
}

.busca_button {
	border: 1px solid #BBDD53;
	background: #6A851B;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	padding: 2px 10px 2px 10px;	
}