
body {
  margin: 0 auto;
  padding: 0;
  font-family:Arial, Helvetica, sans-serif ;
  background-color:#629A16;
  background-image:url(../img/fs.jpg);
	font-size:11px;
	color:#333;
}
#container{
	width:800px;
	margin: 0 auto;
	margin-top: 0px;
	padding: 0 1px 1px 1px;
	background-color:#FFF;
}
#menuInt{
	float:left;
}
#escPubli{
	height:250px;
	padding: 0 4px 0 8px;
}
#header{
	width:900px;
	margin: 0 auto;
	margin-top:7px;
	height:150px;
	background-image:url(../img/banner.jpg);
	position:relative;
	padding: 0;
}
#header h1{
	margin:0;
	position:absolute;
	bottom:0;
	color:#EEE;
}
#header h1 a{
	text-decoration:none;
}
#menuLang{
	height:17px;
	background-color:#000000;
	font-size:10px;
	text-align:right;
	color:#FFFFFF;
}
#menuLang a{
	color:#FFCC00;
	text-decoration:none;
}
#menuLang a:hover{
	color:#669900;
	text-decoration:none;
}
#content{
	margin: 5px 0 5px 0;
}
#contentI{
	margin: 0 0 5px 0;
	width:800px;
	background-image:url(../img/s.png);
	background-repeat:no-repeat;
}
#menu{
	color:#FFF;
	text-align:center;
	width:800px;
	background-image:url(../img/menu.png);
}
#menu a{
	color:#FFCC00;
}
#admAc{
	float:left;
	background-color:#629A16;
	border-top:5px solid #000;
	width:500px;
}
#admAc a{
	color:#632103;
	padding-left:10px;
}
#dadAd{
	background-color:#000;
	border-top:5px solid #000;
	text-align:right;
	color:#FFCC00;
}
#imgGal{
	margin: 6px 0 6px 0;
	width:800px;
	height:60px;
	text-align:center;
	border-top: 1px #AAA dotted;
	border-bottom: 1px #AAA dotted;
}
#footer{
	clear:both;
	background-color:#629A16;
	height:35px;
	width:100%;
}
#footer p{
	color:#111;
	text-align:center;
	font-size:9px;
	padding:0;
	margin:0;
	line-height:225%;
}
#degr{
	position:absolute;
	top:0px;
	left:0px;
	width:2000px;
	height:100%;
	background-color:#000000;
	filter: alpha(opacity=55);
	opacity: .55;
}
#galeria{
	position:absolute;
	height:431px;
	width:602px;
	text-align:center;
	background-color:#FFF;
}
#barraNavGal p{
	float:left;
}
p{
	padding:0;
	margin:5px 0;
}
/*Clases*/
.heads{
	height:20px;
	font-size:20px;
	text-align:left;
	font-weight:bold;
	color:#ff9202;
	text-indent:5px;
	margin: 0 1px 0 1px;
	border-bottom:2px #000000 ridge; 
}
.headsC{
	height:25px;
	font-size:16px;
	line-height:150%;
	text-align:center;
	background-color:#000;
	font-weight:bold;
	color:#FFF;
}
.genConent{
	padding:10px;
	text-align:left;
	background-color:#FFFFFF;
}
.genContentC{
	padding:10px;
	text-align:center;
	background-color:#FFFFFF;	
}
.textEsp{
	text-indent:10px;
	margin-left:5px;
	text-align:left;
	width:500px;
}
.headsNameSite{
	margin: 0 1px 0 1px;
	color:#000;
	text-indent:50px;
	font-style:italic;
	height:12px;
}
.close{
	position:absolute;
	top:5px;
	right:4px;
	cursor:pointer;
  	text-align: center;
 	 padding: 1px;
}
.barra{
	background-color:#629A16;
	color:#FFFFFF;
	font-size:11px;
	height:15px;
	padding:5px;
	margin:1px;
}
/*ligas*/
a{
	color:#000;
	text-decoration:none;
	padding:1px 3px;
}
a:hover,
a:active{
	color:#CCCCCC;
	text-decoration:none;
}

