/* ||| universal set of reset styles |||*/
html,
body,
div,
span,
applet,
object,
iframe,
caption,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
	vertical-align: baseline;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: white;
	line-height: 1;
	color: black;
}
ol,
ul {
	list-style: none;
}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote,
q {
	quotes: "" "";
}
/* ||| the end |||*/
/* ||| set of clearing floats |||*/	
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clear {
	clear: both;
}
/* End hide from IE-mac */
/* ||| the end |||*/
html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	margin: 0;
	padding: 0;
	font-size:100%;
}

#scrollcal {
width:390px;
height:349px;
overflow:auto;
color: #FFFFFF;
font-size: 12px;
SCROLLBAR-FACE-COLOR: #95AB8C;
SCROLLBAR-HIGHLIGHT-COLOR: #A8B9A0;
SCROLLBAR-SHADOW-COLOR: #A8B9A0;
SCROLLBAR-3DLIGHT-COLOR: #66805B;
SCROLLBAR-ARROW-COLOR: #ffffff;
SCROLLBAR-TRACK-COLOR: #66805B;
SCROLLBAR-DARKSHADOW-COLOR: #66805B;
}

#scrollacerca {
width:98%;
height:300px;
overflow:auto;
font-size: 12px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
background-color: white;
border: #575757 1px solid;
SCROLLBAR-FACE-COLOR: #A1A495;
SCROLLBAR-HIGHLIGHT-COLOR: #B2B4A7;
SCROLLBAR-SHADOW-COLOR: #B2B4A7;
SCROLLBAR-3DLIGHT-COLOR: #8F9380;
SCROLLBAR-ARROW-COLOR: #ffffff;
SCROLLBAR-TRACK-COLOR: #909481;
SCROLLBAR-DARKSHADOW-COLOR: #8F9380;
}

#bg {
	background: #CCC9BF url('images/bg_page.png') repeat-x 0 0;
	font: normal 11px Tahoma, Arial, Verdana, sans-serif;
	color: #575757;
	line-height:1.6;
}

a{
color: #000000;
cursor: hand;
}

a:hover{
text-decoration: none;
}

img {
	border: none;
	text-decoration: none;
}

ul {
	padding: 0 0 0 2px;
	margin: 0;
	margin-left: 1px;
	list-style: none;
}
ul li {
	padding-left: 14px;
	line-height: 180%;
}
ul li a {
	text-decoration: none!important;
}
ul li a:hover {
	text-decoration: none!important;
}
ol li {
	line-height: 170%;
}
fieldset {
	border: 0;
	padding: 5px 0;
}
h1 {
    font-size: 100%;
}

h2 {
	font-size: 210%;
	font-weight: normal;
	margin:2px 0 15px 0;
}
h3 {
	font-size: 125%;
}
h4 {
	font-size: 100%;
}
h5 {
	font-size: 120%;
}
h6 {
	font-size: 110%;
}
th {
	padding: 4px;
	text-align: left;
}
fieldset {
	border: none;
}
fieldset a {
	font-weight: bold;
}
input,
select {
	font: normal 11px Tahoma, Arial, Verdana, sans-serif;
}
hr {
	border-top: 1px solid #f9f9f9;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}
.clearfix {
	clear: both;
}
/* Bloques
----------------------------------------------------------------------------------------------------------------------*/
div#page {
	width: 920px;
	height: 100%;
	margin: 3px auto 0;
}
div#top {
	height: 93px;
	width: 100%;
}

div#menu {
	clear: both;
	background: url('images/bg_menu.png') no-repeat 50% 0;
	height: 34px;
	margin: 0px 0 0;
}
div#menu div {
	float: left;
}
div#menu a {
	text-decoration: none;
}

a.b_fav {
	float: right;
	margin: 10px 6px 0 0;
	width: 86px;
	height: 13px;
	display: block;
	font-size: 10px;
	text-transform:uppercase;
	line-height: 13px;
	text-align: center;
}
a:link.b_fav,
a:visited.b_fav {
	color: #fff;
	font-weight: bold;
	background: url('images/b_fav.png') no-repeat 0 50%;
}

a:hover.b_fav {
	text-decoration: none;
	background: url('images/b_fav.png') no-repeat 100% 50%;
}

div#wrap-middle-1,
div#wrap-middle-0,
div#wrap-middle {
	background: transparent url('images/bg_page-middle.png') repeat-y 50% 0;
}
div#wrap-bottom {
	background: transparent url('images/bg_page-bottom.png') no-repeat 50% 100%;
	padding-bottom: 10px;
}
#wrap-shadow {
	background: transparent url('images/bg_page-shadow.png') no-repeat 50% 0!important;
	height: 100%;
}
#dot-inset {
	background: transparent url('images/bg-dot.gif') repeat-y 59% 0;
}
#dot-right {
	background: transparent url('images/bg-dot.gif') repeat-y 79% 0;
}
/* restriction */
#wrap-middle-0 #dot-inset {
	background: none;
}
#wrap-middle #dot-inset,
#wrap-middle #dot-right {
	background: none;
}
div#wrap-top-0 {
	background: transparent url('images/bg_page_top.gif') no-repeat 50% 0;
	padding-top: 10px;
	margin: 20px 0 0;
}
div#wrap-top-1 {
	background: transparent url('images/bg_page_top-1.gif') no-repeat 50% 0;
	padding-top: 10px;
	margin: 20px 0 0;
}

