@charset "utf-8";
/* CSS Document */

body, html{
	color:#CC9239;
	background-color:#750E0F;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	cursor:url(../images/cursor.cur) ,auto;
	}

h1{
	color:#F79D09;
	font-weight:bold;
	font-size:16px;
	text-align:left;
	margin:0px;
	}
	
h2{
	text-align:left;
	font-size:12px;
	margin:0px;
	}

ul{
margin:0px;
*margin-left:10px;
}

li{
list-style-type:none;
}
	
a {
	text-decoration:none;
	color:#F79D09;
	}
	
#contenedor{
	background-color:#750E0F;
	height:550px;
	width:1050px;
	position:relative;
	margin:0px auto;
	}
	
#content{
	background-image:url(../images/bgcontent.jpg);
	background-repeat:no-repeat;
	background-color:#750E0F;
	height:500px;
	width:1000px;
	}
	
#logo{
background-image:url(../images/logo.gif);
background-repeat:no-repeat;
background-position:top center;
height:100px;
}

#wrap{
margin: 0px auto;
height:370px;
width:800px;
}

#top{
background-image:url(../images/bgtop.png);
background-repeat:no-repeat;
height:31px;
text-align:left;
color:#000000;
}
#top a {
color:#000000;
padding:5px;
line-height:30px;
font-weight:bold;
font-variant:small-caps;
}

#center{
background-image:url(../images/bgcenter.png);
background-repeat:repeat-y;
height:300px;
}

#bottom{
color:#000000;
background-image:url(../images/bgbottom.png);
background-repeat:no-repeat;
text-align:left;
height:31px;
}
#bottom a {
color:#000000;
padding:5px;
line-height:30px;
font-weight:bold;
font-variant:small-caps;
}	

.img {
padding:20px;
}

#direc{
	color:#CC9239;
	text-align:center;
	font-size:12px;
	}
