* {
	margin: 0;
	padding: 0;
}

body {
	margin: 5px;
	text-align: center;
	background: #fff;
	color: #000;
	font-family: tahoma, arial,helvetica,sans-serif;
	font-size: 11px;
}

a {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

img {
	border: none;
}

p {
	margin: 0 0 15px;
	font: 11px/130% tahoma,arial,helvetica,sans-serif;
}

hr {
	border: 0;
	color: #e5e5e5;
	background-color: #e5e5e5;
	height: 1px;
}

h1 {
	font: 14px tahoma,arial,helvetica,sans-serif;
	margin: 20px 0;
}

h2 {
	font: bold 11px tahoma,arial,helvetica,sans-serif;
	color: #000;
	margin: 2px 0;
}

h2 strong {
	color: #f90;
}

h2 em {
	font-style: normal;
	font-weight: bold;
}

input,textarea {
	border: 1px solid #ccc;
}

input {
	height: 18px;
}

input,textarea{
	font: 10px tahoma,arial,helvetica,sans-serif;
	color: #999;
}

input.submit {
	height: 25px;
	background: #fff;
	border: 0;
	background: transparent url("../img/vinculo.gif") 0 50% no-repeat;
	font: 11px tahoma,arial,helvetica,sans-serif;
	color: #999;
	padding: 0 0 0 5px;
	cursor: pointer;
}

html>body input.submit {
	padding: 0 0 0 15px;
}

/************* cajas y contenedores *************************/

#contenedor {
	position: relative;
	margin: 0 auto;
	width: 750px;
	text-align: left;
}

#cabecera {
	background: #fff url("../img/top.gif") 0 0 no-repeat;
	height: 5px;
}

#contenidos {
	background: #fff url("../img/fondo.gif") 0 0 repeat-y;
	padding: 0 5px 15px 5px;
	float: left;
	margin: -8px 0 0;
	width: 740px;
}

html>body #contenidos {
	margin: 0;
}

#contenidos a {
	background: transparent url("../img/vinculo.gif") 0 0 no-repeat;
	padding: 0 0 0 17px;
}

#menu {
	height: 60px;
	background: #fff url("../img/menu_fondo.gif") 0 0 repeat-x;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	display:inline;
	margin: 0 -20px 0 0;
	padding: 0;
}

#menu a {
	background: none;
}

#contenidos .volver {
	background: none;
	display: block;
	border-top: 1px solid #E5E5E5;
	width: 675px;
	margin-left: 10px;
}

#contenidos .volver em {
	font: normal 9px tahoma,arial,helvetica,sans-serif;
}
#seccion, #seccion_estrecha {
	float: right;
	width: 270px;
	margin: 0 0 20px 0;
}

#seccion img, #seccion_estrecha img {
	float: right;
}

#seccion ul {
	list-style: none;
	margin: 20px 0 0 80px;
}

#seccion ul li, #seccion_estrecha ul li {
	margin: 20px 0;
	background: transparent url("../img/vinculo.gif") 0 0 no-repeat;
	padding: 0 0 0 17px;
}

#seccion ul li a, #seccion_estrecha ul li a {
	background: none;
	padding: 0;
}

#seccion_estrecha {
	width: 203px;
}

#seccion_estrecha ul {
	list-style: none;
	margin: 30px 20px 0 10px;
}

#textos {
	width: 425px;
	padding: 0 0 0 20px;
	text-align: justify;
}

#textos img {
	margin: 5px 0;
}

#textos_ancho {
	width: 510px;
	padding: 0 0 0 20px;
	text-align: justify;
}

#textos_ancho .cuadro {
	width: 245px;
	float: left;
	margin: 20px 0 0 0;
}

#textos_ancho .separado, #textos_der .separado, #textos_der_ancho .separado {
	margin-right: 15px;
}

#textos_ancho h2 {
	font: 14px tahoma,arial,helvetica,sans-serif;
	margin: 0 0 5px;
	height: 35px;
}

#textos_ancho h2.detalle {
	float: right;
	width: 217px;
	padding: 20px 0 0;
}

#textos_ancho h3 {
	font: 14px tahoma,arial,helvetica,sans-serif;
	margin: 0 0 5px;
}

#textos_ancho .logotipo img {
	float: left;
}

#textos_ancho .logotipo p {
	margin: 0 0 0 146px;
	padding: 5px 0 0 0;
}

#pie {
	clear: both;
	height: 20px;
	background: #fff url("../img/pie.gif") 0 0 no-repeat;
}

#pie p {
	text-align: right;
	padding: 5px 7px 0 0;
}

#logo_wim{
	text-align: right;
	width: 750px;
	padding: 5px 7px 0 0;
}


/***************************** clases específicas ************************/

.pie_foto {
	font: 10px Tahoma,arial,helvetica,sans-serif;
	color: #999;
}

.calendario {
	color: #999;
}	

.calendario strong {
	font-weight: normal;
	color: #000;
}	

#formulario {
	background: #f8f8f8 url("../img/fondo_form.gif") left bottom repeat-x;
	border-bottom: 1px solid #999;
	border-top: 1px solid #E5E5E5;
}

#formulario p {
	width: 189px;
	margin: 3px 0;
	padding: 0 10px;
}

#formulario p.derecha {
	float: right;
}