/*tablas.*/
table{
	font-size:10px;
}
.full{
	width:100%;
	padding:5px;
}
th{
	text-align:center;
}
th.main{
	width:40%;
	text-align:left;
}
th.opciones{
	width:20%;
}
th.masopciones{
	width:30%;
}
.row1{
	background-color:#FFF;
}
.row2{
	background-color:#F5F5F5;
}
.center{
	text-align:center;
}
/*inputs*/

.mainOption{
	font-weight:bold;
}
label{
	margin:10px 0 5px 0; 
	padding:0;
	font-weight:bold;
	padding:0;
	display:block;
}
input, textarea{
	background-color:#EFEFEF;
	border:1px solid #CCC;
  font-family:Arial, Helvetica, sans-serif ;
	font-size:12px;
}
input:focus, textarea:focus{
	background-color:#FFF;
}
form{
	padding:5px;
}
.error{
	color:#CC0000;
	font-weight:bold;
}
.errorC{
	color:#CC0000;
	text-align:center;
	font-weight:bold;
	margin:10px 0;
}
.hidden{
	display:none;
}
.showed{
	display:block;
}
.panel{
	position:absolute;
  	border: 1px solid;
  	border-color: #999 #000 #000 #999;
  	font-size: 11px;
  	cursor: default;
	font-family: tahoma,verdana,sans-serif;
	width:280px;
	left:200px;
	padding:5px;
	background-color:#FFFFFF;
}
.panel .mainOption{
  	border: 2px solid;
  	padding: 0px;
  	border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
	color: #000;
	font-weight:normal;
	background: ButtonFace;
}
.panel p{
	padding:0 5px;
}
.addAutor{
	position:absolute;
}
.addMaqueta{
	position:absolute;
}
.relative{
	position:relative;
}
.focus{
	color:#333333;
	font-weight:bold;
}
/* gal imgs */
#galContainer {
	background-color: #fff;
	text-align: center;
  }
#galContainer div.float {
  float: left;
	margin:5px;
	padding:5px;
}

#galContainer div.spacer {
  clear: both;
 }

#galContainer div.float p {
  text-align: center;
	margin:0;
	margin-top:5px;
 }
.imgbox, 
a.imgbox { 
	margin:0;
	padding:0;
	border: 5px solid #FFF; 
	background-color: #FFF; 
	display:block;
} 
a.imgbox:hover {
	border: 5px solid #999;
}
.imgdata{
	display:block;
}
IMG.imgfixed{
	max-width:100%;
}
.foot{
	font-size:12px;
	background-color:#999;
	color:#FFFFFF;
	height:20px;
}
.calenTitol{
	width:100px;
	color:#FFFFFF;
	background:#555;
	font-weight:bold;
}
.calenDies{
	color:#FFFFFF;
	background:#AAA;
	font-weight: normal;
}
.calenFestiu{
	color:#FFFFFF;
	background:#FF9966;
	font-weight: normal;
}
.calenRes{
	color:#FFF;
	background:#66CC00;
	font-weight: normal;
}
.calen td{
	width:20px;
	height:20px;
	text-align:center;
}
td a{
	text-decoration:none;
}
th a{
	text-decoration:none;
}
.calen{
	float:left;
	width:150px;
	height:180px;
	text-align:center;
}
.res{
	color:#FFF;
	background:#66CC00;
	font-weight: normal;
	width:20px;
	height:20px
}
.sel{
	color:#FFF;
	background:#FF9900;
	font-weight: normal;
	width:20px;
	height:20px
}
.fest{
	color:#FFF;
	background:#FF9966;
	font-weight: normal;
	width:20px;
	height:20px
}
#vinYear{
	float:left;
	border-bottom:1px dotted;
	border-top:1px dotted;
}
#vinYear a{
	text-decoration:none;
	font-weight:bold;
}
#fondCal{
	width:75%;
	height:535px;
	background-color:#FFF;
	margin-left:100px;
}