@charset "iso-8859-1";
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/bg.gif) repeat-x; /* #749865 */
	font-family: Georgia, Garamond, "Trebuchet MS",Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #444;/* #838B91;*/
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #468259;
}

h2 {
	padding-left: 20px;
	background: url(../images/li-bg.gif) no-repeat left center;
	font-size: 22px;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .9em;
	font-weight: bold;
}

p, blockquote, ul, ol {
	margin: 0;
}

#column p {
	/* background: url(../images/degradado-gris.gif) repeat-x top left; */
	padding:5px 10px;
	text-align:left;
}

blockquote {
	padding: 0 0 0 40px;
	background: url(../images/quote.gif) no-repeat;
	font: italic small Georgia, "Times New Roman", Times, serif;
	line-height: 1.6em;
}

dl{
	text-align:justify;
}

dt{
	padding-left:15px;
	background: url(../images/bullet.gif) no-repeat 0% 50%;
}

dd{
	padding:5px 10px 10px 10px;
}

dl.charlas{
	text-align:justify;
}

dl.charlas dt{
	padding-left:20px;
	background: url(../images/li-bg2.gif) no-repeat 0% 10%;
	margin-top:5px;
}

dl.charlas dd{
	font-size:.9em;
	margin-left:15px;
	border:1px solid #ccc;
	background:#eee;
}

a {
	background: url(../images/img03.gif) repeat-x left bottom;
	text-decoration: none;
	color: #468259;
}

a:hover {
	background: none;
	text-decoration: underline;
}

a.externo{
	background:url(../images/external.gif) 100% 50% no-repeat;
	padding-right:15px;
}

a.pdf {
	background:url(../images/file_acrobat.gif) 100% 50% no-repeat;
	padding-right:15px;
}
/* Wrapper */

#wrapper {
	background: #FFFFFF url(../images/wrapper-bg.gif) repeat-x left bottom;
	padding-top:20px;
}

/* Header */

#header {
	width: 750px;
	height: 40px;
	margin: 0 auto;
	text-align:center;
	padding-top:20px;
}

#header h1{
	color:#fff;
	font-variant:small-caps;
	/* padding:20px 0; */
	
}

/* Content */

#content {
	width: 50em; /* 750 px */
	margin: 0 auto;
}

/* Posts */

#column	 {
	float: left;
	width: 35em; /* 510 px*/
}

#column ul {
	list-style: url(../images/bullet.gif);
}

#column ul li {
}

#column ul.eventos li{
	font-size:1.1em;
	padding-top:10px;
}
/* Links */

#links {
	float: right;
	width: 14em; /* 220 px*/
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li{
	margin-bottom:20px;
}

#links li ul {
	padding: 15px 20px 0px 20px;
	background: url(../images/degradado-gris.gif) repeat-x
}

#links li li {
	margin:0;
	padding: 3px 0;
	background: url(../images/img03.gif) repeat-x left bottom;
}

#links li a {
	background: none;
}

#links li i {
	font-size: smaller;
}

ul.menu{
	text-align:center;
	margin:0 0 0 0;
	padding:0;
}

ul.menu li{
	padding:0;
	margin:0!important;
}

ul.menu li a{
	display:block;
	width:100%;
	padding:0;
	margin:0;	
	background-color:#e1e9e2!important;
	border-left:5px solid #81a273;
	border-right:5px solid #81a273;
}
/* Footer */

#footer {
	padding: 15px 0 10px 0;
	background: #749865 url(../images/footer-bg.gif) repeat-x;
}

#footer p {
	width: 750px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #A6C09B;
}

#footer ul{
	list-style:none;
	margin:0 auto;
	text-align:center;
	padding:0;
}

#footer li{
	display:inline;
	margin:5px 10px;
	color: #A6C09B;
}

#footer li a:hover{
	color:#fff;
	text-decoration:none;
}

#footer a {
	background: none;
	font-weight: bold;
	color: #A6C09B;
}

#legal {
	margin: 0 auto;
	text-align: center;
	font-size: .8em;
}

#brand {
	margin: -35px auto 0 auto;
	padding: 10px 0 0 35px;
	background: url(../images/img09.gif) no-repeat left top;
	letter-spacing: -1px;
	font-size: 24px;
}

/*    Tabla de Miembros            */
table.miembros{
	margin:0 auto;
  padding:0px 0px;
  font-size:14px;
  border-top:2px solid #468259;
  border-bottom:2px solid #468259;
}

  table.miembros td
  {
    padding:2px 2px;
  }

  table.miembros tr.leyenda
  {
    text-align:center;
    font-weight:100;
    font-size:16px;
  }

  table.miembros tr.impar
  {
    background:#c6debf;
    color:#468259;
  }

    table.miembros tr.impar a
    {
      text-decoration:none;
      color:#468259; 
			background: url(../images/external.gif) no-repeat 100% 50%;
			padding-right:16px;
    }

  table.miembros tr.par
  {
    background:#fff;
    color:#468259;
  }

    table.miembros tr.par a
    {
      text-decoration:none;
      color:#468259;
			background: url(../images/external.gif) no-repeat 100% 50%;
			padding-right:16px;
    }

/********************************/

/** TABLA PROGRAMA **/

table.programa{
	margin:0 auto;
  padding:0px 0px;
  font-size:1em;
  border-top:2px solid #468259;
  border-bottom:2px solid #468259;
	margin-bottom:20px;
}

table.programa tr.leyenda{
	font-weight:bold;
	font-variant:small-caps;
	text-align:center;
}	

table.programa td.hora {
	font-size:.8em;
	vertical-align:top;
	padding-left:20px;
	padding-top:0px;
	background:url(../images/clock.png) no-repeat 0% 0%;
}

table.programa td.cafe {
	background:url(../images/cafe.png) no-repeat 0% 50%;
	padding-left:20px;
}

table.programa td.comida {
	background:url(../images/comida.png) no-repeat 0% 50%;
	padding-left:20px;
}

.resumen{
	font-size:0.9em;
	background-color:#ddd;
	border:1px solid #aaa;
	padding:5px 5px;
}



