html{height:100%;}

body{
	background-color: #ededed;
	padding-top:5px;
	font-family:"Trebuchet MS";
	font-size:15px;
	margin-top:8px;
}

#contenedor{
	text-align:left;
	width: 850px;
	margin:0px auto;
	
}

#caja{
	background-color: #cccdcf;
	margin-bottom: 15px;
	border-color: #4e5255;
	border-style: solid;
	border-width:1px;
	overflow:auto;
	min-height:500px;
}

#pie{
	font-size:10px;
	bottom:auto;
}

#cabecera{
	background-image: url('cabecera2.png');
	background-repeat:no-repeat;
	height:160px;

}

#lateral{
	float: left;
	width:15%;
	text-align:left;

}
#lateral p{

	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:20px;
}

ul {

	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:-30px;
}

#contenido{
	float:right;
	width: 82%;
	padding-left: 20px;
	font-size:14px;
	/*
	border-left-color: #4e5255;
	border-left-style: solid;
	border-left-width:1px;*/
}
li{
	padding-bottom:5px;

}
li a{
	text-decoration:none;
}

a {
	color:#000000;
	text-decoration:none;
}

.enlaces_lista a{
	text-decoration:underline;
}

#museos ul li a:hover{
	font-style:normal;
	text-decoration:underline;
}

#galerias ul li a:hover{
	font-style:normal;
	text-decoration:underline;
}

#amigos ul li a:hover{
	font-style:normal;
	text-decoration:underline;
}

#varios ul li a:hover{
	font-style:normal;
	text-decoration:underline;
}

.exposicion a{
	text-decoration:underline;
}

a:hover { 
	font-style:italic;
	text-decoration:underline;
}
.desplegar:hover{
	font-style:normal;
	cursor:pointer;
}
 .desplegar2:hover{
	font-style:normal;
	cursor:pointer;
}

.desplegarA:hover{
	font-style:normal;
	cursor:pointer;
}
#contenido span {
	font-style:italic;
	font-size:12px;
}
.anyo{
	padding-left: 15px;
}

.actual{ 
	font-style:italic;
	font-weight:bold;
	color:#000000;
}

.submenu{
	font-size:14px;
	padding-left:10px;
	text-decoration: none;
	color:#3c3c3c;
}

#contenido_index{
	width:470px;
	margin-left:5%;
	margin-top:20px;
	padding-bottom:20px;
	float:left;
}

strong {
	font-weight:bold;
	font-size:16px;
	color: black;
	width:275px;
	margin-right:20px;
	margin-top:-5px;
	margin-bottom:5px;
	padding-left: 5px;
	float:right;
	
}

#novedades{
	width:275px;
	background-color:#4e5255;
	color:#b9babf;
	font-weight: bold;
	border-radius: 10px;
	-moz-border-radius: 10px;
	margin-right:20px;
	margin-top:0px;
	padding-top:5px;
	padding-left: 5px;
	float:right;
}
#noticia{
	font-size:13px;
	padding-right:5px;
	font-weight:normal;
}

.info a, #novedades div a{
	color:#b9babf;
	font-width: bold;
	cursor:pointer;
}

.link{
	width:150px;
	height:150px;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

.etiqueta{
	margin-left:-65px;
}

#biografia{
	display:block;
	background:url('index/biografia.jpg') no-repeat;
}

#galeria{
	display:block;
	background:url('index/galeria.jpg') no-repeat;
}

#exposiciones{
	display:block;
	background:url('index/exposiciones.jpg') no-repeat;
}
#noticias{
	display:block;
	background:url('index/noticias.jpg') no-repeat;
}

#contacto{
	display:block;
	background:url('index/contacto.jpg') no-repeat;
}
#enlaces{
	display:block;
	background:url('index/enlaces.jpg') no-repeat;
}

img{
	border:none;
}

#contenido_galeria{
	padding-top: 20px;
	margin-bottom: 20px;
	margin-left:30px;
}

#desplazamiento{
	margin-bottom:20px;	
	margin-left:36%;
}

.back{
	display:block;
	width:25px;
	height:25px;
	border:none;
	background:url('back.png') no-repeat;
	margin-right:10px;
	float:left;
	
}

.back:hover{
	background-image:url('back_hover.png');
}
.back_end{
	display:block;
	width:25px;
	height:25px;
	border:none;
	background:url('back.png') no-repeat;
	margin-right:10px;
}

.back_end:hover{
	background-image:url('back_hover.png');
}

.next{
	display:block;
	width:25px;
	height:25px;
	border:none;
	background:url('next.png') no-repeat;
	margin-left:50px;
}

.next:hover{
	background-image:url('next_hover.png');
}

#contenido p{
	margin-right:15px;
}

#bio{
	float:right;
	padding-left:5px;
}
