body,ul,li,ol,p,table,form,h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:13px;
}
a {
	text-decoration:none;
	color:#E30D40;
	outline:none;
}
img{
	border:0px;
}
ul{
	list-style-image: none;
	list-style-type: none;
}
li{
	list-style-image: none;
	list-style-type: none;
}
p{
margin-bottom:20px;
text-indent:0px;
}
/**/
body {
/*background:url(../imagenes/fondo-neutro.jpg) no-repeat top center;*/
background:url(../imagenes/fondo-neutro.jpg) top center;
background-repeat:  repeat-y;
}
#cuerpo {
	width:940px;
	margin:0 auto;
}
/**/
#accesos_directos{
	border-bottom:1px solid #DEDEDE;
	height:20px;
}
#noticias_breves{
	background:url(../imagenes/vin01.gif) no-repeat right center;
	height:20px;
	float:right;
	padding-right:14px;
	width:710px;
}
#accesos_directos #pscroller{
	float:right;
	width:710px;
	height: 20px;
	line-height: 20px;
	font-size:11px;
	font-weight:bold;
}
#accesos_directos #vinculos a{
	float:right;
	font-size:10px;
	color:#000000;
	line-height:20px;
	border-left:1px solid #DEDEDE;
	padding-left:9px;
	padding-right:9px;
}
#accesos_directos #vinculos #en{
	background:url(../imagenes/en.gif) no-repeat 9px center;
	text-indent:22px;
	margin-left:5px;
}
#accesos_directos #vinculos #es{
	background:url(../imagenes/es.gif) no-repeat 9px center;
	text-indent:22px;
	margin-left:5px;
}

/**/
#cabecera{
	border-bottom:1px solid #DEDEDE;
	height:96px;
}
#logo_bienal{
	float:left;
	width:90px;
	left:10px;
	margin-right:20px;
	position:relative;
}
#logo_icas{
	float:right;
	width:199px;
	height:96px;
	right:10px;
	position:relative;
	text-align:center;
	background:url(../imagenes/logo_icas.gif) no-repeat 0px 20px;
	text-indent:-3000px;
}
#logo_icas a{
	display:block;
	width:199px;
	height:96px;
}
#frase_cabecera{
	float:left;
	width:605px;
	height:96px;
	background:url(../imagenes/frase_cabecera.png) no-repeat center center;
	text-indent:-3000px;
}
#frase_cabecera_ingles{
	float:left;
	width:605px;
	height:96px;
	background:url(../imagenes/frase_cabecera_en.png) no-repeat center center;
	text-indent:-3000px;
}
/**/
#foto{
	width:940px;
	height:150px;
	border-bottom:1px solid #DEDEDE;
	display:block;
}
.foto{
	margin-bottom:-10px;
}
* html #foto img{
	margin-bottom:-10px;
}
/**/
#menu_horizontal{
	height:31px;
	margin-top:2px;
	font-size:14px;
	font-weight:bold;
}
#menu_horizontal li{
	float:left;
	margin-right:1px;
}
#menu_horizontal a{
	color:#FFFFFF;
	background-color:#E30D40;
	display:block;
	line-height:31px;
	width:234px;
	text-align:center;
	background:url(../imagenes/menu_horizontal.png) repeat-x left bottom;
	float:left;
}
#menu_horizontal li a#ultimo{
	width:235px;
	position:relative;
	margin-right:-1px;
}
#menu_horizontal a:hover{
	background-position:left top;
}
/**/
#contenido{
	background:url(../imagenes/fondo_1columna.png) repeat-y left top;
}
#columna_izquierda{
	float:left;
	width:164px;
	margin:15px;
	display: inline;
	text-align:left;
}
#columna_derecha{
	float:right;
	width:164px;
	margin:15px;
	text-align:center;
	display:none;
}
#columna_central{
	margin:0px 198px;
	margin-top:0px;
	padding:20px;
	padding-bottom:0px;
	padding-top:16px;
	text-align: justify;
	margin-right:6px;
}
.banners{
	margin-top:20px;
	text-align:center;
	max-width:160px;
	width:expression(document.body.clientWidth > 160? "160px": "auto" );
}
/**/
#pie{
	background:url(../imagenes/separador_horizontal.png) no-repeat left top;
	text-align:center;
}
#creadores, #colaboradores{
	padding:5px;
	font-size:12px;
	font-weight:bold;
	color:#B8B8B8;
	text-transform:uppercase;
}
#colaboradores{
	background:url(../imagenes/separador_horizontal.png) no-repeat left top;
}
#pie li{
	display:inline;

}
#pie img{
	margin:15px;
	vertical-align:middle;
}
#datos{
	background:url(../imagenes/separador_horizontal.png) no-repeat left top;
	font-size:10px;
	padding:20px;
}
#datos a{
	color:#000000;
}
#datos a:hover{
	color:#E30D40;
}
/**/
h3.rotulo{
	font-size:24px;
	font-weight:normal;
	text-transform:uppercase;
	border-bottom:2px solid #E30D40;
	margin-bottom:15px;
	text-indent:-2px;
}
* html h3.rotulo{
text-indent:-5px;
}