@charset "utf-8";
/* Formato de los HIPERVÍNCULOS */
A:link, A:visited { text-decoration: none; color:#000000 }
A:hover { text-decoration: underline; color:#000000 }
/** ---------------------------------------------------------------- **/
* html img,
* html .png{
   position:relative;
   behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
       this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
       this.src = "images/css/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
       this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
       this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
   );
}
/** ESTRUCTURA DEL SITIO **/
body {
	background-image:url(images/css/background.jpg);
	background-position:center;
	background-attachment:fixed;
	background-color:#999999;
	text-align:center;
	margin: 0px auto;
	margin-bottom:0px;
	}
#centrador {
	background-image:url(images/css/big_horizontal.gif);
	width: 968px;
	min-height:500px;
	margin: 0px auto;
	text-align: left;
	}
#banner_bg {
	background-image:url(images/css/big_banner.gif);
	width:968px;
	height:233px;
	position:relative;
	margin: 0px auto;
	text-align: left;
	}
#navegacion {
	background-image:url(images/css/big_navegacion.gif);
	width:968px;
	height:65px;
	position:relative;
	margin: 0px auto;
	text-align: left;
	}
#navegacion_centrador {
	margin-left:15px;
	width:938px;
	text-align:center;
	}
#pie {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-align:left;
	background-image:url(images/css/big_footer.gif);
	width:968px;
	height:114px;
	position:relative;
	margin: 0px auto;
	text-align: left;
	}
#pie_texto {
	padding-left:20px;
	padding-top:15px;
	}
#cuerpo_centrador {
	margin-left:25px;
	width:918px;
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:2.5em;
	z-index:0;
	}

/*----------------------------------------------------------*/

#mini_centrador {
	background-image:url(images/css/little_horizontal.gif);
	width: 780px;
	height: 350px;
	margin: 0px auto;
	text-align: left;
	position:relative;
	}
#mini_intro {
	padding-left:10px;
	z-index:1;
	position: absolute;
	margin-top:175px;
	}
#mini_logo {
	width:613px;
	height:178px;
	position: absolute;
	z-index:2;
	margin-top:20px;
	margin-left:75px;
	}
#mini_banner_bg {
	background-image:url(images/css/little_banner.gif);
	width:780px;
	height:525px;
	position:relative;
	margin: 0px auto;
	text-align: left;
	}
#mini_pie {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-align:left;
	background-image:url(images/css/little_footer.gif);
	width:780px;
	height:92px;
	position:relative;
	margin: 0px auto;
	text-align: left;
	}
#mini_pie_texto {
	padding-left:20px;
	padding-top:3px;
	}
/*----------------------------------------------------------*/
