@charset "UTF-8";
/* CSS Document */

body {
	margin:0px 0px 0px 0px;
	background-color:#4e1112;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

#fondo {
	background-image:url(imagenes/fondo.png);
	background-repeat:no-repeat;
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	z-index:0;
	width:100%;
	height:850px;
}
#holder {
	width:930px;
	height:650px;
	position:absolute;
	z-index:1;
	top:310px;
	left:50%;
	margin:-325px auto auto -465px;
}
#recuadro {
	width:860px;
	height:480px;
	position:absolute;
	z-index:1;
	top:110px;
}
#pie {
	width:820px;
	float:left;
	margin-left:20px;
	marging-right:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:9px;
	position:absolute;
	z-index:2;
	top:570px;
}
#logoUnetefan {
	float:left;
	position:relative;
}
#logoMi {
	float:right;
	position:relative;
}
#copy {
	float:left;
	margin-left:5px;
	bottom:5px;
}
#logoTETM {
	width:338px;
	height:206px;
	position:absolute;
	z-index:10;
	left: 591px;
	top: 16px;
}
#menu {
	position:absolute;
	top: -47px;
	left: 22px;
	z-index:4;
	background-image:url(imagenes/menu_fondo.png);
	background-repeat:no-repeat;
	width:610px;
	height:60px;
}
#menuSeparador {
	width:20px;
	float:left;
	position:relative;
}
#boton {
	float:left;
	position:relative;
}
* 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 = "imagenes/blank.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)

    );

}
#youtube {
	position:absolute;
	z-index:6;
	width:400px;
	height:324px;
	left: 427px;
	top: 60px;
}
#info {
	position:absolute;
	z-index:6;
	width:380px;
	height:100px;
	left: 34px;
	top: 60px;
}
#quierSer {
	position:absolute;
	z-index:6;
	height:50px;
	width:100px;
	top:400px;
	left:729px;
}
#beneficios {
	position:absolute;
	z-index:6;
	height:50px;
	width:100px;
	top:400px;
	left:617px;
}
#miembro {
	position:absolute;
	z-index:6;
	height:50px;
	width:100px;
	top:400px;
	left:505px;
}
.bold {
	font-weight: bold;
}
precio {
	font-size: 18px;
}
#small_box {
	z-index:20;
}
#zoom {
	z-index:20;
}
.odd {
	background-color:#CCC;
}
#playera {
	height:204px;
	width:205px;
	background-image:url(imagenes/playera.png);
	float:right;
	margin-right:-5px;
	margin-left:-5px;
	margin-bottom:-15px;
}
#holder #recuadro #info p strong {
	font-size: 12px;
}
a:link {
	color: #000;
	font-weight: bold;
	text-transform:uppercase;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
-->