*{
	border:0;
	margin:0;
	padding:0;
}

body{
	background:#8b8b8b;
}

#container {
	background:#fff;
	width:900px;
	margin: auto;
}

#top {
	background:#d3d3d3;
	width:100%;
/*	text-align:center; */
	height: 96px;
}
#menu {
	background:#23D444;
	width:100%;
	height: 29px;
	margin: auto;
}
#imagen_titulo {
	background:#056B18;
	width:100%;
	height: 127px;
	margin: auto;
}
#titulo {
	background:#BA3333;
	height: 35px;
	line-height: 35px;
    padding-left: 5px;	
    padding-right: 5px;
}
#contenido {
	background:#341CCF;
	width:100%;
}
#contenido2 {
	background:#341CCF;
	width:100%;
}
footer {
	background:#d3d3d3;
	width:100%;
	height: 25px;
}

#mensaje {
	background:#d1d1d1;
	width:600px;
	display: inline-block;
	float:left;
    padding-top: 5px;
    padding-bottom: 9px;
    padding-left: 5px;	
    padding-right: 5px;
}
#adicional {
	background:#278438;
	width:284px;
	display: inline-block;
	float:left;
    padding-top: 5px;
    padding-bottom: 9px;
    padding-left: 3px;	
    padding-right: 3px;
}

#mensaje2 {
	background:#d1d1d1;
	width:600px;
	display: inline-block;
	float:left;
    padding-top: 5px;
    padding-bottom: 9px;
    padding-left: 5px;	
    padding-right: 5px;
}
#adicional2 {
	background:#278438;
	width:284px;
	display: inline-block;
	float:left;
    padding-top: 5px;
    padding-bottom: 9px;
    padding-left: 3px;	
    padding-right: 3px;
}

#copyright {
	background:#2B6436;
}
#designed {
	background:#582D2D;
}

.menu {
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
}
.menu li {
    border-right: 1px solid #9B9A9A;
    float: left;
    list-style: none outside none;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
}

.menu li:last-child {
    border-right:none;
}
.menu li a {
    color: #000000;
    text-decoration: none;
}
.menu li a:hover {
    color: #9B9A9A;
    text-decoration: none;
}
.menu .current a {
    color: #9B9A9A;
    text-decoration: none;
}
.menu .current a:hover {
    color: #000000;
    text-decoration: none;
}