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

body {
	margin-top: 10px;
	font-size: 10px;
	font-family: verdana;
	color: #333333;
/*	background-color: #021768; */
	background-color: #EEEEEE;
/*	background: #ffffff url(/images/body_background.gif) repeat-x top left; */
}


a { text-decoration: none; }
a:link { color: #0000ff; }
a:hover { color: #0000ff; text-decoration: underline; }
a:visited { color: #0000ff; }
a:active { color: #0000ff; }



img {
        border: 0px;
}

#wrap {
        width: 760px;
        margin: 0px auto;
        background: #fdffe1 url(/images/wrap_background.jpg) repeat-y top center;
}

#header { width: 760px; height: 170px; margin: 0px auto; }
        #logo {         }
        #motive {         }
        #menu {       }


#menu_left { width: 176px; float: left; }
	#menu_left_margin { width: 160px; margin: 0px auto; }
	.menu_box_content ul {
		margin-top: 0px;
		margin-right: 4px;
		margin-bottom: 0px;
		margin-left: 4px;
	}
	.menu_box_content li {
/*		list-style-image: url(/images/menu_box_content_li.gif); */
		margin-bottom: 12px;
	}



#content { width: 408px; float: left; }
	.content_box_content ul {
		margin-top: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
		margin-left: 60px;
	}
	.content_box_content li {
		list-style-type: square; 
		margin-bottom: 8px;
	}

	.content_box_content h1 {
		font-size: 18px;
		color: #000099;
		margin-bottom: 8px;
		text-align: left;
	}

	.content_box_content h3 {
		font-size: 11px;
		color: #000099;
		margin-bottom: 8px;
		text-align: left;
	}



#menu_right { width: 176px; float: left; overflow: hidden; }
	#menu_right_margin    { width: 160px; margin: 0px auto; }


#footer { width: 760px; height: 80px; clear: both; }
	#footer_margin_top {
		width: 760px;
		height: 32px;
		font-size: 0px;
		background: #fdffe1 url(/images/wrap_background.jpg) repeat-y top center;
	}

	#footer_content {
		width: 760px;
		height: 60px;
		text-align: center;
		color: #cccccc;
		background: #ffffff url(/images/footer_content_background.jpg) no-repeat top center;
	}

	#footer_content a {
		color: #cccccc;
	}

.derecha {
	float: right;
}

.izquierda {
	float: left;
}

.centro {
	float: center;
}