body
{
	background:#FFF;
	color:#000;
	font-size:80%;
	margin:0px;
	padding:0px;
	background: url("../imagenes/fons_mad_blanco.jpg") top repeat scroll;
	behavior:url("css/resources/csshover.htc"); /*para que funcione el :hover en IE6*/
	font-family:"Lucida Grande", verdana, sans-serif;
}

ul	{	list-style-type:square;	}
h1, h2, h3, h4, h5, h6	{	font-weight:normal;	}

img { display: block; behavior: url(css/resources/iepngfix.htc); border: 0px; margin: 0px;}
div, li{ behavior: url(css/resources/iepngfix.htc); }
/*div{border: 1px solid;}*/


#contenedor{
	background: #FFF;
	border: 1px solid #9c9c9c;
	height: auto;
	margin: 20px auto;
	overflow: auto;
	width: 950px;
}

#blur{
	border: 0px solid;
	height:auto;
	margin: 0px auto;
	width:950px;
	z-index: -1;
}

.blur{
	height: auto;
	margin: -30px -35px;
	*margin: -10px -35px;
	position: absolute;
	width: 1023px;
	*width: 1023px;
	*height: 800px;
	z-index: -1;
}



#header
{
	width:950px;
	height:100px;
	padding:0px;
	margin: 0px;
	margin:0px auto;
	position: relative;
} 

#texto_header{
	position: absolute;
	top: 40px;
	right: 5px;
	font-family: "pristina", verdana;
}
#texto_header h2{
	color: #FFF;
	font-size: 200%;
}


#idiomas{
	position: absolute;
	top: 10px;
	right: 50px;
}
#idiomas img{
	float: left;
	border: 0px solid;
	margin-left: 10px;
}


#menu
{
	width: 950px;
	height: 45px;
	color:#343434;
	font-family:"Lucida Grande", verdana, sans-serif;
	background: url("../imagenes/fons_menu.jpg") top repeat-x scroll;
	margin:0px;
	margin-top: 0px;
}
	#menu li.selected 
	{
		border-top:1px dotted;
		border-bottom:1px dotted;
		color: #00F;
	}

	#menu ul
	{
		float:left;
		/*width:1024px;*/
		height: 40px;
		display: inline;
		list-style-type:none;
		margin-top: 0px;
	}
		#menu ul li
		{
			width: 200px;
			height: 40px;
			float:left;
			text-align:center;
			padding-top: 4px;
			color: #FFF;
			font-weight: bold;
			/*background: #FFF;*/
		}
		#menu li a{ 
			color: #FFF;
			width: 200px;
			height: 37px;
			padding: 0px;
			padding-top: 3px;
			text-decoration: none;
			display:block;
		}
		#menu li a:hover {
			behavior: url(css/resources/iepngfix.htc);
			height: 32px;
			width: 200px;
			background: url("../imagenes/boton.jpg") no-repeat; /*!important solo lo lee Firefox*/
			padding-top: 8px;
			/*padding-left: 0px;*/
			color: #6b084f;
		}

#cuerpo
{
	overflow: auto;
	margin-top: 10px;
}
#informacion{
	position:relative;
	margin-top: 10px;
	margin-left: 0px;
	width: 700px;
	
	min-height: 405px;
	height: 600px;
	height:auto !important;
	overflow: auto;
	
	font-family:"Lucida Grande", verdana, sans-serif;
	text-align: center;
	float: left;
}
#disclamber
{
	position:relative;
	font-family:Arial, Helvetica;
	font-size:11px;
	color:#333;
	margin: 50px auto 10px auto;
	text-align: center;
	width: 580px;
	height: 60px;
	border: 1px solid #FFF;
}
	#disclamber	a{	color:#3F3F3F;	text-decoration: none;}
	#disclamber	img{	color:#3F3F3F;	margin-top: 0px; float: left;}
#texto-foot{
	margin-top: 6px;
}
.oculto{
	display: none;
}