#menu{
	display:none;
	}

#cabecera UL{
	display:none;
	}
#cabecera FORM{
	display:none;
	}
#cabecera H2{
	display:none;
	}
#cabecera A IMG.logo{
	border:0;
	}
#homeDerecha{
	display:none;
	}

BODY{
	width:99%;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
	text-align:center;
	}
IMG{
	border-width:0;
	}

H1{
	display:none;
	}
H2{
	float:left;
	width:100%;
	margin:4px 0 5px 0;
	padding:0 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#A93041;
	font-weight:bold;
	border-bottom:1px solid #EDEDED;
	}
H3{
	float:left;
	width:100%;
	float:left;
	margin:15px 0 15px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#898989;
	}
H4{
	float:left;
	width:100%;
	margin:8px 0 5px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#A93041;
	background-image:url(../img/fondo_h4.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	font-weight:bold;
	}
A{
	color:#000000;
	}
#all{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	width:100%;
	}
	#cabecera A IMG{
		float:left;
		width:20%;
		margin:0 0 0 0;
		padding:0 0 0 0;
		border:1px solid blue;
		}
		#cabecera IMG{
		float:left;
		width:80%;
		margin:0 0 0 0;
		padding:0 0 0 0;
		}

/*********************************************PIE***********************************/
#pie{
	float:left;
	margin:10px 0 0 0;
	padding:0 0 0 0;
	width:100%;
	height:58px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#383838;
	}
	
	#pie UL#pie_izquierda{
		float:left;
		margin:0 0 0 0;
		padding:0 0 0 0;
		width:30%;
		list-style-type:none;
		}
		UL#pie_izquierda LI{
			float:left;
			margin:2px 0 2px 0;
			padding:0 0 0 0;
			width:100%;
			}
	UL#pie_centro{
		float:left;
		margin:0 0 0 0;
		padding:0 0 0 0;
		width:35%;
		list-style-type:none;
		}
		UL#pie_centro LI{
			float:left;
			margin:3px 0 3px 0;
			padding:0 0 0 0;
			width:100%;
			}
			UL#pie_centro LI A{
				color:#CCCCCC;
				text-decoration:underline;
				}
	UL#pie_derecha{
		float:left;
		margin:0 0 0 0;
		padding:0 0 0 0;
		width:35%;
		list-style-type:none;
		}
		UL#pie_derecha LI{
			float:left;
			margin:3px 0 3px 0;
			padding:0 0 0 0;
			width:100%;
			}
			UL#pie_derecha LI A{
				color:#CCCCCC;
				text-decoration:underline;
				}
/*********************************************INTERIRORES***********************************/
#contenido .navegador{
	width:100%;
	float:left;
	margin:10px 0 0 0;
	padding:0 0 0 0;
	font-size:9px;
	color:#CCCCCC;
	}
#contenido A{
	color:#CCCCCC;
	}
	#contenido A:hover{
		text-decoration:none;
		}
		#contenido IMG{
			padding:0.2em;
			border:1px solid #336699;
			margin:0.5em;
			}
			#contenido IMG.imagenIzq{
				float:left;
				margin:0.3em;
				}
			#contenido IMG.imagenDrcha{
				float:left;
				margin:0.3em;
				}
			#contenido  P{
				clear:left!important;
				float:none;
				margin:10px 0 15px 0;
				line-height:18px;
				}
			#contenido  P.destacado_i_1{
				clear:left;
				width:100%;
				margin:0 0 0 0;
				padding:0 0 0 0;
				
				}
	
	#contenido UL{
		float:left;
		width:100%;
		margin:0 0 20px 0;
		padding:0 0 0 0;
		line-height:18px;
		}
		#contenido  UL LI{
			float:left;
			width:90%;
			list-style-type:none;
			margin:8px 0 0 0;
			padding-left:16px;
			}
			#contenido UL UL{
				margin:0;
				}
			#contenido UL LI UL LI{
				list-style-type:none;
				margin:8px 0 0 0px;
				padding-left:15px;
				background: url(../img/icono_submenu.gif) no-repeat 0 8px;
				}
	#contenido OL{
		float:left;
		width:100%;
		margin:0 0 20px 10px;
		padding:0 0 0 24px;
		line-height:18px;
		}

#contenido TABLE{
	float:left!important;
	float:none;
	width:100%;
	margin:5px 0 0 0;
	padding:5px;
	empty-cells:show;
	border-collapse:collapse;
	border:1px solid #AAAAAA;
	}
	#contenido TH{
		padding:5px;
		border:1px solid #AAAAAA;
		background:#EEEEEE;
		text-align:left;
		}

		#contenido TD{
			padding:5px;
			border:1px solid #AAAAAA;
			text-align:left;
			}

/*+++++++++++++++++NOTICIAS+++++++++++++++++++++++++*/
DL#noticias{
	float:left;
	width:100%;
	margin:10px 0 0 0;
	padding:0 0 0 0;
	line-height:18px;
	}
	DL#noticias DT, DL#noticias DD{
		float:left;
		width:100%;
		margin:0 0 0 0;
		padding:10px 0 0 0;
		line-height:18px;
		}
		DL#noticias DT.primero{
			margin:0 0 0 0;
			padding:0 0 0 0;
			}
		DL#noticias DD{
			padding:0 0 10px 0;
			border-bottom:1px solid #999999;
			}
		
		DL#noticias A{
			display:block;
			font-weight:bold;
			font-size:13px;
			padding-left:20px;
			background:url(../img/ico_noticia.gif) no-repeat 0 5px;
			}
			DL#noticias A:hover{
				text-decoration:none;
				}
			DL#noticias SPAN{
				font-size:10px;
				color:#999999;
				padding:0 0 0 20px;
				background:url(../img/ico_fecha.gif) no-repeat 0 2px;
				}
				DL#noticias SPAN SPAN{
					padding:0;
					background:none;
					}
	#contenido .paginador{
		float:left;
		line-height:18px;
		margin:10px 0 10px 0;
		padding:0 0 0 10px;
		width:100%;
		}

