* { margin: 0; padding: 0; }

body {
  background: #fff;
  color: #434343;
  font: 76% "Lucida Sans Unicode", verdana, helvetica, sans-serif;

}


img { border: 0; }

p { 
  text-align: justify;
  margin: 5px;
}

ul,ol {
  margin: 10px 10px 10px 20px;
}

a  {
  color: #306090;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
 
}
a:active
{
outline: none;
}

a.info {
  background: url(img/ico2.gif) no-repeat center left;
  padding: 2px 0 2px 23px;
  color: #A5B54A;
  margin-left: 20px;
}
a.web {
  background: url(img/www.gif) no-repeat center left;
  padding: 2px 0 2px 20px;
  color: #A5B54A;
  margin-left: 20px;
}

div#header {
 display: none;
}

div#logo {
 display: none;
} 


h2 {
  color: #A5241E;
  font-size: 1.4em;
  margin-bottom: 10px;
}

h3 {
  margin-top: 10px;
  font-size: 1.1em;
}
h4 {
  margin-top: 7px;
  font-size: 1em;
  color: #666666;
}


div#logoPrint {
  border-bottom: 1px solid #901E1E;
}

div#container {
  text-align: left;
  padding: 10px;
}


#left { 
  display: none;
}


div.patrocinadores {
 display: none;
}

#pie {
  display: none; 
}


div.col1 {
  float: left;
  display: inline;
  width: 50%;
}

div.col2 {
  float: right;
  display: inline;
  width: 50%;
}




/* Horarios */

table.horario {
  margin-top: 15px;
  width: 100%;
}
table.horario td {
  padding: 2px;
  vertical-align: top;
  border-bottom: 1px solid #dedede;
}

table.horario td.hora {
  width: 60px;
 
}

table.horario tr.titulos td {
  font-weight: bold;
  color: #306090;
  border-top: 1px solid #dedede;
  padding: 3px 0;
  font-size: 13px;
}

table.horario td.apartado {
  text-align: center;
  font-weight: bold;
  font-style: italic;
  background-color: #f7f7f7;
  padding: 2px 0;
}



table.datos {
 border: 0; 
 margin-top: 15px;
 margin-bottom: 15px;
}
table.datos td {
  vertical-align: top;
  font-size: 11px;
  padding: 2px 5px;
}
table.datos td.campo {
  width: 150px;
  background-color: #f7f7f7;
}


/* Patrocinadores*/

table.patrocinadores {
  width: 100%;
} 

table.patrocinadores td {
  text-align: center;
  padding: 3px;
  padding-top: 20px;
  padding-bottom: 10px;
  width: 32%;
 
}
table.patrocinadores td.texto {
   vertical-align: top;
   background-color: #f7f7f7;
   border: 1px solid #dedede;
  padding: 0;
}

table.patrocinadores td.texto a {
   display: block;
   padding: 4px;
}

table.patrocinadores td.texto a:hover {
   background-color: #FED981;
   text-decoration: none;
}

/* Hoteles */

div.hotel {
  margin: 0;
  padding: 10px 3px;
  clear: both;
}

div.hotel ul {
  list-style-type: none;
  margin: 0px;
  padding:0;
}

div.hotel h3 {
  margin: 0;
  color: #306090;
  padding: 0 0 3px 5px;
  font-size: 0.9em;
  
}
div.hotel p {
  padding-left: 5px;
  margin: 0;
  font-size: 0.9em;
}
div.hotel ul {
  font-size: 0.9em;
}

a.link {
  background: transparent url(img/link.png) no-repeat center left;
  padding-left: 20px;
}

/* Comite */

ul.comite {
 list-style-type: none;
}
ul.comite li {
  background: transparent url(img/man.png) no-repeat 1px 3px;
  padding-left: 15px;
}

p.firma {
  font-style: italic; 
  text-align: right; 
  margin-top: 20px;
}


/* Formularios */

form h3 {
  margin-top: 15px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 10px;
}

label {
  clear: both;  
  display: block;
  float: left;
  width: 165px;
  font-size: 12px;
  
}

input, select, textarea {
  color: #253C6B;
  padding: 0;
  font-family: "Lucida Sans Unicode", verdana, helvetica, sans-serif;
  font-size: 11px;
}

/* PROPOSITO GENERAL */

ul.hor {
  margin-left: 20px;
  list-style: none;
}
ul.hor li {
  margin-top: 0.4em;
}


div.actividades { 
  margin-top: 10px; 
  margin-left: 20px; 
  background-color: #f7f7f7; 
  padding: 5px;
  border: 1px solid #dedede;
}

div.actividades span.fecha {
  float: left; 
  position: relative;
  display: block; 
  width: 70px;
  margin-right: 10px;
  font-weight: bold;
}

div.actividades div.lineas {
  display: inline;
  float: right;
  width: 380px;
  border-bottom: 1px solid #dedede;
}
