/* AJAXIFY */

#AjaxifyLoading {
	width: 32px;
	margin: 0 auto;
}

#commentForm {
	text-align:left;
}

body, html { 
	margin: 0; 
	padding: 0; 
	background-color: #405C11;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
}
p{
	margin:0;
	padding:0;
}
a{
	color:#03F;
}

img{
	margin:5px !important;
}

h2{
	color:#405c11;
	border-bottom:#7DB522 1px solid;
	font-size: 14px !important;
}
h3{
	color:#405c11;
	border-bottom:#7DB522 1px solid;
/*	color:#1e3469;
	border-bottom:#1e3469 1px solid;*/
}

ol li{
	margin-bottom:10px;
}

.container {
	width: 811px;
	margin: 0 auto;
	
}

.header {
	/*background-image: url(../images/header.jpg);*/
	height: 230px;
}

.page {
	background-image: url(../images/page-lg.jpg);
	height: 555px;
	position: relative;
	margin: 0 auto;
}

.navigation {
	position: absolute;
	width: 142px;
	top: 8px;
	left: 16px;
	height: 280px;
}

.navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.navigation li {

	display: block;
	float: left;
	width: 141px;
	height: 27px;	
}
.navigation a:hover {
	background-image: url(../images/botonhover.gif);
}

.navigation a {
	background-image: url(../images/boton.gif);
	outline: none;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	width: 141px;
	height: 21px;
	text-align: center;
	color: #000000;
	display: block;
	float: left;
	padding-top: 6px;
}

.derecha {
	position: absolute;
	width: 146px;
	top: 8px;
	right: 14px;
	height: 280px;
}

.botonLeft {
	clear: both;
}

.botonLeft a {
	outline:none;
	float: left;
	display: block;
	background-image: url(../images/botonLeft.gif);
	width: 146px;
	height: 30px;
	color: #000;
	text-decoration:none;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	padding-top: 12px;
}

.news {
	background-image: url(../images/news-lg.gif);
	height: 280px;
	width: 126px;
	margin-top: 8px;
	padding: 10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}


.news h3 {
	font-size: 14px;
	text-decoration: none;
	padding: 0;
	margin: 0;
	color:/*#3b2a0e;*/#000;
	border-bottom:#3b2a0e 1px solid;
}

#texto {

scrollbar-arrow-color: #FFF6D4;
scrollbar-base-color: #FFF6D4;
scrollbar-dark-shadow-color: #FFF6D4;
scrollbar-track-color: #FFF6D4;
scrollbar-face-color: #FEDB90;
scrollbar-shadow-color: #FFF6D4;
scrollbar-highlight-color: #FFF6D4;
scrollbar-3d-light-color: #FFF6D4;	
	
	width: 450px;
	height: 460px;
	overflow-y: scroll;
	left: 168px;
	top: 18px;
	position: relative;
	overflow: -moz-scrollbars-vertical;	
	overflow-x: none;
	padding: 0 10px !important;
	background-color:#FFF;
}
.texto table {
	border: none;
}
.footer {
	font-size: 10px;
	width: 780px;
	margin: 0 auto;
	color: #FFF;
}

.amarillo {
	color: #F2C641;
}

#fotos9D{
	text-align:center;
}


/* --------------------------------- FOTOS CAMBIANTES ------------------------------------ */
.fotosCambiantes{
	width:350px;
	height:263px;
	margin:0 auto;
	margin-bottom:10px;
}
.fotosCambiantes img { 
	width: 350px; 
	height: 263px;
	z-index:0;
}

.nav-int{
	text-align: left;
	text-align:center;
	position: relative;
	top: 15px;
	width: 430px;
	margin: 0 auto;
}
.nav-int a{
	background-color:#FFF6D4;
	text-decoration:none;
	color:#e65c00;
	font-weight:bold;
	white-space: nowrap;
	padding:2px;
	border-left:#fff 1px solid;
	border-top:#fff 1px solid;
	border-bottom:#000 1px solid;
	border-right:#000 1px solid;
	margin: 0;
/*	background-color:#0F9;*/
}
.nav-int a:hover{
	border-left:#000 1px solid;
	border-top:#000 1px solid;
	border-bottom:#fff 1px solid;
	border-right:#fff 1px solid;
}


/* ------------------ Acordion noticias ------------------------------------ */
.basic{
	width:100%;
	height:90%;
}
.basic a{
	width:100%;
	display:block;
	font-weight:bold;
	border-bottom:/*#405c11*/#7D5A1D 1px solid;
	margin-top:5px;
	cursor:pointer;
	font-size:11px;
	color:#000/*405c11;*/;
}
.basic p{
	font-size:10px;
	font-size:12px;
	color:#000;
}

/* -------------------- Light box ----------------------------------------------- */
a.lightbox {
	border: none;
}

a.lightbox img {
	border: none;
}

/* --------------------------- Contacto -------------------------------------------- */

span.error {
	color: #F00;
}

#commentForm input,textarea,select {
}

#commentForm label {
	display: inline-block;
	line-height: 120%;
	cursor: hand;
	text-align: right;
	padding-right: 10px;
	width: 200px;
}