/*css document*/

/*tags*/
body {
	background-color: #252C37;
	margin-top: 0px;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	/*         color: #77694C; */
         color: #262d37;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #77694C;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #77694C;
}
#top {
	text-align:right;
}
#body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #262d37;
	width: 762px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/fondo.jpg);
	border-right: 3px solid #726548;
	border-bottom: 3px solid #726548;
	border-left: 3px solid #726548;
	background-repeat:  repeat-y;
	background-position: 0px 0px;
	background-color: #D0C19A;
}
#spaceHeader {
	background-image: url(../images/fondo_header.jpg);
	height: 20px;
}
/*menu principal*/
#menu {
	float: left;
	width: 210px;
	font-size: 14px;
	color: #bca277;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 15px;
}
#menuLogo {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#menuLogo img {
	border:0;
}
/*botones del menu principal*/
        #menuBtns {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 40px;
	background-color: #1E2C49;
}
#menuBtns ul {
	padding: 0px;
	margin: 0px;
}
#menuBtns li {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 20px;
}
#menuBtns a {
	color: #BCA277;
}
/*#menuBtns a:hover{
                                        font-weight: bold;
                                }*/

        #menuFoot {
	width: 160px;
	font-size:12px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B8A175;
	margin-top: 20px;
	padding-top: 10px;
	margin-bottom: 20px;
	background-color: #1E2C49
}
#menuFoot a {
	color:#BCA277;
	text-decoration:underline;
}
#menuFoot a:hover {
	text-decoration:none;
}
.versales {
	font-variant: small-caps;
}
/*imagen superior home e interiores*/
#bodyImage {
	background-repeat: no-repeat;
	background-position: 0px 85px;
}
#bodyImage img {
	border:0;
}
.imgHome {
	background-image: url(../images/img_home3.jpg);
}
.imgInterior {
	background-image: url(../images/img_about.jpg);
}
.imgContact {
	background-image: url(../images/contact.jpg);
}
.imgLinks {
	background-image: url(../images/links.jpg);
}
.imgLocation {
	background-image: url(../images/location.jpg);
}
.imgMedia {
	background-image: url(../images/media.jpg);
}
.imgMenu {
	background-image: url(../images/menu.jpg);
}
.imgNews {
	background-image: url(../images/news2.jpg);
}
.imgMenu {
	background-image: url(../images/menu.jpg);
}
/*contenidos*/
#main {
	margin-left: 225px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 25px;
}
#main {
	margin-left: 225px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 25px;
}
#main a {
	color: #262D37;
	font-weight:bold;
	text-decoration: underline;
}
#main a:hover {
	text-decoration: none;
}
#separador {
	height: 285px;
}
/*contenidos home*/
        #homeContent {
	float: left;
	width: 234px;
	padding-right: 15px;
	padding-bottom: 8px;
	font-size: 1.1em;
}
#homeContent h1 {
}
#homeContent h2 {
	margin-bottom:0;
	padding-bottom:0;
}
#homeContent p {
	margin-bottom:0;
	padding-bottom:0;
	margin-top:0;
	padding-top:0;
}
#homeContent img {
	border:0;
}
#homeContentRight {
	margin-left: 250px;
	font-size: 1.1em;
}
#homeContentRight h1 {
	background-image: url(../images/fondo_box.gif);
	display: block;
	text-align: center;
}
.homeBox {
	float: left;
	width: 225px;
 text-align:;
	background-image: url(../images/fondo_box.gif);
	margin-bottom:5px;
	padding: 5px;
	border:1px solid #77694C;
}
.homeBox h2 {
	margin-top:0px;
}
.homeBox p {
	margin-bottom:2px;
}
.space {
	float: left;
	width: 10px;
}
.textBox {
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #262D37;
	border-bottom-color: #262D37;
	padding-top: 0px;
	padding-bottom: 5px;
}
/*contenidos interiores*/
        #content {
	float: left;
	width: 320px;
	padding-top: 10px;
}
#content h2 {
	margin-bottom:0;
}
#content h3 {
	margin-bottom:0;
}
#content a {
	color: #262D37;
	font-weight: bold;
	text-decoration: underline;
}
#contentRight {
	margin-left: 320px;
	padding-top: 40px;
}
.box {
	width: 144px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/fondo_box.gif);
	padding: 5px;
 text-align:;
	margin-bottom: 20px;
	border:1px solid #77694C;
}
.box h2 {
	margin-top:0px;
}
.box p {
	margin-bottom:2px;
}
#list h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}
#list p {
	margin-top: 0px;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	width: 762px;
	padding-bottom: 10px;
	text-align: right;
	color: #bca277;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer a {
	color: #fff;
}
#menuInf {
	float: left;
	width: 510px;
	height: 20px;
	color: #bca277;
}
#menuInf ul {
	padding: 0px;
	margin: 0px;
}
#menuInf li {
	float: left;
	padding-right: 2px;
	padding-left: 2px;
	list-style-image: none;
	list-style-type: none;
}
#menuInf a {
	color: #bca277;
}
#menuInfR {
	float: right;
	height: 20px;
	color: #bca277;
}
.underline {
	text-decoration: underline;
}
.floatRight {
	float: right;
}
.clear {
	clear: both;
}