@charset "utf-8";
/* CSS Document */

body{
font-family: Arial, Helvetica, sans-serif;
background-image:url(../images/bgbody.jpg);
background-repeat:repeat;
background-position:center;
}
h1{
	font-size:1.5em;
	color:#F5A907;
	font-weight: 100;
	line-height: 40px;
	*line-height: 60px;
}

#wrap{
margin: 0px auto;
width:900px;
}

#header{
background-image:url(../images/sup.png);
background-repeat:no-repeat;
background-position:center;
margin-top:20px;
width:900px;
height:86px;
}


#content{
width:900px;
height:337px;
}
#content .sub{
background-image: url(../images/logo.gif);
background-repeat:no-repeat;
background-position:center left;
margin-left:93px;
margin-right:40px;
width:auto;
height:337px;
background-color:#FFFFFF;
}
.artic{
color:#F5A907;
font-size:1em;
float:left;
width:68%;
*width:75%;
}
.bot{
	background-image:url(../images/botcontact.png);
	background-position:right center;
	background-repeat:no-repeat;
	position:absolute;
	top:422px;
	left:840px;
	height:21px;
	width:150px;
	text-align: center;
}
.bot a{
color:#727575;
text-decoration:none;
display:block;
}
.bot a:hover, .bot a:active {
background-image: url(../images/BGHOVER.png);
background-position:left center;
text-decoration:none;
color:#727575;
display:block;
}

#apDiva{
	background-image:url(../images/bgdivpa.png);
	background-repeat:no-repeat;
	background-position:top center;
	height:337px;
	width:280px;
	float:right;
	position:relative;
	visibility: visible;
}

#content .izq{
	background-image:url(../images/izq.png);
	background-repeat:no-repeat;
	width:93px;
	height:337px;
	float:left;
}
#content .der{
	background-image:url(../images/der.png);
	background-repeat:no-repeat;
	width:100px;
	height:337px;
	margin-right:-40px;
	float:right;
}

#bottom{
	background-image:url(../images/inf.png);
	background-position:center;
	background-repeat:no-repeat;
	color:#6C6F70;
	font-size:0.6em;
	height:79px;
	width:900px;
}


#footer{
}

