body
{
	font-family:		trebuchet ms;
	text-align:			center;
	background-color:	#00224c;
	font-size:			11px;
	/*background:			white url('../img/plantilla.jpg') no-repeat 50% 0;*/
	margin: 0px;
	color: white;
}

#header, #page, #footer{
	width: 1000px;
	margin:				auto;
	text-align:			left;
	display: inline-block;
}


.logoimage{
	float: left;
}

.titles{
	margin-top: 20px;
	float: left;
	width: 80%;
}

#page{
	background-color: white;
	color:  #454545;
	text-align: justify;
	margin-top: -3px;
}

.antetitulo{
	font-size: 17px;
	font-weight: normal;
}

.titulo{
	font-size: 25px;
	margin-top: -18px;

}

.slogan{
	font-size: 11px;
	font-weight: normal;
	margin-top: -10px;
	margin-bottom: 10px;
}

#logo{
	width: 659px;
	height: 150px;
	background:	url('images/headerseparator.jpg') top right no-repeat;
	text-align: justify;
	margin-bottom: 10px;
	float: left;
}

#text{
	width: 340px;
	height: 150px;
	float: right;
}

/*LINKS*/
a {
	color: #454545;
	text-decoration: none;
	
}


/*MENU*/
#menu {
	height: 33px;
	width: 100%;
	background:	url('images/menubackground.jpg') repeat-x;
	float: left;
}

#menu .wrap{
	/*margin-left: 150px;*/
	text-align: right;
	margin-right: 10px;
}

#menu .wrap a, #menu .wrap a:hover, #menu .wrap a:visited{
	color: white;
	text-decoration: none;
	font-weight: bold;
	margin-top: 10px;
}

#menu ul
{
	list-style:			none;
	float: right;
}

#menu ul li
{
	display:			inline;
	margin-left:		18px;
}


#menu ul li a
{

	color:				white;/*#2C587A;*/
	text-decoration:	none;
	border-right:	    1px solid #00224C;
	padding-right:		10px;
	padding-top:		11px;
}

#menu ul li .active a
{
	color: white;
	font-weight:		bold;
}

#menu ul ul
{
	display: none;
}


#footer{
	margin-top: 10px;
	text-align: center;
}
