/* CSS Document */

html {
	height:100%;
}

body {
	background-color:#ffffff;
}
	
* {
	font-family:Helvetica, Arial, sans-serif;
	text-decoration:none;
}

a, a:visited {
	text-decoration:none;
}

a:active, a:focus {
	outline:0;
	outline:none;
}

/* ********************************************************************************************************************************** */

#contenedor {
	background:#ffffff;
	margin:0 auto;
	margin-top:6px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	width:960px;
}

	#cabecera {
		background-image:url(../img/cabecera_background.jpg); 
		color:#ec9885;
		font-size:13px; 
		height:124px;
		width:960px;
	}

		#cabecera a {
			color:#ffffff;
			font-weight:normal;			
		}
	
		#cabecera a:hover {
			color:#eb9885;	
		}
		
		#cabecera .logotipo-cabecera {
			display:block;
			float:left;
			height:41px;
			margin:20px 0 0 20px;
			width:149px;
		}
		
		#cabecera ul {
			border:0 none;
			display:block;
			float:right;
			height:auto;
			list-style:none;
			margin:20px 20px 0 0;
			padding:0;
			width:auto;
		}
		
			#cabecera ul li {
				border-right:#d54d4c 1px solid;
				color:#ec9885;
				float:left;
				padding:0 7px;
			}
		
			#cabecera ul li.sin-borde {
				border-right:0 none;
			}
		
		#cabecera ul.redes-sociales {
			float:right;
			margin:20px 20px 0 0;
		}

		#cabecera ul.editoriales {
			float:left;
			margin:30px 0 0 13px;
		}

	#menusup {
		background-color:#525252 !important;
		float:none !important;
		height:43px;
		margin:0;
		width:960px;
	}

	#contenido {
		padding:0;
		width:960px;
	}

		#migasdepan {
			color:#514f50;
			display:block;
			font-size:14px;
			font-weight:bold;
			height:30px;
			line-height:30px;
			margin:0;
			padding:0 0 0 20px;
			width:940px;
		}

			#migasdepan a {
				border-bottom:0 none;
				color:#514f50;
				font-size:14px;
				font-weight:bold;
				text-decoration:none;
			}

			#migasdepan a:hover {
				color:#cc1920;
				font-size:14px;
				font-weight:bold;
				text-decoration:none;
			}
			
		h1 {
			background-image:url(../img/web2011/edebe_h2_background.jpg);
			background-position:left top;
			color:#cc1920;
			display:block;
			font-size:26px;
			font-weight:bold;
			height:51px;
			line-height:51px;
			margin:0;
			padding:0 0 0 20px;
			width:940px;
		}
		
	#footer {
		color:#ffffff;
		font-size:13px;
		margin-top:30px;
	}

		#footer strong {
			color:#f4cbc4;
			font-weight:bold;
		}

		#footer a {
			color:#f4cbc4;
			font-size:13px;
			font-weight:normal;
		}

		#footer a:hover {
			color:#ffffff;
		}
	
		#footer_top {
			background-image:url(../img/home2010/background_footer_top.gif);
			background-repeat:none;
			width:920px;
			height:35px;
			line-height:35px;
			padding:0 20px;
		}
		
		#footer_middle {
			background-color:#db3505;
			background-image:url(../img/home2010/background_footer_mid_v3.gif);
			background-position:bottom;
			background-repeat:none;
			height:auto;
			padding:20px;
			position:relative;
			width:920px;
		}

		#footer_bottom {
			background-image:url(../img/home2010/background_footer_bottom.gif);
			color:#a4a4a4;
			font-size:13px;
			background-repeat:none;
			width:920px;
			height:23px;
			line-height:23px;
			padding:10px 20px;
		}

			#footer_bottom a {
				color:#a4a4a4;
				font-size:13px;
			}

/* ********************************************************************************************************************************** */
/* ********************************************************************************************************************************** */

/* MAPA WEB */

#mapa-web-left {
	float:left;
	margin:0;
	width:460px;
}

#mapa-web-right {
	float:left;
	margin:0 0 0 20px;
	width:460px;
}

#mapa-web-left h2, #mapa-web-right h2 {
	border-bottom:1px solid #E4E3E3;
	color:#898989;
	display:block;
	font-size:24px;
	font-weight:bold;
	margin:25px 0 10px 0;
	padding:10px 0 3px 10px;
}

#mapa-web-left h2 a, #mapa-web-right h2 a {
	color:#898989;
}

#mapa-web-left li, #mapa-web-right li {
	color:#514f50;
	font-size:14px;
	line-height:20px;
	padding:0 0 0 10px;
}

#mapa-web-left li li, #mapa-web-right li li {
	padding:0 0 0 20px;
}

#mapa-web-left > ul li a, #mapa-web-right > ul li a {
	color:#514f50;
}

#mapa-web-left li li a, #mapa-web-right li li a {
	color:#707070;
}

#mapa-web-left a:hover, #mapa-web-right a:hover {
	color:#cc1920;
}
