/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

* {
	margin: 0;
}

html, body {
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	height: 100%;
	/*background: #e0e8e6;*/
	background-color:#e0e8e6;
	color: #e0e8e6;
	font-size: 11px;
}

.wrapper {
	/*width: 960px;*/
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -241px;
	background-color: #e0e8e6;

	/*background-color:#09F;*/
	/*background-color: #f6f6f6;*/
}

.header_site {
	height: 129px;
	margin: 0 auto;
	padding: 0;
	width: 100%;

}

.footer_site {
	height: 215px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	/*width: 960px;*/
	/*background-color: #999;*/
	background: url(../images/footer-bg.jpg) 0 0 repeat-x;

}

#footer{
	background:url(../images/FooterBackOK.jpg) 0 0 no-repeat;
	background-position:center;
	margin:auto;
	/*width:100%;*/
	height:215px;

	}


/*
#footer{
	background:url(../images/footer-bck2.jpg) 0 0 no-repeat;
	background-position:center;
	margin:auto;
	/*width:100%;*/
	/*height:215px;

	}*/


/*.footerBg {
	background: 0 0 no-repeat;
	height: 105px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}*/







.push {
	height: 215px;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

p{
	/*border: 1px solid #666;
	overflow: hidden;
	padding: 3px 15px;
	text-align: left;*/
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 0px;

}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 8px;
}






/* `FOOTER
----------------------------------------------------------------------------------------------------*/


.footer-mgn {
	margin: 0 auto;
	width: 940px;
	background-position:center;

}

/*.footer_site {
	background:url(../images/footer-bck.jpg) 0 0 no-repeat;
	height: 241px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 100%;
}*/


.footer-uno{

	padding-left:10px;
	margin-top:160px;
	display:block;
	position:relative;
	float:left;

}



.footer-dos{
	margin:158px 8px 0 13px;
	display:block;
	position:relative;
	float:left;

}

.footer-logo-facebook{

	width: 24px;
	height: 24px;
	display:block;
	position:relative;
	float:left;

}

.footer-tres{
	margin:158px 5px 0 0px;
	display:block;
	position:relative;
	float:left;

}


.footer-yelp{
	margin:158px 5px 0 0px;
	display:block;
	position:relative;
	float:left;

}


.footer-logos-tarjetas{

	width: 33px;
	height: 23px;
	display:block;
	position:relative;
	float:left;
}

.footer-logos-tarjetas1{

	width: 24px;
	height: 24px;
	display:block;
	position:relative;
	float:left;
}

.footer-cuatro{
	margin:158px 5px 0 0px;
	display:block;
	position:relative;
	float:left;

}


.footer-cinco{
	margin:162px 0px 0 0px;
	display:block;
	position:relative;
	float:left;

}


.footer-logo{

	width: 61px;
	height: 19px;
	display:block;
	position:relative;
	float:left;

}






/* `HOME
----------------------------------------------------------------------------------------------------*/


.about-us{
	margin-top:33px;

}


.about-us-rayita{
	width: 145px;
	height: 2px;
	background:url(../images/header-rayita.jpg) 0 0 no-repeat;
	margin-bottom:18px;

}


.about-us-texto{
	width: 600px;
	display:block;
	position:relative;
	float:left;
}


.about-us-2-texto{
	margin-top:15px;
	width: 600px;
	display:block;
	position:relative;
	float:left;

}


.about-us-2-texto-3{
	margin-top:15px;

	display:block;
	position:relative;
	float:left;

}

.about-us-2-imagen{
	width: 221px;
	height: 167px;
	margin:15px 0 0 30px;
	display:block;
	position:relative;
	float:left;

}


.about-us-texto2{
	width: 860px;
	display:block;
	position:relative;
	float:left;

}


.about-us-texto-m{
	margin-top:15px;
	width: 860px;
	display:block;
	position:relative;
	float:left;

}


.about-us-imagen{
	width: 221px;
	height: 167px;
	margin:-50px 0 0 30px;
	display:block;
	position:relative;
	float:left;

}




/* `SlideShow Home
----------------------------------------------------------------------------------------------------*/



#slideshow {
	 position:relative;
	 height: 173px;


}

#slideshow DIV {
	 position:absolute;


	 z-index:8;
	 opacity:0.0;
	 height: 173px;
	 background-color: #FFF;
}

