@import url(reset.css);

body {
	background: #000000 url(../images/back.jpg) repeat-x scroll 0 0;
	width: 100%;
}
.container  {
	width: 1024px;
	height: 730px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
/*------- HEADER --------*/
.header {
	background: url(../images/header.png) no-repeat;
	height: 163px;
	width: 992px;
	position: absolute;
	left: 10px;
}
.picture {
	background: url(../images/picture.png) no-repeat;
	height: 770px;
	width: 990px;
	position: absolute;
	top: 0;
}
.video{
	background: #000;
	width: 690px;
	height: 390px;
	margin: 230px 0 0 150px;
}
.menu {
	background: url(../images/wood.png) no-repeat;
	height: 231px;
	width: 978px;
	position: absolute;
	top: 705px;
	left: 14px;
	float: left;
}
/*----------------------*/
.foot_general{
	background: url(../images/foot_main_.gif) no-repeat center bottom;
	/* background: url(../images/foot_main.png) no-repeat center bottom; */
	/* background-image: url(../images/foot_main.png)!important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’../images/foot_main.png’);
	filter: background-position: center; */

	height:573px;
	position: relative;
	width: 100%;
	z-index: 5;
}
.content_foot{
	height:573px;
	margin: 0 auto;
	position: relative;
	width: 1024px;
	z-index:50;
}
.list{
	height: 100px;
	position: absolute;
	width:900px;
	z-index:70;
}
.list ul li {
	float:left;
}
.menu1{
	display:inline;
	float:left;
	margin:9px 0 0 63px;
	width:400px;
}
.fb {
	/*background:url(icons/fb.jpg) no-repeat center;*/
	display:block;
	height:50px;
	width:40px;
}
.fb span {
	display:none;
}
.twitter {
	background:url(icons/tw.jpg) no-repeat center;
	display:block;
	height:40px;
	width:40px;
}
.twitter span{
	display:none;
}
.dig {
	/*background:url(icons/dig.jpg) no-repeat center;*/
	display:block;
	height:50px;
	width:40px;
}
.dig span {
	display:none;
}
.del {
	/*background:url(icons/del.jpg) no-repeat center;*/
	display:block;
	height:50px;
	width:40px;
}
.del span {
	display:none;
}
.stu {
	/*background:url(icons/stu.jpg) no-repeat center;*/
	display:block;
	height:50px;
	width:40px;
}
.stu span {
	display:none;
}

li a.bot{
	display:block;
	height:50px;
	width:40px;
}
.menu2 {
	display:inline;
	float:right;
	margin:28px 0 0;
	width:303px;
}
.menu2 li {
	float: left;
	padding: 0 0 0 5px;
}
li a.bot2{
	display:block;
	height:50px;
	width:303px;
}
.foot {
	background: url(../images/foot.png);
	height: 534px;
	margin: 0 auto;
	position: absolute;
	top:39px;
	width: 1024px;
}
.sombra {
background:transparent url(../images/sombra.png) repeat-x scroll 0 0;
height:64px;
margin:0 auto;
position:absolute;
top:236px;
width:100%;
z-index:1;
}

/*-----------------------*/

.legal {
	background: #000;
	height: 30px;
	width: 100%;
	z-index: 15;
}
.legal p {
color:#8B4D2B;
font-family:arial;
font-size:10px;
line-height:12px;
margin:0 auto;
padding:10px 0 0;
text-align:center;
width:1024px;
}


