/* CSS Document */
/* Prueba de estilos */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	margin-top: 2%;
}

h1, h2, h3, h4, h5, h6{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: normal;
	text-decoration: none;
}

a {
	font-size: 0.9em;
	color: #006699;
	font-weight:bold;
	text-decoration: none;
}

#supercontenedor
{
	width: 780px;
	margin: auto;
	border: 1px solid #cccccc;
	padding: 0 0 0 0;
}

#cabecera{
	width: 780px;
	height: 50px;
}

#cuerpo{
	width: 780px;
	margin: 0 0 0 0;
}

#piedeweb
{
	clear: both;
	width: 780px;
	height: 20px;
	background-color: #ddd;
	text-align: center;
	padding-top: 3px;
	font-size: 0.6em;
}

#cont_izq
{
	float: left;
	width: 150px;
	text-align: justify;
	padding: 2px;
	height: 450px;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
}

#cont_dch
{
	float: right;
	width: 620px;
	padding: 2px;
	border-left-color: solid #CCCCCC  2px;
/*	overflow: auto;
	overflow:hidden;*/
	height: 450px;
}

div.ficha_sup{
	clear:both;
	width: 620px;
	border-bottom:#CCCCCC solid 1px;
	margin-top: 0px;
}

div.ficha_inf{
	clear:both;
	margin:0px;
	padding:0px;
	width: 620px;
	height:394px;
	overflow: auto;
}

div.ficha_meteo{
	clear:both;
	margin:0px;
	border:#99CCCC solid 1px;
	padding:2px;
	width: 595px;
}

.titulopag{
	background-color: #CCCCCC;
	letter-spacing: 0.4em;
	clear: both;
	text-align: center;
	margin: 4px 0px;
	font-weight: normal;
	padding: 4px;
}

.minititulo{
	font-size: 0.7em;
	font-weight: bold;
	background-color: #CCCCCC;
	text-align: center;
	font-variant: small-caps;
	text-align: center;
	padding:0px;
	margin-bottom:5px;
	margin-top:5px;
}

.cambia_cursor{
	cursor:pointer;
}

.txt_normal {
	font-size: 0.7em;
	text-align:justify;
	margin: 4px;
	padding: 3px;
	font-weight: normal;
	list-style-position: inside;
	list-style-type: disc;
}

.txt_normal_ctr {
	font-size: 0.7em;
	margin: 4px;
	padding: 3px;
	font-weight: normal;
	text-align:center;
}


div.img_dch{
	float:right;
	margin-bottom:4px;
	border:#99CCCC solid 1px;
	padding:2px;
}


div.img_izq{
	float:left;
	margin-bottom:4px;
	border:#99CCCC solid 1px;
	padding:2px;
}

/* hasta aqui OK */


.supertitulo {
	font-size: 125%;
	font-style: normal;
	font-weight: normal;
}


.old_minititulo {
	font-size: 90%;
	font-variant: small-caps;
	letter-spacing: 0.5em;
	text-align: center;
}

.titulosecc{
	text-align: center;
	margin: 0px;
	font-weight: normal;
	padding: 2px;
}

.txt_pie {
	text-decoration: none;
	font-size: 0.7em;
}

ul.menu_izq {
	list-style:none;
	margin:0px;
	padding:0px;
	vertical-align:middle;
}


li.menu_izq {
	padding-top:7px;
	padding-left:20px;
	height:21px;
	list-style:none;
	display:block;
	background-image: url(../../../oeid/imagenes/bkg_boton.gif);
	vertical-align:middle;
	font-size:0.7em;
	text-align:left;
	text-indent:0px;
}

/* BLOQUES PARA LA PAGINA DE OTROS PROGRAMAS */

div.cont_info_sinborde{
	clear:both;
	margin-bottom:10px;
	margin-right:auto;
	margin-left:auto;
	border:#99CCCC solid 1px;
	padding:5px;
	width: 467px;
}

div.otros_prog_izq{
	width:80%;
	float:left;
	margin-bottom:4px;
/*	border:#99CCCC solid 1px;*/
	padding:2px 2px 2px 5px;
	height:50px;
}


div.otros_prog_bajo{
	clear:both;
	margin-bottom:4px;
/*	border:#99CCCC solid 1px;*/
	padding:2px;
}
/* FIN BLOQUES PARA LA PAGINA DE OTROS PROGRAMAS */