#slideshow DIV.active {
	 z-index:10;
	 opacity:1.0;
}

#slideshow DIV.last-active {
	 z-index:9;
}

#slideshow DIV IMG {
	 height: 173px;
	 display: block;
	 border: 0;

}


/* `contact
----------------------------------------------------------------------------------------------------*/


.contact-1{
	margin-top:105px;
	margin-left:15px;

}

.contact-2{
	margin-left:0px;
	margin-top:0px;

}

.contact-3{
	margin-left:40px;
	margin-top:0px;

}

.contact-imagen{
	width: 422px;
	height: 302px;
	margin:15px 0 0 0px;
	display:block;
	position:relative;
	float:left;

}



.form-solic-inf {
	width:460px;
	color:#333;
	font:normal 11px Arial, Verdana, sans-serif;
	text-align:left;
	text-decoration:none;
	line-height:18px;
}

.form-solic-inf .tasac-txt-form { padding-right:3px; vertical-align:middle; color:#346801; font:normal 11px Arial, Verdana, sans-serif;}

.form-solic-inf .tasac-txt-form2 { padding-right:50px; color:#346801; font:normal 11px Arial, Verdana, sans-serif;}


.form-solic-inf .top { padding-top:6px; vertical-align:top; }

.form-solic-inf input.box,
.form-solic-inf textarea.box {
	width:350px;
	height:20px;
	margin:5px 0;
	padding:5px 9px 0;
	border:solid 1px #d1d9d2;
	background:#d1d9d2;
	text-align:left;
	font:normal 11px Verdana, Arial, sans-serif;
	color:#666;
	overflow:auto;
}
.form-solic-inf textarea.box { height:auto; }

.form-solic-inf input.box:focus,
.form-solic-inf textarea.box:focus {
	border:solid 1px #d1d9d2;
	background:#d1d9d2;
}

.form-solic-inf input.radio {
	width:15px;
	height:15px;
	font:normal 11px "Verdana", Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
	border:none;
	background:url(../images/contact-check.jpg) 0 0px no-repeat;
	margin:5px 0 5px 5px;


}


.form-solic-inf input.submit {
	width:65px;
	height:35px;
	font:normal 11px "Verdana", Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
	border:none;
	background:none;
	cursor:pointer;
	margin:15px 0 ;
	padding:0px 5px 0 5px;

}
.form-solic-inf input.submit { background:url(../images/contact-btn.png) 0 0px no-repeat; }


/*
.form-solic-inf #btn {
	padding:0 20px 0px 0px;
	position:relative;
	float:left;
}
*/
.form-solic-inf #btn {
	padding: 0 20px 0px 0px;
	position: relative;
	/* float: left; */
	width: calc(30% - 30px);
	text-align: right;
	display: inline-block;
	padding: 0 20px 0 0;
}
#log.contact {
	margin-top: 0px;
	margin-left: 0;
	font: normal 11px "Verdana", Arial, Helvetica, sans-serif;
	color: #346801;
	position: relative;
	z-index: 1;
	width: 100%;
	text-align: center;
	padding: 0;
	display: inline-block;
	width: calc(70% - 0px);
}



/* `gallery
----------------------------------------------------------------------------------------------------*/


div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	width: 550px;
	padding-top:3px;
	margin-bottom:-10px;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 250px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 250px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 550px;
	height: 250px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 250px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
	border: 2px solid #6d9825;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	left: 0;
}
div.caption {
	padding:10px;
	margin-left:8px;
	padding-top:0px;
	font:normal 12px "Verdana", Arial, Helvetica, sans-serif;
	color:#5f723b;
	line-height:16px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #6d9825;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #346801;
	border-color: #346801;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

div#page {
	width: 900px;
	background-color: #e0e8e6;;

	text-align: left;
	margin-top:0px;
	margin-left:35px;

}
div#container {
	padding: 20px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}



#log {

	margin-top: -40px;
	margin-left:100px;
	font:normal 11px "Verdana", Arial, Helvetica, sans-serif;
	color:#346801;
}

#log_res {
	overflow: auto;
}

#log_res.ajax-loading {
	padding: 20px 0;
	background: url(http://demos.mootools.net/demos/Group/spinner.gif) no-repeat center;
}







