body{
	margin:5px 0px 0px 0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#container{
	width:980px;
	z-index:0;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
}
#cabezal{
	width:980px;
	height:90px;
	background-image:url(/images/cabezal.png);
	background-repeat:no-repeat;
	float:left;
}
#cabezal ul{
	width:980px;
	height:10px;
	float:left;
	margin:2px 0px;
	padding:0px;
}
#cabezal ul li{
	float:left;
	padding:0px 10px 2px 10px;
	list-style:none;
	font-size:11px;
	border-right:1px solid #BFBFBF;
}
#cabezal ul li a{
	color:#BFBFBF;
	text-decoration:none;
}
#cabezal ul li a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}
#h_cabezal{
	width:460px;
	height:80px;
	float: right;
	padding:0px;
}
#h_cabezal label{
	float:left;
	color:#BFBFBF;
	font-size:10px;
}

#menu{
	width:980px;
	height:20px; 
	float:left;
	margin:0px;
}

#menu a{
	height:17px;
	padding:3px 5px 3px 5px;
	overflow: hidden;
	text-decoration:none;
	float:left;
	font-size:12px;
	border-left:1px dashed #CECECE;
}

#menu a:hover{
	background-color:#333333;
	color:#FFFFFF;
}

.non{
	background-image:url(/sitio/gris.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#636363;
}

.non:hover{
	background-image:url(/sitio/gris2.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.nonse{
	background-image:url(/sitio/gris2.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#FFFFFF;
}


.mundo{
	background-image:url(/sitio/gris_mundo.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#bbbbbb;
	font-weight:bold;
}

.mundo a{
	height:17px;
	padding:3px 5px 3px 5px;
	overflow: hidden;
	text-decoration:none;
	float:left;
	font-size:12px;
	border-left:1px dashed #CECECE;
}

.mundo a:hover{
	background-image:url(/sitio/gris_mundo2.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#383838;
}


#secciones{
	width:980px; 
	height:22px;
	overflow: hidden;
	margin:0px 0px 10px 0px;
	background-color:#FFFFFF;
	float:left;
	background-image:url(/sitio/gris.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
#secciones img{
	float:left;
	margin:0px;
	border:0px;
}
#secciones img:hover{
	filter: alpha(opacity=70);
	opacity: .7;
	-moz-opacity:0.7;
}


.busqueda{
	float:left; 
	width:450px;
	overflow:hidden;
	padding:0px;
	border-bottom:1px solid #4F4F4F;
	margin-bottom:10px;
	padding-bottom:5px;
}

.busqueda a{
	color:#4f4f4f;
	text-decoration:none;
	font-size:15px;
	float:left;
	font-weight:bold;
}
.busqueda a:hover{
	text-decoration: underline;
}
.busqueda p{
	float:left;
	margin:3px 0px;
}

#central{
	float:left; 
	margin-right:10px; 
	width:670px;
	overflow:hidden;
	padding:0px;
}



#central form p{
		float:left;
		margin:5px 5px 0px 0px;
		width:320px; 
		padding:2px;
		overflow:hidden;
	}
#central form p label{
		float:left;
		color:#666666;
	}
#central form p select{
		float: right;
		margin-left:5px;
	}
	
	  .boton{
			font-size:10px;
			font-weight:bold;
			color:white;
			background-color:#999999;
			border:0px;
			width:80px;
			height:19px;
       }
	   
	  .boton:hover{
			background-color:#333333;
			color:#FFFFFF;
			cursor: pointer;
       }


#cont_der{
	float:left;
	width:246px;
	overflow:hidden;
	border:1px solid #999999;
	padding:10px;
}
#cont_der h1{
	float:left;
	width:256px;
	color:#4F4F4F;
	padding:0px;
	margin:0px 0px 5px 0px;
	font-size:16px;
}
#cont_der img{
	float:left;
	width:60px;
	margin:0px 5px 5px 0px;
}
#cont_der h2{
	width:175px;
	float: right;
	color:#1E478E;
	padding:0px;
	margin:0px;
	font-size:16px;
}
#cont_der h2 a{
	color:#1E478E;
	text-decoration:none;
}
#cont_der h2 a:hover{
	text-decoration: underline;
}
#cont_der p{

	float:left;
	padding:0px;
	margin:0px 0px 5px 0px;
	color:#1E478E;
	width:246px;
}
#cont_der p a{
	color:#1E478E;
	text-decoration:none;
}
#cont_der p a:hover{
	text-decoration: underline;
}


#pie a{
	color: #FFF;
}