	/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 0.8em Georgia, "Times New Roman", Times, serif;	
	color: #666666; 	
	margin: 0 auto; padding: 0; 
	background: #F3EADB url(img/bg1.jpg) repeat-x;
	text-align: left;
	widht:100%
}

/* Links */
a {
	text-decoration: none;
	color: #A56F38; 	
}
a:hover {
	background: #F0f0f0; 
	color: #000;
	border-bottom: 1px dotted #000;
}

/* Headers */
h1, h2, h3, h4 {
	font: Georgia, "Times New Roman", Times, serif;	
	padding: 10px 10px 5px 10px;
	margin: 0;
}
h1 {
	font-size: 170%;	
	font-weight: normal;
	color: 29150F;
}
h2 {
	font-size: 160%;
	font-weight: bold;
	color: #29150F;	
}
h3 {
	font-size: 130%;	
	font-weight: bold;	
	color: #592703;
}

h4 {
	font-size: 120%;	
	font-weight: bold;
	color: #C38E27;
}

p, dl { padding: 10px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #895F30;
}
dd {
  padding-left: 25px; 
}

/* Images */
img {
	background: #fafafa;
   border: 1px solid #dcdcdc;
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em Georgia, "Times New Roman", Times, serif;	
  	/* white-space: pre; */
  	border: 1px solid #EBEBEB;
	background: #F0F0F0;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 30px;
 	padding: 10px 10px 10px 35px;  
	background: url(img/testimonials-cloud.gif) no-repeat;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.4em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #555;	
}


/* start - table */
table {
	border-collapse: collapse;
	margin-left: 10px;	
	font-size: 11px;
}
th {
	color: #592703;
	background: #e5e0bd;
	height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;	
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #777054;	
}
tr {
	height: 20px;	
	background: #fff;
}
td {
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #777054;
	color:#A47E53;	
}	
/* end - table */


/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#header-wrap {
	position: relative;
	margin: 0 auto;
	width: 970px;
	height: 365px;
	background-image: url(img/capoeira_cantabria.png);
	background-repeat: no-repeat;
	background-position: top right;
}
#header-photo {
	position: absolute;
	top: 0px; right: 150px;	
	padding: 0;	
	background: transparent;	
	height:259px; 
	width: 136px;
	clear: both;

}
#header-photo img {
	border: none;
	margin: 0; padding: 0;
	background: transparent
} 

/*  Navigation  */
#nav {
	position: absolute;
	margin: 0; padding: 0;		
	width: 850px;	
	left: 25px;	top: 275px;	
}
#nav ul {
	float: left;
	list-style: none;
	width: 850px;		
	height: 40px;
	margin: 0; padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	float: left;
	margin: 0;	padding: 7px 11px 0 11px;
	font: bold 14px/35px Georgia, "Times New Roman", Times, serif;	
	text-decoration: none;	
	color: #FFF;	
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #D5B659;
	background: none;
	border: none;
}
#nav ul li#current a {	
	color: #000;	
	background: #DBD4B0;
	border-top: 1px solid #CECECE;
}

#submenu ul{
	position: absolute;
	display: inline;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #F9DEAF;
	width: 880px;
	
	/* change the values of top and left to adjust the position */
	top: 320px; left: 0px;		
}

#submenu ul li {
	display: inline;
	margin: 0; padding: 5px;
}

#submenu ul li a{
	background: transparent;
}

#header-wrap h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	letter-spacing: -1.5px;
	color: #EDE0BE;
	text-decoration: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 175px;
	left: 10px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 25px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
}
#header-wrap h1#logo-text a:hover {
	background: none;	border: none;
}




#content-outer {
	background: #FFFFFF;
	width: 100%;
	padding:0;
	margin:0;
}
#content-wrapper {
	width: 980px;
	margin: 0 auto;	
	text-align: left;
}
#content {
	float: left;
	width: 100%;
	background: #fff url(img/content-bg.jpg) no-repeat;		
}
.col-unica {
	margin-left: 15px;
	width: 620px;
}
.col-one {
	margin-left: 15px;
	width: 450px;
}
.col-two {
	float: left;
	width: 220px;
	margin-left: -520px;
	margin-top: 12px;
}
#col-auxiliar{	
	float: left;
	margin-left: -370px;
	margin-top: 12px;
	width:260px; 
	border: 6px solid #e5e0bd; 
	padding:0px 0px 10px 0px; 
     background:#FFF;}
#program{	float: left;
	margin-left: -285px;
	margin-top: 12px;
	width:175px; 
	border: 6px solid #e5e0bd; 
	padding:0px 0px 10px 0px; 
     background:#FFF;}
#program h3, #programInner h3{
	font-size:14px;
	color:#d6862a;
	margin:0;
	line-height: 16px;
}
#program ul, #programInner ul{margin:0 0 5px 0px; border-bottom:1px #e5e0bd solid;}
#program ul li, #programInner ul li{
	font-size:11px;
	margin:0 0 5px 0;
	padding:0;
}

