/* CSS Document */
* { padding: 0px; margin: 0px; }
body {
	background-color:#666666;
	text-align:center;
	margin: 23px;

}
.redondeado {
	color: #003300;
	background-color: #003300;
}
#redondeadoAdentro1,#redondeadoAdentro2,#redondeadoAdentro3
{
	background-color: #C9DFC8;
}

#redondeadoAdentro1 {
	height: 1px;
	width: 700px;
	margin-left: 1px;
}

#redondeadoAdentro2 {
	height: 1px;
	width: 699px;
	margin-left:2px;
}
#redondeadoAdentro3 {
	height: 1px;
	width: 696px;
	margin-left: 4px;
}

#redondeadoAfuera1, #redondeadoAfuera2, #redondeadoAfuera3, #redondeadoAfuera4 {
	background-color: #003300;
}

#redondeadoAfuera1 {
	height: 12px;
}

#redondeadoAfuera2 {
	height: 1px;
	width: 725px;

}
#redondeadoAfuera3 {
	height: 1px;
	width: 725px;
}
#redondeadoAfuera4 {
	height: 1px;
	width: 725px;
}


#contenedor
 {
	width: 725px;
	margin-right: auto;
	margin-left: auto;
			}

/******************************************** HEADER ******************************************/
			
		
#top {
	height:121px;
	background-image:url(top.gif);
	background-repeat:no-repeat;
	text-indent: -9000px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
		
		}
		
#menu {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #003300;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #436D2E;
		}

/*****************/

/************************************  MAIN ***************************************/

#main {
	background-color:#C9DFC8;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	border-right-width: 12px;
	border-left-width: 12px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
		
		 }
#menu ul {
	list-style-type: none;
	background-color: #003300;
	height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
#menu li a {
	text-decoration: none;
	color: #FFFFFF;
}
#menu li {
	display: block;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #235115;
	line-height: 25px;
	padding-right: 7px;
	padding-left: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

		 
#main h1 {
	text-align:left;
	font-size:24px;
	text-decoration:none;
	color:#003300;
	margin-bottom: 17px;
}
			
#main p {
	font-size:12px;
	margin:5px;
	text-align: left;
		}


/************************************ FOOTER ***************************************/


#footer { float:left;
			}


#main_content {
	padding: 8px;
	line-height: 1.5em;
}
#menu li a:hover {
	color: #FFCC00;
}

#top {
	background-color: #666666;
}

