* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 75%;
	color: #000;
	background-color: #eee;
}

h1 {
	margin-bottom: 10px;
	font-size: 20px;
}

h1, h2, h3, h4, h5 {
	font-family: Georgia, Times New Roman, Garamond, serif;
	color: #ca7d0b;
}

img {
	border: none;
}

a {
	color: #ca7d0b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	text-align: justify;
}

acronym, abbr {
	cursor: help;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#top_container {
	margin-top: 15px;
	height: 35px;
	background: #eee url(../img/topcontainer.jpg) repeat-y scroll left top;
}

#bottom_container {
	margin-bottom: 15px;
	height: 35px;
	background: #eee url(../img/bottomcontainer.jpg) repeat-y scroll left top;
}

#top_container, #container, #bottom_container {
	width: 1023px;
	margin: 0 auto;
	overflow: hidden;
}

#container {
	text-align: center;
	background: #eee url(../img/container.jpg) repeat-y scroll left top;
}

#main {
	width: 975px;
	margin: 0 auto;
	text-align: left;
}

/* HEADER */
#header {
	text-align: center;
	background: transparent url(../img/lanuevaespana.jpg) no-repeat scroll top center;
	font-family: Times New Roman, Georgia, Garamond, serif;
}

#header h1 {

}

#header #enlace_superior a {
	display: block;
	width: 100%;
	height: 120px;
}

#header #enlace_superior a:hover {
	text-decoration: none;
}

#header #enlace_superior img {
	position: relative;
	z-index: 2;
}

#header #datos_cabecera {
	position: relative;
	z-index: 1;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
}

#header #datos_cabecera #editorial_prensa_asturiana {
	position: relative;
	z-index: 1;
	float: left;
	font-weight: bold;
}

#header #datos_cabecera #fecha {
	position: relative;
	z-index: 1;
	float: right;
}

#header #diario_independiente {
	text-transform: uppercase;
	margin-top: 3px;
	border-bottom: 3px solid #000;
	margin-bottom: 10px;
}

#header #diario_independiente strong {
	font-weight: bold;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 120%;
}

#header #diario_independiente p {
	text-align: center;
}

#header #diario_independiente a {
	text-transform: lowercase;
}

/* MIGAS */
#migas {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
	font-size: 90%;
}

/* MENÚ */
#menu {
	margin-bottom: 10px;
}

/* día */
.dia {
	background-color: #ccc;
	width: 50px;
	height: 50px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	float: left;
	margin: 0px 7px;
}

.dia.desactivado {
	color: #8a8a8a;
}

.dia.actual {
	background-color: #ca7d0b;
}

.dia .fondo {
	width: 50px;
	height: 50px;
	background: transparent url(../img/fondo_dia.png) no-repeat scroll left top;
	behavior: url(/portadas/iepngfix/iepngfix.htc);
	position: relative;
	z-index: 1;
}

.dia .fondo .texto a {
	color: #000000;
	display: block;
	width: 100%;
}

.dia .fondo a:hover {
	text-decoration: none;
}

.dia .fondo .texto {
	font-family: Calibri, Arial, sans-serif;
	padding: 2px;
	width: 46px;
	height: 46px;
	position: relative;
	z-index: 2;
}

.dia .fondo .mes {
	text-transform: lowercase;
	font-size: 13px;
	position: relative;
	z-index: 3;
}

.dia .fondo .numero {
	font-weight: bold;
	font-size: 30px;
	text-align: right;
	position: relative;
	z-index: 3;
}

/* Calendario */
#datepicker {
	border: none;
	width: 0px;
	height: 0px;
	background-color: transparent;
}

#elegir_fecha {
	font-family: Calibri, Arial, sans-serif;
	text-align: left;
	margin-top: 5px;
	margin-left: 7px;
}

#elegir_fecha label {
	vertical-align: 5px;;
}

/* CONTENT */
#content .portada {
	padding: 0px 10px;
	width: 450px;
	min-height: 300px;
}

#content .portada#hace25 {
	float: left;
	display: inline;
}

#content .portada#hace50 {
	float: right;
	display: inline;
}

#content .portada h2 {
	color: #000;
	font-size: 35px;
	font-weight: normal;
}

#content .portada .fecha {
	font-variant: small-caps;
	padding-bottom: 2px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
}

/* FOOTER */
#footer {
	border-top: 1px solid #eee;
	font-size: 90%;
	color: #8a8a8a;
	text-align: center;
	margin: 20px 0px 0px 0px;
}

#footer img {
	border: none;
}

#footer p {
	margin: 0;
	text-align: center;
}

.clearfix {
	clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#codigos {
	height: 0px;
	overflow: hidden;
	width: 0px;
}