/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

body {
	background:url(img/fondo.gif);
	background-color:#dedede;
	font-family: arial, sans-serif;
	font-size: 12px;
	color:#121212;
	margin:0 auto;
	/*overflow-x: hidden;*/
	width: 100%;
	height: 100%;
	text-align:center; /*PARA QUE LO RECONOZCA IE, QUE NO ENTIENDE EL MARGIN AUTO*/
}
a:hover {
	text-decoration:none;
}
a {
	text-decoration:none;
	color: #666666;
}
#contenedor { /*todo*/
	background-color:#FFF;
	width: 800px;
	margin: 0px auto;
	text-align: left;
}
#header {
	height: 142px;
	background-image:url(img/banner_superior.jpg);
}
#caja_galeria {
	margin: 0px 10px 10px 10px;
	width: 700px;
	height:800px;
	padding: 0px;
	border: solid #e6e6e6 1px;
}
#path {
	background-color:#e6e6e6;
	width: 788px;
	margin: 0px;
	padding:6px;
	float: left;
	font-size:11px;
	font-weight: bold;
	color: #ff6600;
}
#path a {
	color: #666;
	text-decoration:none;
}
/*------------MAIN----------------------------------------*/

#main { /*contenedor principal*/
	margin: 0px 0px 0px 140px;
	/*padding: 10px;*/
	min-height: 600px;
}
/*Estilos para el main*/
h1 { /*T&iacute;tulos burdeos de la Fundaci&oacute;n*/
	color: #333;
	font-weight: bold;
	font-size: 15px;
}
h2 { /*T&iacute;tulos naranjas para el autismo*/
	color: #666;
	font-weight: bold;
	font-size: 15px;
}
h3 { /*Entradillas para el texto de Joaqu&iacute;n*/
	color: #f66505;
	font: bold;
}
h5 { /*T&iacute;tulos azules del Centro */
	color: #85acd7;
	font-weight: bold;
	font-size: 15px;
}

#texto_main {	/*creo que es igual que el main*/
	text-align:justify;
	line-height:20px;
	color: #333333;
	margin: 10px 10px 10px 0px;
	padding: 35px 25px 25px 0px;
}
/********************** estilos de escritos^***********************/
#escritos {
	padding: 25px;
	text-align:justify;
	font-size: 11px;
	overflow: auto;
	line-height:150%;
}
#escritos a:hover {
	color: #ff6600;
	font-weight: bold;
}
#escritos a {
	color: #333;
	font-weight: bold;
}
/********************** estilos de listas^***********************/

.sin_bullets {
	list-style-type: none;
}
.fondo_obra {
	font-weight:bold;
	font-size: 11px;
	line-height:150%;
	overflow:auto;
	list-style-type: none;
}
.fondo_obra a {
	color:#666;
	font-size: 11px;
}
.fondo_obra a:hover {
	color:#FF6600;
	font-size: 11px;
}
.fondo_obra li {
	padding: 5px 0px 5px 0px;
}
.fondo_obra ul {
	list-style-type:none;
	margin-botoom: 5px;
	padding-top: 10px;
}
/*Para la lista de obras por orden alfab&eacute;tico*/
.lista {
	padding: 25px;
	color: #666;
	text-align:justify;
	font-size: 11px;
	overflow: auto;
	line-height:150%;
	font-weight:bold;
}
.lista a {
	font-weight:bold;
}
.lista a, .lista a:visited {
	color:#333;
}
.lista a:hover {
	color:#ff6600;
}
.lista ul li {
	list-style-type:none;
	padding-bottom: 12px;
}
.lista ul li ul {
	padding: 10px;
	list-style-type:none;
}
/*Para la obra ordenada por conjunto instrumental*/
.indice_lista {
	border: solid #999 1px;
}
.indice_lista a {
	font-weight:700;
	color: #666;
}
.indice_lista a:hover {
	color: #333;
	font-weight:700;
}
/*Listas sin bullet para los opus*/
.obra ul {
	list-style-image:url(img/circulito.gif);
	list-style-type:none;
}
.obra ul li {
	margin-bottom: 5px;
	padding-bottom:5px;
}

.obra ul li ul li {
	list-style-image: none;
	padding-bottom:1px;
}

.obra{
	color: #333;
	text-align:justify;
	font-size: 11px;
	overflow: auto;
	line-height:150%;
}

.obra a{color: #999999;}

/*////////////////////////////////////////////////////////////men&uacute;///////////////////////////*/

#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 12em;
}
#menu li {
	font-size: 11px;
	font-weight:bold;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333;
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: url("img/hover.gif") left center no-repeat;
	color: #ff6600;
	padding-bottom: 8px;
}
/*Galer&iacute;a de im&aacute;genes */

li .min {
	background: url(../imagenes/base1.png);
	width: 75px;
	height: 64px;
	padding: 6px 10px 10px 7px;
}
#borde {
	width: 405px;
	height: 305px;
	position: absolute;
	top: 250px;	/* Provoca la separacion del borde superior */
	left: 40%;	/* Separa la imagen grande de la pequea *//*background: url(../imagenes/galeria.gif);*/
}
.cat {
	list-style-type: none;
	margin: 0 0 25px 10px; /* Eliminacion de vieta en IE6 */
	padding: 0px; /* Eliminacion de vieta en IE6 */
	float:left;
}
.max {
	visibility: hidden;
	position: absolute;
	top: 255px;	/* Provoca la separacion del borde superior */
	left: 40%;	/* Separa la imagen grande de la pequea */
	margin-left: 5px;
}
a:hover .max {
	visibility: visible;
}