div#wrap-top-2 {
	background: transparent url('images/bg_page_top-2.gif') no-repeat 50% 0;
	padding-top: 10px;
	margin: 20px 0 0;
}

#wrap-shadow-1 {
	background: #4A6248 url('images/bg_page-shadow-1.png') no-repeat 50% 0!important;
	margin: 0 0 0px;
}
div#conwrap {
	margin: 0 20px 0;
}
/* Setting of the size of Blocks
----------------------------------------------------------------------------------*/

div#mainbody {
	clear: both;
	margin-bottom: 10px;
}

/*Modules
-------------------------------------------------------------------*/
div.moduletable {
	font: normal 100% Arial, Helvetica, sans-serif;
	line-height:16px;
	padding: 0;
	margin:0 0 20px;
    padding-bottom: 23px;
}

div.moduletable .img1 {
	padding-left: 4px;
}

div.moduletable .imgboton {
	padding-left: 40px;
}

div.moduletable .texto{
	padding: 0px 13px 0px 13px;
	display:block;
	text-align:left;
    font-size: 12px;
}

div.moduletable h3 {
	background-color: #4A6248;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 0px 0px;
	line-height: 25px;
    padding-left: 8px;
    border-right: #FFFFFF 1px solid;
	color: #ffffff;
}

/*|||------ Restrictions ------|||*/
table.contentpane td {
	padding:4px 0 4px 0;
}
/* Footer

-------------------------------------------------------------------------------*/
#menupie {
  background-color: #F1F1E9; border-top: #B5B5A8 1px solid; border-bottom: #B5B5A8 1px solid; padding: 8px; text-align: center; color:#232525; font-size:0.91em; font-family: Tahoma, Arial;
  }

#menupie A{
  color:#232525; font-size: 11px; font-family: Tahoma, Arial, Helvetica;
  }
div#footer_wrap {
	background: transparent url('images/bg_footer.png') no-repeat 0 0;
	height: 71px;
	margin-top: 8px;
}
div#footer {
	clear: both;
	padding: 0;
	font-size: 11px;
	margin:0 20px;
	padding-top: 10px;
}
div#footer a {
	font-size: 11px;
	color: #575757;
	text-decoration: none;
}
div#links {
	float: left;
	padding-bottom: 10px;
	color: #575757;
}
div#copyright {
	float: right;
}

DIV.green-black {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; MARGIN: 3px; PADDING-TOP: 3px; TEXT-ALIGN: center; font-size: 12px; font-family: arial, helvetica
}
DIV.green-black A {
	BORDER-RIGHT: #242B2D 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #242B2D 1px solid; PADDING-LEFT: 5px; BACKGROUND-COLOR: #3C484C; PADDING-BOTTOM: 2px; BORDER-LEFT: #242B2D 1px solid; COLOR: #fff; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #242B2D 1px solid; TEXT-DECORATION: none;
}
DIV.green-black A:hover {
	BORDER-RIGHT: #242B2D 1px solid; BORDER-TOP: #242B2D 1px solid; BACKGROUND-COLOR: #F1F1E9; BORDER-LEFT: #242B2D 1px solid; COLOR: #373B3B; BORDER-BOTTOM: #242B2D 1px solid
}
DIV.green-black A:active {
	BORDER-RIGHT: #242B2D 1px solid; BORDER-TOP: #242B2D 1px solid; BACKGROUND-COLOR: #3C484C; BORDER-LEFT: #242B2D 1px solid; COLOR: #FFF; BORDER-BOTTOM: #242B2D 1px solid
}
DIV.green-black SPAN.current {
	BORDER-RIGHT: #242B2D 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #242B2D 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; BACKGROUND-COLOR: #DC4838; PADDING-BOTTOM: 2px; BORDER-LEFT: #242B2D 1px solid; COLOR: #fff; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #242B2D 1px solid
}
DIV.green-black SPAN.disabled {
	BACKGROUND-COLOR: #C5C8B2; BORDER-RIGHT: #373B3B 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #373B3B 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #373B3B 1px solid; COLOR: #373B3B; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #373B3B 1px solid
}