#formulario p.todo {
	width: 100%;
	padding: 0 10px 10px;
}

#formulario a {
	background: none;
	padding: 0;
	color: #000;
	text-decoration: underline;
}

#formulario input {
	width: 100%;
	height: 16px;
}

#formulario input.none {
	border: 0;
	width: 15px;
}

html>body #formulario input.name {
	width: inherit;
}

#formulario table {
	margin: 0;
}

html>body #formulario table {
	margin: 0 10px;
}

#formulario td {
	padding: 0 8px 0 0;
}

#contenidos .tercer { /* estos son los vínculos de tercer nivel que van en html */
	background: none;
	text-decoration: underline;
	font: bold 10px myriad,tahoma,arial,helvetica,sans-serif;
	border-top: 1px solid #ccc;
	color: #262626;
	display: block;
	width: 671px;
	margin: 0 0 0 5px;
	padding: 0 0 0 13px;
}

ol.listado { /* menú de navegación en los listados de noticias */
	list-style: none; 	margin: -20px 0 0 0;	padding: 0;}

ol.listado li {	float: left;	padding: 0 5px 0 0;}

#textos_ancho ol.listado a {	background: none;	padding: 0;	color: #666;}


#textos_ancho ol.listado a.seleccionat {	font-weight: bold;	color: #000;}

p.momentos strong {	font: normal 14px tahoma,arial,helvetica,sans-serif;}


p.momentos em {	font: normal 14px tahoma,arial,helvetica,sans-serif;	color: #999;}

#textos .email {padding: 0;	background: none;}	

p.resultado {
	background: transparent url("../img/resultado_fondo.gif") 0 0 repeat-x;
	height: 44px;
	text-align: center;
	padding: 13px 0;
	margin: 20px 0 10px;
}

p.fallo {	color: #f00;}

.fondos, .regala {
	position:relative;
	float: left;
	width: 135px;
	height: 139px;
	margin: 0;
}

.fondos p {text-align: left;}

.regala {	text-align: center;}


#textos a.foto, #textos_der a.foto {	background: none;	padding: 0;}

/******************* HOME *************************/

#home {
	background: transparent url("../img/prehome_fondo.jpg") bottom right no-repeat; 
	width: 714px;
	margin: 0 0 -16px 0;
	padding: 0 0 30px 27px;
}

#home p {	padding: 10px 0;}
#home a {	background: none;	padding: 0;}
#home p em {	color: #999;	font-style:normal;}
#home p.prehome {	margin: 0;	padding: 0;}
#home p.prehome a img {	float: left;}
.prehome:after {    content: ".";     display: block;     height: 0;     clear: both;     visibility: hidden;}

/* Hides from IE-mac \*/
* html .prehome {height: 1%;}
/* End hide from IE-mac */


/*********************** IMAGEN A LA IZQUIERDA *******************/

#seccion_izq {	float: left;	width: 180px;	margin: 0 0 20px 0;}
#seccion_izq img {	margin: 50px 0 0;}
#seccion_izq ul {	list-style: none;	margin: 30px 0 0 18px;}
#seccion_izq ul li {	margin: 20px 0;	background: transparent url("../img/vinculo.gif") 0 0 no-repeat;	padding: 0 0 0 17px;}

#seccion_izq h3 {
	margin: 20px 0 -10px 35px;
	color: #999;
	font: normal 11px tahoma,arial,helvetica,sans-serif;
}
#seccion_izq a, #seccion_cava a {	background: none;	padding: 0;}
#textos_der {	width: 425px;	padding: 0;	margin: 30px 0 0 244px;	text-align: justify;}
#textos_der_ancho {	width: 484px;	padding: 0;	margin: 30px 0 0 221px;	text-align: justify;}
#textos_der img, #textos_der_ancho img {	margin: 5px 0;}
#textos_der .cuadro, #textos_der_ancho .cuadro {	width: 211px;	float: left;	margin: 20px 0 0 0;	}

/*************************** CAVAS ********************/


#contenidos a.volver {
	color: #999;
	background: none;
	display: block;
	margin-top: 10px;
}

#seccion_cava {
	float: left;
	width: 225px;
	margin: 0 0 20px 0;
}

#seccion_cava img {
	margin: 50px 0 0;
	float: none;
}

#seccion_cava ul {
	list-style: none;
	margin: 20px 0 0 18px;
}

#seccion_cava ul li {
	margin: 0;
	background: transparent url("../img/vinculo.gif") 0 0 no-repeat;
	padding: 0 0 0 17px;
}

#seccion_cava h3 {
	margin: 20px 0 0 35px;
	color: #999;
	font: normal 11px tahoma,arial,helvetica,sans-serif;
}

#seccion_cava .pie_foto {	display: block;	margin: 5px 0 0 20px;}
#textos_cava {
	width: 425px;
	padding: 0;
	margin: 0 0 0 244px;
	text-align: justify;
}
#textos_cava img {	margin: 5px 0;}
.pie_cava {	margin-bottom: -17px;}
html>body .pie_cava {	margin-bottom: -16px;}

/****************************** flash grande ******************************/

#flash {	margin: 10px 0 -17px;}
html>body #flash {	margin: 10px 0 -16px;}
#flashalt {	position: relative; }
object {	position:relative;}