/* CSS Document */

body {
	background-color: #d7df23;
	margin: 0px;
	padding: 0px;
}

/* LOS ESTILOS DE LA CABECERA */

#cabecera {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	height: 100px;
	background-image: url(https://e00-elmundo.uecdn.es/oksalud/img/up.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FFFFFF;
}

#bloque_cabecera {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	background-image: url(https://e00-elmundo.uecdn.es/oksalud/img/up.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#logo {
	width: 225px;
	height: 100px;
	display: block;
	float: left;
	background-image: url(https://e00-elmundo.uecdn.es/oksalud/img/logo_up.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.solapa_secciones a {
	float: right;
	margin: 77px 0px 0px 3px;
	padding: 6px 10px 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(https://e00-elmundo.uecdn.es/oksalud/img/boton_left.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

.solapa_secciones a:hover {
	background-image: url(https://e00-elmundo.uecdn.es/oksalud/img/boton_left_hover.gif);
	color: #FFFFFF;
}

/* LOS ESTILOS DEL CUERPO */

#contenido {
	background-color: #F3F3F3;
	margin: 20px 0px 20px 0px;
	padding: 10px 0px 10px 0px;
}

.bloque_contenido {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 20px 0px;
	font: 12px Arial, Helvetica, sans-serif;
}

.bloque_derecha {
	display: block;
	float: left;
	width: 510px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 20px 0px;
}

.imagen_grande a {
	display: block;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 5px;
	background-color: #FFFFFF;
}

.imagen_pequena a {
	display: block;
	float: left;
	margin: 0px 4px 4px 0px;
	padding: 4px;
	background-color: #FFFFFF;
}

.imagen_grande a:hover, .imagen_pequena a:hover {
	background-color: #999999;
}

.cintillo, .titulo, .entradilla, .entradilla_neg, entradilla_neg_espaciada {
	font-family: Arial, Helvetica, sans-serif;
}

.cintillo, .titulo, .entradilla {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.cintillo {
	font-size: 20px;
	line-height: 20px;
	color: #999999;
	text-transform: uppercase;
}

.titulo {
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
	color: #555555;
	text-transform: uppercase;
}

.entradilla {
	font-size: 14px;
	line-height: 20px;
	color: #777777;
}

.entradilla a {
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	text-decoration: none;
}

.entradilla strong {
	font-size: 16px;
}

.lista_entradilla {
	list-style-type: disc;
	font-size: 14px;
	line-height: 20px;
	color: #777777;
	list-style-position: outside;
}

.entradilla_neg {
	font-size: 14px;
	line-height: 20px;
	color: #777777;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	text-transform: uppercase;
}

.entradilla_neg a {
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	text-decoration: none;
}

.entradilla_neg_espaciada {
	font-size: 16px;
	line-height: 20px;
	color: #777777;
	font-weight: bold;
	margin: 20px 0px 0px;
	text-transform: uppercase;
}

.entradilla_neg_espaciada a {
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	text-decoration: none;
}

.bloque_video {
	display: block;
	float: left;
	width: 320px;
	margin: 0px 10px 10px 0px;
	padding: 0px;
}

/* LOS ESTILOS DEL PIE */

#pie {
	height: 25px;
	background-image: url(https://e00-elmundo.uecdn.es/oksalud/img/down.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#bloque_pie {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px 20px 10px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #888888;
	text-decoration: none;
}

.concurso a {
	background-color: #f0f;
}