.combo {background-color: #FF9900; color: #000000; font-size: 13px; }

.content_cal { font-size: 12px; text-align: justify; color: white; padding-right: 10px;}

.cal_tit { font-size: 12px; font-weight: bold;}

.cal_fecha { color:#CED9CC; font-size:0.91em; font-family:Tahoma, Arial, Helvetica; padding:0px 27px 0px 0px; font-weight: bold;}
.fecha { color: #5F5F49; font-size:12px; font-family:Tahoma, Arial, Helvetica; padding:0px 27px 0px 0px; font-weight: bold;}

.celdas { width:100%; height: 200px; }
.celdasgal { width:100%; height: 130px; }

.listado { font-size: 13px; text-align: justify; }

.titulo_list { font-size: 17px; font-weight: bold; color: #5F5F49;}

.titulo_list a { color: #5F5F49;}

.titulo_list a:hover { text-decoration: none;}

.border {border-left: 2px solid #5a5a47;}

.imgmin {
	border: 1px solid #b5b5a8;
	padding-top: 6px;
    padding-bottom: 6px;
	background: #f1f1e9;
    margin: 5px 20px 0px 0px;
}

.imgmax {
	border: 1px solid #b5b5a8;
	padding-top: 6px;
    padding-bottom: 6px;
	background: #f1f1e9;
    margin: 0px 0px 0px 20px;
}

.imgeq {
	border: 1px solid #b5b5a8;
	padding-top: 6px;
    padding-bottom: 6px;
	background: #FFFFFF;
    margin: 0px 0px 0px 20px;
}

.titulo_contenido {
	font: normal 180% Arial, Helvetica, sans-serif; color: #4B4B3A; font-weight:bold;
}

.contenido {
	width: 95%;
}

.contenido_ini h2 {
	padding: 0;
	margin: 0;
}

.contenido_ini {
	width: 100%;
}
.fotos {
    height: 155px;
}

.datos {
	display: block;
	padding: 5px 10px;
	margin-bottom: 10px;
    border-left: 2px solid #84a902;
    font-size: 12px;
}

.datos1 {
	display: block;
	padding: 5px 10px;
	margin-bottom: 10px;
    border-left: 2px solid orange;
    font-size: 12px;
}

.datos2 {
	border-top: 1px solid #b9b9ae;
	border-bottom: 1px solid #b9b9ae;
	background: #efefe2;
	color: #5a5a47;
    display: block;
    padding: 5px 10px;
    font-size: 12px;
}

.back_button,
 {
	font: normal 10px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.back_button a {
	margin: 15px 0;
	display: block;
	float: left;
	width: 78px;
	height: 13px;
	line-height: 13px;
    text-align: center;
    text-decoration: none;
	background: url('images/b_readon.png') no-repeat 0% 50%;
	color: #FFFFFF;
}
.back_button a:hover {
	text-decoration: none;
	background: url('images/b_readon.png') no-repeat 100% 50%;
}

div.news_image_wrapper {
	overflow: hidden;
	margin-left: 20px;
	margin-right: 20px;
}

.datos4 {
	display: block;
	padding: 5px 10px;
	margin-bottom: 10px;
    border-left: 2px solid #84a902;
    font-size: 12px;
}

.info { background: #448F63; font-size: 11px; padding: 10px; font-family: arial, helvetica; background-color: #44474E;}

.acerca {
background-color: #5F5F58; color: white;
}

.acerca A{
background-color: #5F5F58; padding: 6px; border: white 1px solid; color: white;
}

.acerca A:hover{
color: #5F5F58; background-color: white; padding: 6px; border: #5F5F58 1px solid;
}

.nottit {
color: #000000; font-weight: bold;
}



.nottd {
padding: 7px 7px 0px 12px;
text-align: justify;
}

acerca2 {
width:95%;
height:300px;
font-size: 12px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
background-color: white;
border: #575757 1px solid;
}

#noticias {
	scrollbar-3dlight-color: #F0F0EE;
	scrollbar-arrow-color: #676662;
	scrollbar-base-color: white;
	scrollbar-darkshadow-color: #DDDDDD;
	scrollbar-face-color: #F6F8F5;
	scrollbar-highlight-color: #F0F0EE;
	scrollbar-shadow-color: #F0F0EE;
	scrollbar-track-color: #C1C8C4;
font-size: 12px;
height:230px;
overflow:auto;
}

.fotosnot {
  	scrollbar-3dlight-color: #F0F0EE;
	scrollbar-arrow-color: #676662;
	scrollbar-base-color: white;
	scrollbar-darkshadow-color: #DDDDDD;
	scrollbar-face-color: #F6F8F5;
	scrollbar-highlight-color: #F0F0EE;
	scrollbar-shadow-color: #F0F0EE;
	scrollbar-track-color: #C1C8C4;
    height: 184px;
    width: 830px;
    overflow:auto;
}

.ic {
font-size: 24px;
font-weight: bold;
color: #000000;
border-right: #000000 1px solid;
border-bottom: #000000 1px solid;
text-align: center;
height: 36px;
background-color: #FFFFFF
}

.ficha {
color: white;
}

.ficha A{
color: white;
}

.ficha A:hover{
color: white;
}
