@charset "utf-8";
/* CSS Document */
@import url(reset.css);

body {
	font-size: 12px;				
	background-color: #CEB9B6;
	font-family: Verdana;
}

#contenedor-microsite {
	margin: 0 auto;
	width: 1000px;
	border: 2px ridge #CDC2B3;
	background: url(../images/fondo.jpg) repeat-y -20px 0;
}

#cabecera {
	height: 300px;
	background: url(../images/cabecera1_ing.jpg) no-repeat -20px 0;
}

#cuerpo {
  background: url(../images/cabecera2.jpg) no-repeat -20px 0;
  overflow: hidden;
  width: 1000px;
}

.negrita {
	font-weight: bold;
}


/* ------------------------------------------------------------------------- */
/* Pie de página                                                             */
/* ------------------------------------------------------------------------- */

#pie {
  background: url(../images/pie.jpg) no-repeat -20px 0;
  height: 188px;
  padding: 30px 600px 0 0;
}

#pie a {
	color: #372114;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
}

#pie a:hover {
	color: white;
}

#pie table.enlaces {
  width: 100%;
}

#pie table.enlaces td {
  text-align: center;
}


/* ------------------------------------------------------------------------- */
/* Barra de idiomas                                                          */
/* ------------------------------------------------------------------------- */


#idioma {
  padding: 120px 0 0 35px;
  overflow: hidden;
  _height: 16px;
}

#idioma div {
	float: left;
  padding-left: 20px;
  width: 100px;
}

div.bandera_castellana {
  background: transparent url(../images/castellano.gif) no-repeat scroll left center;
}

div.bandera_valenciana {
  background: transparent url(../images/valencia.gif) no-repeat scroll left center;
}

div.bandera_inglesa {
  background: transparent url(../images/ingles.gif) no-repeat scroll left center;
}

#idioma a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: white;
}

#idioma a:hover {
  color: #D9B7AB;
}


/* ------------------------------------------------------------------------- */
/* Menú principal                                                            */
/* ------------------------------------------------------------------------- */

div#menu ul {
	padding: 82px 0 0 10px;
	overflow: hidden;
	_height: 36px;
}

div#menu ul li {
	float: left;
	margin-left: 15px;
  padding-right: 15px;
  border-right: 2px solid white;
}

div#menu ul li.ultimo {
  border-right: none;
}

div#menu ul li a {
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
	color: #FFF;
}

div#menu ul li a:hover {
  color: #D9B7AB;
}

div#menu span.menu-inferior {
  font-size: 12px;
  color: #9E4007;
  position: relative;
  top:-3px;
}


/* ------------------------------------------------------------------------- */
/* Menú actividades                                                          */
/* ------------------------------------------------------------------------- */

#menu-actividades {
	width: 550px;
	float: left;
}

table.tabla-actividades {
	margin-top: 100px;
}

table.tabla-actividades img.fotos {
  width: 95px;
}

table.tabla-actividades {
  width: 550px;
}

table.tabla-actividades th {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: white;
  padding: 20px 0;
}

table.tabla-actividades td {
  padding: 5px;
  width: 165px;
}

table.tabla-actividades td.foto {
	width: 100px;
}

table.tabla-actividades td a {
  text-decoration: none;
  color: white;
  font-size: 12px;
}

table.tabla-actividades span.fecha {
	font-size: 10px;
}

table.tabla-actividades span.tipo {
	font-size: 11px;
	font-style: italic;
}

table.tabla-actividades span.titulo {
	font-size: 12px;
}

table.tabla-actividades td.destacado a {
  color:yellow;
  font-size:12px;
  font-weight:bold;
}

table.tabla-actividades td a:hover {
  color:#002114;
}


/* ------------------------------------------------------------------------- */
/* Contenido                                                                 */
/* ------------------------------------------------------------------------- */

#contenido {
	width: 450px;
	float: left;
	margin-top: 50px;
}

#contenido h1 {
  color: #CA4437;
  font-size: 18px;
  font-weight: bold;
  margin: 20px 35px 20px 10px;
}

#contenido h2 {
  color: #333;
  font-size: 13px;
  font-weight: bold;
  margin: 20px 30px 10px 10px;
}

#contenido h2 span.sub {
	font-size: 12px;
  font-weight: normal;
}

#contenido p {
	margin: 10px 30px 10px 10px;
}

#contenido ul{
  margin-left: 30px;
}

#contenido li {
  margin-left: 10px;
  list-style-type: circle;
}

p.tipo, p.fecha, p.lugar, p.participante {
	color: #333;
	font-size: 11px;
	font-style: italic;
}

p.tipo {
	width: 400px;
}

p.participante {
	color: #753E39;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

p.participante a {
	color: #753E39;
}

p.participante a:hover {
	color: #FFF;
}


/* ------------------------------------------------------------------------- */
/* Descargas                                                                 */
/* ------------------------------------------------------------------------- */

#contenido table {
	width: 380px;
	margin-left: 20px;
}

#contenido table th,
#contenido table td {
	padding: 3px;
}

#contenido table th {
	border-bottom: 3px double #CA4437;
	font-size: 12px;
	font-weight: bold;
}

#contenido table td {
	border-bottom: 1px solid #CA4437;
}

#contenido td.descarga, th.descarga {
	width: 50px;
}

