/*body*/
body, html{height:100%;}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:transparent;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#454f24;
	
	overflow-y:hidden;
	overflow-x:hidden;
}
html {
	  height: 100%;
	  overflow: auto;
}

/* ///////BLOQUES /////*/
/*portada*/
#portada {
	position: absolute;
	height: 400px;
	width: 400px;
	margin-left: -200px;
	margin-top: -230px;
	left: 50%;
	top: 50%;
	z-index:0;
}

/*barra inferior*/
#bottom{
	width:100%;
	height:30px;
	position:absolute;
	bottom: 0px;
	text-align:left;
	background-color:#d4b012;
	background-image:url(../../data/imaxes/Fcontact.gif);
	background-position:top left;
	background-repeat:no-repeat;
    font-weight: bold;
}

#logos{
	position:absolute;
	bottom:80px;
    left:30px;
	height:35px;
	width:540px;
}

#logos_txt{
	float:left;
	color:#b5b9a7;
	
	font-size:9px;
	margin-top:10px;
}

#contact{
	color:#FFFFFF;
	padding-left:15px;
	padding-top:8px;
	float:left;
}

#creditos{
	font-size: 9px;
	padding-right:15px;
	margin-top:8px;
	float:right;
}

/*////CONTENIDO ////*/
#contenido {
	position: absolute;
	height: 500px;
	width: 800px;
	margin-left: -400px;
	margin-top: -270px;
	left: 50%;
	top: 50%;
	z-index:0;
}

#menu{
	width:800px;
	height:50px;
	text-align:right;
}


#frame{
	width:800px;
	height:360px;
	z-index:4;
	overflow-x:hidden;
	overflow-y:hidden;
}

#logo{
	margin-top:20px;
	width:800px;
	height:95px;
	text-align:right;
	background-image:url(../../data/imaxes/logo.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

.fondo{
	width:100%;
	height:100%;
	background-image:url(../../data/imaxes/fondo.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

/*enlaces*/
a:link{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}

/*texto_SP*/
a.Tgreen{
	color:#454f24;
}

a.Twhite{
	color:#FFFFFF;
}


#nota_legal{
	display:none;
	background-color:#EDEEE9;
	position: absolute;
	width: 800px;
	height: 404px;
	margin-left: -400px;
	margin-top: -264px;
	left: 50%;
	top: 50%;
	z-index:125;
}

#NL_cont{
	position:relative;
	width: 800px;
	height:364px;
	text-align:center;
}

#NL_center{
	position:relative;
	margin-left:20px;
	padding-right:20px;
	width:740px;
	height:340px;
	text-align:justify;
	overflow:auto;
}

#NL_titulo{
	position:relative;
	float:left;
	width:400px;
	height: 30px;
	
	background-image:url(../../data/imaxes/e_TL.gif);
	background-position:top left;
	background-repeat:no-repeat;
}


#NL_e_TR{
	position:relative;
	width:400px;
	height:30px;
	float:right;
	background-image:url(../../data/imaxes/e_TR.gif);
	background-position:top right;
	background-repeat:no-repeat;
	text-align:right;
}

#NL_top{
	width:800px;
	height:30px;
}

#NL_e_BL{
	position:relative;
	width:400px;
	height:10px;
	float:left;
	background-image:url(../../data/imaxes/e_BL.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#NL_e_BR{
	position:relative;
	width:400px;
	height:10px;
	float:left;
	background-image:url(../../data/imaxes/e_BR.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

.NL_tit{
	font-weight:bold;
	color: #d4b012;
}








