* {
	margin: 0;
	padding: 0;
}	

body {
	font: 80% Tahoma, Verdana, Arial, sans-serif;
	line-height: 1.4em;
	text-align: center;
	color: #747474;
	background: #92B839;
}

#container {
	width: 780px;
	margin-top: 15px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #747474;
	background: #ffffff;
}
#busqueda {
position:relative;
top:0px;
	
	margin-left: 50px;
	float:right;
	margin-bottom:5px;
}
#busqueda input{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;}
.boton{	background-color:#5C7F17;
	color:#FFFFFF;
}
#header {
	height: 150px;
	width: 760px;
	margin: 10px;
	border: 1px solid #747474;
	background-color: #a0b802;
	background-image: url('imagenes/cabecera.png');
	background-repeat: no-repeat;
	background-position: right center;
}

#header h1{
	color: #5C7F17;
	text-align: left;
	margin-top: 60px;
	margin-left: 20px;
	font-size:40px;
	text-decoration:none;
}
.ahome{
text-decoration:none;
color:#5c7f17;}
#header h3 {
	color: #5C7F17;
	text-align: left;
	margin-top: 20px;
	margin-left: 20px;
}

#menu {
	height: 40px;
	width: 760px;
	margin: 10px;
	/*border: 1px solid #747474;*/
}

#menu ul {
	list-style-type: none;
}

#menu ul li{
	height: 30px;
	width: 73px;
	float: left;
	margin-left: 4px;
	margin-right: 5px;
	padding-top: 10px;
	font-size: 11px;
	border: 1px solid #747474;
}

#menu ul li#last {
	margin-right: 0;
	width: 75px;
}

#menu ul li a{
	margin-left: 6px;
	margin-right: 8px;
	display: block;
	text-decoration: none;
	color: #a2a2a2;
	border-bottom: 4px dotted #003366;

}

#menu ul li a:hover{
	border-bottom: 4px dotted #85c20c;
}

#content {
	width: 760px;
	margin: 10px;
	border: 1px solid #747474;
	text-align: left;
}
#content ul{
	margin: 0 0 0 50px;
}
#content a {
	color: #009ddd;
	text-decoration: underline;
}
.encasillada{
border:dashed 1px;
padding:5px 5px 5px 5px;
margin:0 15px 10px 10px;
float:left;}
#content a:visited {
	color: #85c20c;
	text-decoration: none;
}

#content a:hover {
	color: #85c20c;
	text-decoration: none;
}

#content a:active {
	color: #85c20c;
	text-decoration: none;
}

#content h2 {
	margin: 10px;
	font-size: 20px;
	font-weight: bold;
	color:  #003366;
}

#content h3 {
	margin: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #85c20c;
}
#content h4 {
	margin: 10px;
}
#content h1 {
	margin: 30px;
}
.anuncios{
font-weight:bold;}
#content p {
	margin: 10px;
	text-align:justify;
	padding-left: 10px;
}

#content acronym {
	border-bottom: 1px dotted #85c20c;
	cursor:pointer;
}

#footer {
	width: 760px;
	margin: 10px;
	border: 1px solid #747474;
}
.numero{
	text-align:right;
}
.centrado{
	text-align:center;
}