@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #007735;
	text-indent: 15px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}


h5{
	font-family: Geneva, sans-serif, Arial, Helvetica;
	font-size: 12px;
	color: #3E8E49;
	text-indent: 10px;
	padding: 0px;
	font-weight: bolder;
	text-transform: uppercase;
	line-height: 16px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.text_talleres {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
}

.img {
	float: right;
	padding-left: 7px;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
	width: 831px; /*Width of main container*/
	margin: 0 auto;
	border: 1px solid #000000;
}

#topsection{
	background: #EAEAEA; /*Height of top section*/
	width: 831px;
}

#topsection h1{
	margin: 0;
	padding-top: 0px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
	margin-left: 0px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
	float: left;
	width: 200px; /*Width of left column*/
	margin-left: -831px; /*Set left margin to -(MainContainerWidth)*/
	background: #C8FC98;
}

#footer{
	clear: left;
	width: 100%;
	color: #FFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #007735;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}

#footer a{
	color: #FFFFFF;
}
#contentbottom {
	height: 80px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #591D27;
	background-image: url(../images/content.jpg);
	background-repeat: no-repeat;
	background-color: #E5F1E7;
	padding-left: 90px;
}
.talleres {
	height: 80px;
	width: 280px;
	float: left;
	padding-left: 0px;
	margin-left: 10px;
	border-right-color: #339933;
}
.talleres_txt {
	width: 290px;
	float: left;
}

.seemore {
	float: left;
	width: 75px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
	margin: 0;
	padding: 0;
	padding-left: 0px;
	list-style-type: none;
	font-size: 12px;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0; /*right divider between tabs*/
	color: white;
	background: #213F23; /*background of tabs (default state)*/
	width: 146px;
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 7px;
	padding-left: 8px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #009C53;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #009C53;
}

.mattblacktabs li a:visited{
	color: white;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
.content {
	width: 610px;
	border: 1px dotted #007735;
	margin-left: 190px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	text-indent: 7px;
}
.title {
	width: 180px;
	float: left;
}
#counter {
	width: 100px;
	float: right;
}
.linkgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #007735;
}

.linkgreen a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #007735;
	text-decoration: none;
}
