#main {
  margin: 20px 0 0 20px;
  padding: 0 20px 30px 0;
  border-right: 1px solid #cccccc;
  text-align: justify;
  font-size: 92%;
  line-height: 16px;
}
#main .crumb {
  font-size: 11px;
  line-height: 16px;
  color: #db026b;
}
#main .crumb a {
  color: #222222;
  text-decoration: none;
}
#main .crumb a:hover {
  color: #db026b;
  text-decoration: underline;
}
#main p, #main p.spip {
  margin: 0 0 9px 0;
}
#main a, a:link, a:active {
  color: #db026b;
  text-decoration: none;
}
#main a:visited {
  color: #551a8b;
  text-decoration: none;
}
#main a:hover {
  text-decoration: underline;
}
#main hr {
  border-top: 1px solid #e5026d;
  border-right: none;
  border-left: none;
  border-bottom: none;
  padding: 5px 0 5px 0;
  height: 1px;
}
#main strong.spip {
  font-weight: bold;
}
#main h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  /*font-weight: bold;*/
  line-height: 46px;
  letter-spacing: -1px;
  margin: 5px 0 10px 0;
  padding: 3px 0 0 20px;
  border-top: 1px solid #e5026d;
  background-image: url(images/main_bullet_title.gif);
  background-position: 0% 58%;
  background-repeat: no-repeat;
}
#main h2 {  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  letter-spacing: -1px;
  margin: 5px 0 7px 0;
}
#main ul li {
  list-style-type: square;
  list-style-position: outside;
  margin: 0 0 10px 20px;
}
#main ul li a:visited {
  color: #db026b;
}
#main ol li {
  list-style-type: decimal;
  list-style-position: outside;
  margin: 0 0 10px 20px;
}
/*
#main img {
  border: 1px solid #aaaaaa;
}
#main a img {
  border: 1px solid #aaaaaa;
}
#main a:hover img {
  border: 1px solid #fe1a85;
}
*/
#main .bannerFullWidth {
  width: 100%;
  clear: both;
  margin: 10px 0 15px 0;
}
#main .bannerFullWidthNoBorder {
  width: 100%;
  clear: both;
  margin: 5px 0 10px 0;
}
#main .bannerFullWidthNoBorder img {
  border: none;
}
/* Comite */
#main .comite.miembro {
  margin: 0 0 30px 0;
}
#main .comite.nombre {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 7px 0;
}
#main .comite.text {
  margin: 0 110px 0 0;
}
#main .comite.img {
  float: right;
}
/* Descargas */
#main .descargar {
  margin: 10px 0 20px 0;
}
#main .descargar a {
  color: #db026b;
  text-decoration: none;
  display: block;
  padding: 5px 0 5px 5px;
}
#main .descargar a:hover {
  text-decoration: underline;
}
#main .descargar a img {
  padding: 0 5px 0 0;
}
#main .descargar a.Word {
  color: #db026b;
  text-decoration: none;
  display: block;
  padding: 5px 0 5px 25px;
  background-image: url(images/page_white_word.png);
  background-position: left center;
  background-repeat: no-repeat;
}
#main .descargar a:hover.Word {
  text-decoration: underline;
}

#main .descargar a.PDF {
  color: #db026b;
  text-decoration: none;
  display: block;
  padding: 5px 0 5px 25px;
  background-image: url(images/pdf.png);
  background-position: left center;
  background-repeat: no-repeat;
}
#main .descargar a:hover.PDF {
  text-decoration: underline;
}
#main #mailform {
  text-align: left;
  margin: 10px 0;
}
#main #mailform h3 {
  margin: 5px 0 15px 0;
  font-size: 14px;
  font-weight: bold;
  color: #d2036b;
}
#main #mailform h4 {
  margin: 0 0 10px 0;
  font-size: 13px;
  color: #d2036b;
}
#main #mailform input {
  border: 1px solid #aaaaaa;
  width: 300px;
}
#main #mailform input.submit {
  background-color: #cccccc;
  border: 1px solid #aaaaaa;
  padding: 10px;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  word-spacing: 4px;
  text-transform: uppercase;
}
#main #mailform textarea {
  border: 1px solid #aaaaaa;
  padding: 5px;
  font-size: 11px;
  width: 290px;
  height: 150px;
  overflow: auto;
}

/* Footer */
#footer_text {
  padding: 82px 0 0 200px;
  font-size: 77%;
  text-align: left;
  color: #cccccc;
}
#footer_text h1 {
  font-size: 110%;
  font-weight: bold;
  color: #d2036b;
}
#footer_text a {
  color: #e1006a;
  text-decoration: none;
}
#footer_text a:hover {
  color: #ffc166;
}

