/** CSS para el master layout **/
#main_container {
	width: 961px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow: hidden;
	text-align: left;
}

#header_container {
	position: relative;
	overflow: hidden;
	height: 272px;
}

#top_container {
	height: 42px;
	background-color: #333333;
	color: white;
	overflow: hidden;
	font-weight: bold;
} 

.top_box {
	margin-top: 7px; 
	padding-left: 17px; 
	padding-right: 17px;
	float: left; 
	font-size: 8pt;
	color: #FFFFFF;
}

#logo_banner_container {
	position: relative;
	height: 191px;	
	overflow: hidden;
}

#menu_container {
	position: absolute;
	left: 0px;
	top: 231px;
	z-index: 900;
	padding: 0px;
}

#center_container {
	position: relative;
	width: 959px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	overflow: hidden;
	border-left: 1px #D3D3D3 solid;
	border-right: 1px #D3D3D3 solid;
}

#footer_container {
	height: 50px;
	position: relative;
	background-color: #333333;
	color: #CCCCCC;
	overflow: hidden;
}

#footer_container a:link, #footer_container a:visited {
	color: white;
	font-weight: bold;
}

.delegacion_box {
	position: relative;
	padding-left: 7px;
	float: left; 
	border-right: 1px white solid;
	font-size: 9px; 
	font-family:Verdana, Geneva, sans-serif;
}