.date {
    color:#322219;
	float: right;
	margin-right: -60px;
	width: 55px;
	height: 41px;
	background: url(img/dateBckg.gif) no-repeat;
	font-size:0.8em;
	text-transform: uppercase;
	padding: 3px 0 5px 0;
	text-align: center;
}
.date span {
    color:#d27005;
	display: block;
	font-size:2.2em;
	font-style:italic;
	letter-spacing: -1px;
	margin:-8px 0 0 0;
}
.grey{color:#807e73;}

#contenido-eventos-derecha { float: right;
	width: 210px;
	border-left: 1px dotted #e0e0e0; overflow: hidden; }
#contenido-eventos-derecha table.agenda-eventos { width: 17em; }
#contenido-eventos-derecha table.agenda-eventos caption { display: none; }
#contenido-eventos-derecha table.agenda-eventos th { width: 1.8em; font-size: 0.8em; text-align: center; font-family:Georgia, "Times New Roman", Times, serif;	 color:#92969a; padding:0.1em 0em 0.1em 0em; }
#contenido-eventos-derecha table.agenda-eventos th.mes { font-family:Georgia, "Times New Roman", Times, serif; color: #35383f; text-align: left; font-weight: bold; font-size: 1em; text-transform: uppercase; }
#contenido-eventos-derecha table.agenda-eventos td.evento { width: 1.8em; padding-right: 0.2em; color: #35383f; font-size: 1em; text-align: right; background-color: #f1f1f1; }
#contenido-eventos-derecha table.agenda-eventos td.evento-rojo { color: #ffffff; background-color: #db011c; }
#contenido-eventos-derecha table.agenda-eventos td.evento-rojo a { color: #ffffff; font-size: 1em; text-decoration: none; }
#contenido-eventos-derecha table.agenda-eventos td.evento-seleccionado {  color: #ffffff; background-color: #9b9da0; }


.col-one, .col-two {
margin-top:12px;
	padding-bottom: 20px;
}

#content .col-one h2 {
	padding-bottom: 3px;
	text-transform: none;
	border-bottom: 1px solid #ebebeb;	
	margin-left: 5px;
	padding-left: 5px;
}
#content .col-one h2 a {
	color: #000;
	text-decoration: none;	
	background: none; 
	border: none;
}
#content .col-one ul li {
	list-style-image: url(bullet.gif);
}
#content-wrapper .col-two h3, {
	color: #111;
	font: normal 1.9em Georgia, "Times New Roman", Times, serif;	
	text-transform: none;
	padding: 5px 10px;
	margin: 15px 0 5px 0;
}

/* sidebar menu */
ul.sidemenu {
	text-align: left;
	margin: 7px 5px 8px 0px; padding: 0;
	text-decoration: none;		
	background: url(dots.gif) repeat-x left top;
}
ul.sidemenu li {
	list-style: none;
	background: url(dots.gif) repeat-x left bottom;
	padding: 6px 10px;
	margin: 0;		
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	background-color: transparent;
	border: none;
	color: #666666;		
}
ul.sidemenu li a span {
	color: #989898;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 1em;
}
ul.sidemenu li a:hover {	
	color: #000;	
	background: none;
	border: none;
}
ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
ul.sidemenu ul li { background: none; }


/* footer */
#footer-wrapper {
	clear: both;
	width: 980px;
	margin: 0 auto;
	text-align: left;
	font: normal 1em/1.6em Georgia, "Times New Roman", Times, serif;		
		
}
#footer-wrapper h3, #footer-wrapper p {
	padding-left: 0;
}
#footer-wrapper h3 {
	font: normal 1.6em/1.6em Georgia, "Times New Roman", Times, serif;	
	color: #998259;	
}
#footer-wrapper a {
	color: #998259;
	background: transparent;
}

#footer-wrapper ul.footer-list {
	border-top: 1px solid #111;
	list-style: none;
	padding: 0;	
	margin-left: 0;	
}
#footer-wrapper ul.footer-list li {
	border-bottom: 1px solid #111;
}
#footer-wrapper ul.footer-list li a {
	display: block;
	width: 98%;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0;
	border: none;
	margin-left: 0;
	padding-left: 0;
	color: #666666;
}
#footer-wrapper ul.footer-list li a span {
	color: #444;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
#footer-wrapper ul.footer-list li a:hover,
#footer-wrapper ul.footer-list li a:hover span {
	color: #fff;
	text-decoration: none;	
}

#footer {
	float: left;	
	width: 100%;	
	padding: 0;				
	margin-left: 5px;	
	margin-top: 10px;
}
#footer-bottom {
	clear: both;
	border-top: 1px solid #DFCEB1;
	width: 960px;
	margin: 0 auto;	
}
#footer-bottom .bottom-left {
	float: left;
	padding-left: 5px;	
}
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 0;
}

/* postmeta */
.postmeta {	
	padding: 5px; margin: 20px 10px 15px 0px;	
	font-size: 1em;	
	color: #777;
	border: 1px solid #EBEBEB;
	
}
.postmeta a { background: transparent; }
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 3px; margin-left: 5px; color: #bababa; }
.post-info a { color: #000; }

/* thumbnails */
p.thumbs{ padding: 12px 0 0 10px; }

.thumbs img { 
	position: relative;
	padding: 4px;
	margin: 5px;
	background: #fafafa;
   border: 1px solid #dcdcdc;	
}
.thumbs img:hover	{
	border: 1px solid #8E8E8E;
	background: #8E8E8E;	
}
.thumbs a:hover { background-color: transparent; border: none }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

