@charset "utf-8";
* { margin:0; padding:0;
}
a img {border:none; outline:none
}
.clr {
clear:both;
}
body {
	background-image: url(../images/bk_body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #B7A72A;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #6B6118;
}
#container {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
/* header ------------------------------------------ */
#header {
	width: auto;
	padding-top: 30px;
	padding-left: 20px;
}
#banner {
	height: 232px;
	width: 760px;
}
#content {
	width: 720px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 50px;
	overflow:hidden
}
/* NAVIGATION ---------------------------------------- */
ul#nav {
	text-align: left;
	list-style-type: none;
	width:120px;
	float: left;
}
.navcontainer {
	width: 120px;
	position: relative;
}
#nav span {display:none;}

#nav li {float:left;}

#nav li a {
	display: block;
	height: 30px;
}

li a#item_inicio {
width: 120px;
background: url(../images/menu.gif) no-repeat 0 0;}

a#item_inicio:hover {
background: url(../images/menu.gif) no-repeat -120px 0;}

li a#item_historia {
width: 120px;
background: url(../images/menu.gif) no-repeat 0px -30px;}

a#item_historia:hover {
background: url(../images/menu.gif) no-repeat -120px -30px;}

li a#item_quienes {
width:120px;
background: url(../images/menu.gif) no-repeat -0px -60px;}

a#item_quienes:hover {
background: url(../images/menu.gif) no-repeat -120px -60px;}

li a#item_servicios {
width:120px;
background: url(../images/menu.gif) no-repeat -0px -90px;}

a#item_servicios:hover {
background: url(../images/menu.gif) no-repeat -120px -90px;}

li a#item_contacto {
width: 120px;
background: url(../images/menu.gif) no-repeat -0px -120px;}

a#item_contacto:hover {
background: url(../images/menu.gif) no-repeat -120px -120px;}

/* CONTENIDO ---------------------------------------- */
.col_der {
	float: right;
	width: 510px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	background-image: url(../images/linea.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 41px;
}
#bullets {
	margin-top: 30px;
	}
#bullets ul {
	list-style-image: url(../images/bullet.gif);
	padding-left: 15px;
}
#bullets li {
	padding-top: 3px;
	padding-bottom: 3px;
}

/* FOOTER ---------------------------------------- */
#footer {
	width: 530px;
	padding-left: 230px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 60px;
	height: 65px;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #B7A72A;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #6B6118;
	font-style: normal;
	font-weight: bold;
