html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
hr{
	border-bottom: 1px dashed #ccc;
	color:#fff;
	border-top: 1px dotted #ccc;
}
html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	cursor: default;
	color: #333;
}
#fondo{
	position:absolute;
	z-index:1;
	height:100%;
	right: 0;
}
#fondo2{
	position:absolute;
	z-index:2;
	width:100%;
	height:100%;
	right: 0;
	background:url(punts.gif) top right;
}
#scroller {
	position:absolute;
	width:100%;
	height:100%;
	overflow:auto;
	z-index:3;
	top:0;
	left:0;
}
#contenedor {
	margin: 0 auto;
	padding: 0;
	width: 990px;
	height: auto;
	overflow: hidden;
}

.clearer {
	clear: both;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

/*IZQUIERDA*/
#izquierda{
	width: 220px;
	margin:0 10px 0 0;
	padding:0;
	z-index: 200;
	height: auto;
	float: left;
	position: relative;
	background: #fff;
}
#logo {
	margin: 0 auto;
	padding: 0;
	width:220px;
	height:180px;
}
#idioma{
	margin: 0 0 5px 0;
	height: 20px;
}
#idioma a{
	color: #2eb1ee;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background: #eff0f1;
	padding: 2px 5px;
	display: block;
	float: left;
}
#idioma a:hover{
	background: #2eb1ee;
	color: #fff;
}
#menu{
	padding:0;
	margin:0;
	font-family:"Trebuchet MS", sans-serif;
	background:#fff;
}
#menu a:hover{
	text-decoration:none;
	background: #2eb1ee;
	color: #fff;
}
#menu dt b:hover{
	text-decoration:none;
	background: #2eb1ee url(/static/fletxa2.gif) top left no-repeat;
	color: #fff;
}
#menu dt b, #menu dt a {
	display:block;
	font-weight:bold;
	font-size:12px;
	color:#2eb1ee;
	line-height:15px;
	cursor:pointer;
	width:195px;
	text-transform: uppercase;
	padding: 5px 5px 5px 10px;
	margin:0;
}
#menu dt b {
	background:#fff url(/static/fletxa.gif) top left no-repeat;
}
#menu dt b.clicked {
	background:#09C url(/static/fletxa3.gif) top left no-repeat;
	color: #fff;
}
#menu dt a {
	color:#2eb1ee;
	text-decoration:none;
}
#menu dd {padding:0; margin:0;}
#menu dd ul {
	padding:0;
	margin:0;
	list-style:none;
	width: 210px;
	border-bottom: 1px solid #ccc;
}
#menu dd ul li {
	margin: 0;
	padding: 0;
}
#menu dd ul li a {
	display:block;
	font-weight:bold;
	font-size:12px;
	color:#99CC00;
	line-height:15px;
	cursor:pointer;
	width:195px;
	text-transform: uppercase;
	text-decoration:none;
	padding: 5px 5px 5px 10px;
	margin:0;
}
#menu dd ul li a:hover {
	background:#99CC00;
	color: #fff;
}
/*LOGOS*/
#logos{

}
#logos ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#logos li{
	width: 90px;
	height: 90px;
	margin: 3px;
	float: left;
}
#logos li.doble{
	width: 186px;
	height: 90px;
	margin: 3px;
	float: left;
}
/*CONTENIDO*/
#contenido{
	margin: 0;
	padding: 0;
	width:550px;
	height:auto;
	float: left;
}
#flash{
	width:550px;
	height:165px;
	margin: 12px 0 20px 0;
	float: left;
}
h1{
	color: #2eb1ee;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	margin: 0 0 15px 0px;
	padding: 0;
	text-transform: uppercase;
	text-align: left;
}
h1.destacar{
	color:#BE9911;
	padding: 0 0 0 24px;
	background:url(destaca_h1.gif) left center no-repeat;
}
h2, h2 a{
	color: #2eb1ee;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
	text-transform: uppercase;
	line-height: normal;

}
h2 a:hover{
	background:#2eb1ee;
	color: #fff;
}

#footer{
	background: #e9eaea;
	font-size: 12px;
	text-align: center;
	padding: 5px 0 0 0;
	margin: 15px 0 0 0;
	line-height: 20px;
	height: 45px;
	clear: both;
	color: #666;
	letter-spacing: 1px;
}
#footer span{
	font-size: 12px;
	font-weight: bold;
}
#footer a{
	font-size: 12px;
	color: #2eb1ee;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover{
	text-decoration: underline;
}
/*CONTENT*/
.texto_solo,.imagen_y_texto{
	margin: 0 10px 10px 0;
	border-bottom: 2px solid #cecece;
}
.texto{
    vertical-align:top;
}
.texto_solo p, .texto p{
	line-height: 18px;
	text-align: justify;
	padding:0 0 15px;
}
.imagen_y_texto .imagen {
    padding:0 15px 15px 0;
    vertical-align:top;
}
.imagen_sola p, .imagen_y_texto .imagen p {
    text-align:center;
}
#contenido, #contenido .enlace, #contenido .archivo, #contenido li, #contenido table td, #contenido table th {
    line-height:22px;
	text-align:justify;
}
#contenido ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:square;
    margin:12px 12px 12px 24px;
    padding:0;
	color:#666;
}
#contenido a:link, #contenido a:visited, #contenido a:active {
    color:#2EB1EE;
    text-decoration:none;
	background:#fff;
	padding:0 3px;
}
#contenido a:hover {
    color:#fff;
    text-decoration:none;
	background:#2EB1EE;
}
/**/
#contenido .letras a {
	background: none;
	padding-left: 0;
}
.letras {
	margin-left: 32px;
}
.letras tr td {
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	margin: 1px;
	font-size: 10px;
}
.expositores,  .expositores th {
	border-bottom: 1px solid #000;
}
.expositores th {
	text-align: left;
}
.etiqueta {
	font-weight: bold;
	float: left;
	width: 200px;
	margin-right: 8px;
	display: inline;
	text-align: right;
	clear: left;
}
.valor {
	display: block;
	min-height: 20px;
	margin-left: 208px;
}
.boton,.paginas {
	text-align: center;
}
.boton {
	margin-top: 10px;
}

#contenido .filtro a {
    color:#2EB1EE;
    text-decoration:none;
	background:#fff;
	padding:0 2px;
}
#contenido .filtro a:hover {
    color:#fff;
    text-decoration:none;
	background:#2EB1EE;
}
#contenido .filtro input{
 padding:0 3px;
}
strong{
	font-weight: bold;
}