/* Noticias */
#news_col {
  margin: 20px 20px 15px 15px;
  padding: 0 0 30px 0;
  font-size: 85%;
  text-align: left;
  border-bottom: 1px solid #d2036b;
  background-image: url(images/noticias_col_bg.gif);
  background-position: right bottom;
  background-repeat: no-repeat;
}
#news_col h1 {
  margin: 0 0 13px 0;
  font-family: Arial, sans-serif, Helvetica;
  font-size: 14px;
  font-weight: bold;
  color: #554353;
  letter-spacing: 0px;
  line-height: 21px;
  border-bottom: 1px solid #d2036b;
}
#news_col .header {
  background-image: url(images/news_col_title.gif);
  background-position: left center;
  background-repeat: no-repeat;
  margin: 0 0 13px 0;
  line-height: 21px;
  border-bottom: 1px solid #d2036b;
}
#news_col .date {
  margin: 0;
  color: #d2036b;
}
#news_col .title {
  margin: 0;
  color: #d2036b;
  font-weight: bold;
}
#news_col .title a {
  color: #d2036b;
  text-decoration: none;
}
#news_col .title a:hover {
  text-decoration: underline;
}
#news_col .mass {
  font-family: Tahoma, Verdana, Arial;
  font-size: 10px;
  color: #222222;
  line-height: 14px;
  margin: 5px 0 10px 0;
}

/* Talleres Column */
#talleres_col {
  margin: 20px 20px 15px 15px;
  padding: 0 0 30px 0;
  font-size: 85%;
  text-align: left;
  border-bottom: 1px solid #d2036b;
}
#talleres_col .header {
  background-image: url(images/talleres_col_title.gif);
  background-position: left center;
  background-repeat: no-repeat;
  margin: 0 0 13px 0;
  line-height: 21px;
  border-bottom: 1px solid #d2036b;
}
#talleres_col h1 {
  margin: 8px 0 8px 0;
  font-size: 13px;
  font-weight: normal;
  color: #d2036b;
}
#talleres_col h2 {
  margin: 6px 0 3px 0;
  font-size: 11px;
  font-weight: bold;
  color: #d2036b;
}
#talleres_col .mass {
  font-family: Tahoma, Verdana, Arial;
  font-size: 10px;
  color: #222222;
  line-height: 14px;
  margin: 5px 0 10px 0;
}

/* Banner */
.bannerRightCol {
  margin: 5px 20px 0 15px;
}
.bannerRightCol img {
  border: 1px solid #aaaaaa;
}
.bannerRightCol a img {
  border: 1px solid #aaaaaa;
}
.bannerRightCol a:hover img {
  border: 1px solid #fe1a85;
}

/* Noticias Seccion */
#news h1 {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  border: none;
  margin: 0 0 15px 0;
  padding: 0;
  background: none;
}
#news img {
  margin: 0;
  padding: 0;
}
#news .img {
  width: 420px;
  padding: 5px 0 5px 5px;
  margin: 0 0 10px 0;
  background-color: #dedede;
  border: 1px solid #aaaaaa;
}
#news .img_container {
  width: 412px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#news .date {
  margin: 10px 0 5px 0;
  color: #b20e66;
  font-weight: bold;
}
#news .mass {
  padding: 0 0 15px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #e33b72;
}

/* Patrocinadores */
#patrocinadores {
  margin: 20px 20px 15px 15px;
  padding: 0 0 30px 0;
  font-size: 92%;
  text-align: left;
  border-bottom: 1px solid #d2036b;
}
#patrocinadores .header {
  margin: 0 0 13px 0;
  font-family: Arial;
  line-height: 21px;
  border-bottom: 1px solid #d2036b;  
}
#patrocinadores .patrocinador {
  text-align: center;
}
#patrocinadores .patrocinador a {
  font-size: 10px;
  margin: 10px 0;
  padding: 10px 0;
  color: #e5026d;
  text-decoration: none;
}
#patrocinadores .patrocinador a:hover {
  font-weight: bold;
}
#patrocinadores .patrocinador a img {
  border: none;
  margin: 10px 0 0 0;
}

/* Peliculas */
#main #peliculas {
  font-family: Arial, Helvetica, sans-serif;
}
#main #peliculas p.spip {
  margin: 2px 0 4px 0;
  font-size: 10px;
}
#main #peliculas #search {
  margin: 5px 0 25px 0;
  padding: 10px;
  font-family: "Trebuchet MS", Tahoma, Verdana;
  font-size: 14px;
  line-height: 28px;
  border-top: 1px solid #e02866;
  border-bottom: 1px solid #e02866;
  background-color: #E0DBD6;
}
#main #peliculas #search input {
  margin: 5px 0 0 0;
  padding: 0 0 0 3px;
  border: 1px solid #e02866;
  font-size: 11px;
  line-height: 12px;
  height: 14px;
}
#main #peliculas .head {
  clear: both;
  padding: 0 0 0 40px;
  margin: 0 0 10px 0;
  background-image: url(images/plaqueta.gif);
  background-position: left center;
  background-repeat: no-repeat;
}
#main #peliculas .head h1 {
  font-size: 21px;
  line-height: 24px;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}
#main #peliculas .head h2 {
  font-size: 16px;
  font-weight: bold;
  color: #e5026d;
  margin: 0;
}
#main #peliculas .head h2 .tematica {
  color: #000000;
  font-weight: normal;
}
#main #peliculas .head h3 {
  font-size: 13px;
}
#main #peliculas .head h3 .director {
  color: #e5026d;
  font-weight: bold;
}
#main #peliculas .descrip {
  font-size: 12px;
  color: #000000;
  padding: 5px 0 7px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #c6c6c6;
}
#main #peliculas .text {
  font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

