html, body, ul, ol, li, p, fielset {
	margin: 0;
	padding:0;
	border: 0;
	text-align: left;
}
a img  {border: none;}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%; /*aproxi 10 px*/
	line-height: 1em;
	text-align: center;}

H1 {font-size:2em; margin: 0;}  /* displayed at 24px */
H2 {
	font-size:1.5em;
	margin-top: 0px;
}  /* displayed at 18px */

H3 {
	font-size:1.6em;
	display: block;
	font-weight: bold;
	color: #999966;
	font-style: normal;
	padding-left: 0em;
	margin: 1em 0px 1em 0em;
}  /* displayed at 15px */

p {
	font-size: 1.1em;
	line-height: 150%;
	margin-top: 1.2em;
	
	}

/*****width: 55em; si le pongo un ancho fijo, en explorer no quedan bien alineadas las imgs, así que de momento lo elimino****/

.enlinea{
	display: inline;
	font-size: 1.1em;
}	
.cursiva{
	font-style: italic;}

a:link {
	color: #000066;
	text-decoration: none;}
a:visited {
	color: #000066;
	text-decoration: none;}

a:hover {
	text-decoration: underline;}
a:active {color: #000066;}
/************************************ comienzo de los div de posicionamiento********************************/
#contenedor {
	width: 100%;
	text-align: left;
}/* esto es para centrar el contenido margin: 20px auto; */

#cabecera{
	background-color:#000000;
	width: 100%;
	height: 117px;
	line-height: 300%;
}

#lateralizda{
background-color:#CCCC99;
left:0px;
position:absolute;
top:117px;
width:160px;
}

#contenido{
	width: 80%;
	padding-left: 1.5em;
	min-height: 470px;
	padding-top: 2em;
	padding-right: 4em;
	padding-bottom: 1.5em;
	border-left: solid 160px #CCCC99;}

#contenido-ruta{
	width: 80%;
	padding-left: 1.5em;
	min-height: 400px;
	padding-top: 0em;
	padding-right: 4em;
	padding-bottom: 1.5em;
	border-left: 160px solid #CCCC99;
}
#pie{
	clear: both;
	text-align: center;
	border-top: solid 1px #999999;
}
.destaca-rojo {
	color: #EB3D20;
	font-style: normal;
	font-weight: bold;}
.destaca-rojo a a:hover{
	color: #EB3D20;
	font-style: normal;
	font-weight: bold;}

strong{color: #EB3D20;
	font-style: normal;
	font-weight: bold;}

strong a a:hover{
	color: #EB3D20;
	font-style: normal;
	font-weight: bold;}

#lenguajes{
	width: 100%;
	background-color: #996;
	border-bottom: solid 1px #FFFFFF;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	height: 20px;
	padding-top: 5px;
}
#lenguajes a{
color: #FFF; }
/****** FIN posicionamiento*****/
.idiomas{
	color:#fff;
	display: inline;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 12px;
	padding-left: 5px;
}
.baseline{
	padding-bottom: 15px;
	padding-left: 15px;
}

/******** logotipo******/
#logo{
	float:left;
	background-image: url(img/arrigorriaga-logo.gif);
	background-repeat: no-repeat;
	width: 160px;
	height: 117px;	
}
#logo2{
	background-image: url(img/arrigorriaga-logo.gif);
	background-repeat: no-repeat;
	width: 160px;
	height: 117px;
	position: absolute;
	top: 0px;
	bottom: 0px;}

#cabecera h1{
	text-indent: -2000px; }

#cabecera h1 a { 
   	text-indent: -9999px; 
    width: 160px;
	height: 117px; 
    display: block;
}
#logo2 h1{
	text-indent: -2000px; }

#logo2 h1 a { 
   	text-indent: -9999px; 
    width: 160px;
	height: 117px; 
    display: block;
}
h1 a:focus { 
    outline: none; 
} 
#cabecera h2{
	text-indent: -2000px; 
	width: 421px;
	height: 90px;}
#cabecera2 h2{
	text-indent: -1000px;
	width: 300px;
	display: inline;
	font-size: 1em;}

#frase{
	background-image: url(img/arrigorriaga-titulo.gif);
	background-repeat: no-repeat;
	margin-left: 170px;
	width: 421px;
	height: 90px;
	padding-top: 10px;
	background-position: left;
	
}
/************menu de navegación*********/
#lateralizda ul li{
	color: #FFF;
	font-size: 1.2em;
	list-style-type: none;
	margin-left: 0px;
	line-height: 140%;
	border-bottom: solid 1px #FFFFFF;
	padding-bottom: 6px;
	padding-top: 6px;
	font-weight: bold;
}

#lateralizda ul li a{
	background-image: url(img/flecha.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	text-indent: 30px;
	display: block;
	color: #fff;
	text-decoration: none;}

#lateralizda ul li a:hover {
	background-image: url(img/flecha_hover.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	text-indent: 12px;
}
/**********menu navegación 2*************/

#menucontacto{
	text-align: right;
	padding-top: 0;
	width: 130px;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	height: 50px;
	margin-top:-50px;
	margin-left: 75em;
}
#menucontacto ul li{
display: inline;
}
#menucontacto ul li a{
	color:#FFFFFF;
	font-variant: small-caps;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0;
	display: block;
	line-height: 1.5em;
	text-align: left;
}
#menucontacto ul li a:hover{
text-decoration: underline;}


#menucontacto2 {
float:right;
font-weight:bold;
height:auto;
margin-right:5em;
padding-top:5px;
width:350px;
}

#menucontacto2 ul li{
display: inline;
}
#menucontacto2 ul li a{
	color:#FFFFFF;
	font-variant: small-caps;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0;
	display: inline;}
	
#menucontacto2 ul li a:hover{
text-decoration: underline;}


#que .que, #donde .donde, #ruta .ruta, #comic .comic, #prensa .prensa, #enlaces .enlaces,  #galeria .galeria{
	background-image: url(img/flecha_hover.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	text-indent: 15px;} /***** esto es para marcar al usuario la pag en la que está******/

#pie a {
	color: #000000;
}
#pie  p{
	width: 100%;
	margin-top: 3px;
	text-align: center;
}
.ladillo{
	color: #EB3D20;
	margin-top: 2em;
	font-weight: bold;
}

.imgdcha{
	float: right;
	border: 1px solid #666666;
	padding: 5px;
	margin: 0 1em 2em 2em;
}
.imgdchasin{
	float: right;
	margin: 25px 1em 0em 2em;
}
.imgizda{
	float: left;
	padding: 1em;
	margin-top: 2em;
	margin-right: 2em;
	margin-bottom: 2em;
	margin-left: 2em;
}
.imgizda2{
	float: left;
	margin-top: 5px;
	}
	
.imgdchasin2{
	float: right;
	}
.imgmapa{
	float: left;
	border: 1px solid #666666;
	padding: 5px;
	margin-right: 2em;
}
#imagen{
	position: absolute;
	height: 300px;
	width: 300px;
	left: 86px;
	top: 250px;
}
#imagen2{
	position: static; /**********de esta manera, la imagen queda fija en una posición determinada*/
	height: 280px;
	width: 790px;
	left: 10px;
	overflow: visible;
	visibility: visible;
	bottom: 0px;
	top: 100px;
	clip: rect(auto,auto,0px,auto);
	margin-bottom: 0px;
}
.negrita {
	font-weight: bold;
	color: #333333;
}
#contenedor #contenido ul li {
	font-size: 1.1em;
	line-height: 150%;
	
	margin-bottom: 1em;
	list-style-type: none;
	margin-left: 2em;
	margin-top: 1em;
}

/***************plantilla interiores ***********/
#cabecera2{
	background-color: #000;
	height: 27px;}
.audio-guía {
	color: #666666;
	font-size: 1em;
	padding-left: 1em;}

.entrecomillados {
	font-style: italic;}

blockquote {
	width: 45em;
	font-size: 1.1em;
	line-height: 150%;
	margin-bottom: 2em;
	margin-top: 2.5em;
}
#descargaraudio-guía{
	width: auto;
	float: right;
	margin-top: 0px;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 1em;
	text-align: center;
	border: 1px solid #999966;
	background-repeat: repeat-x;
	padding: 0px;
}

/***#descargaraudio-guía :before{
content: url(img/descarga.jpg); 
margin-left: -51px;
margin-top:  -22px;
display: block; 
}
**/
#descargaraudio-guía ul {
	color: #FFFFFF;
	width: 250px;
	font-weight: bold;
	padding: 5px;	
	
}
#contenedor #contenido #descargaraudio-guía li {
	width: 245px;
	background-image: url(img/iconolista.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 0px;
	padding-left: 25px;
}
#descargaraudio-guía ul li a {
color: #666666;
}
/*******para los formularios****************/
form{
	font-size: 1em;
	width: 350px;
	float: left;
	margin-bottom: 10px;
	margin-left: 50px;
	background-color: #FFFFFF;
	padding: 15px;
}
input{
	float: left;
	margin-top: -20px;
	margin-left: 12em;
}
label{
	color: #666666;
	font-size: 1.2em;
	font-weight: bold;
	float: left;
	margin-right: 15em;
	margin-bottom: 0.5em;
}
.submit {
	background-color: #CCCC99;
	margin-top:10px;
	margin-bottom:10px;
	color: #fcfcfc;
	border-top: 1px solid #999999;
	border-right: 1px solid #666666;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #666666;
	margin-right: 10px;
	float: right;
	font-weight: bold;
}
#contenido legend {
	color: #999966;
	font-size: 1.4em;
	margin-left: 3em;
	font-weight: bold;
	display: inline;
	padding: 0.4em;
	margin-bottom: 0.2em;
}
#contenido fieldset {
	border: 1px solid #999966;
	padding: 2em;
}

#encuesta form{
	font-size: 1em;
	width: 500px;
	float: left;
	margin-bottom: 10px;
	margin-left: 50px;
	background-color: #FFFFFF;
	padding: 15px;
	
}
#encuesta input{
	float: left;
	margin: -20px 0px 12em 1.5em;
}
#encuesta label{
	color: #666666;
	font-size: 1.2em;
	font-weight: bold;
	float: left;
	margin-right: 15em;
	margin-bottom: 1.5em;
}
#encuesta .submit {
	background-color: #CCCC99;
	margin-top:10px;
	margin-bottom:10px;
	color: #fcfcfc;
	border-top: 1px solid #999999;
	border-right: 1px solid #666666;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #666666;
	margin-right: 10px;
	float: right;
	font-weight: bold;
}
#contenido legend {
	color: #999966;
	font-size: 1.4em;
	margin-left: 3em;
	font-weight: bold;
	display: inline;
	padding: 0.4em;
	margin-bottom: 0.2em;
}
#contenido fieldset {
	border: 1px solid #999966;
	padding: 2em;
}
/**** fin del formulario*****/

#contenedor #contenido li {
	background-image: url(img/ok.gif);
	background-repeat: no-repeat;
	padding-left: 1.5em;
	background-position: left 3px;
}
#contenedor #contenido ul li ul li {
	background-image:url(img/ok.gif);
	font-size: 1em;
	list-style-type: none;
}
#contenido ul ul{
margin-top: 1em;}

#bio{
	width: 400px;
	position: fixed;
	left: 400px;
	top: 180px;
}

/********  migas de pan con listas de definición**********/
#migas{
	width: auto;
	background-image: url(img/fondomigas.jpg);
	background-repeat: repeat-x;
	background-position:  20px 31px;
	margin-left: 175px;
	height: 55px;
	margin-bottom: 20px;
	margin-top: 0px;
	padding-top: 10px;
}

#migas dt {
	background-image: url(img/piedras-out.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	color:#999999;
	font-size:11px;
	font-weight:bold;
	height:22px;
	width:20px;
	display: block;
	float: left;
	margin-bottom: 0px;
	padding: 8px 0px 0px 3px;
	margin-left: 18px;
	text-align: center;
}

#aqui {
	background-image: url(img/piedras-in.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
#migas dd {
	display:block;
	float:left;
	height:15px;
	padding: 0px 3px 0px 3px;
	text-align: center;
	margin: 27px 15px 0px -45px;
}
#migas dd a {
color: #666666; 
}
#migas dd a:hover {
text-decoration: underline; 
}


#migas .aqui {
	background-image: url(img/piedras-in.gif);
	background-position:center top;
	background-repeat:no-repeat;
	color: #FFF;
}
/********** para la imagen*/
#fotos{
background-image: url(img/imgsustitucion/fondo.gif);
background-repeat: no-repeat; 
width: 560px;
height: 440px;}
.atrio{
margin-top:200px;
margin-left: 42px;}

#fotos a img .atrio {
background-image:url(img/imgsustitucion/atrio2.gif);
background-repeat: no-repeat; }

.reservas2{
	position: absolute;
	top: 9px;
	left: 630px;
}
#mapa{
	float: right;
	position: absolute;
	left: 505px;
	width: 109px;
	top: 59px;
}
#contenedor #contenido #mapa ul li {
	list-style-type: none;
}
.textoportada{
	float: left;
	width: 370px;
	text-align: center;
	font-style: italic;
	font-size: 1.1em;
	border-bottom: 3px solid #999999;
	padding-bottom: 10px;
	padding-left: 10px;
	border-left: 3px solid #999999;
	padding-top: 0px;
	margin-top: -10px;
}
.portadacomic{
position: fixed; 
left: 490px;
top: 120px; }

.portadamapa{
position: absolute; 
left: 410px;
top: 350px; }
.flotar{
	float: left;
	width: 300px;
}
.destinoext{
	background-image:url(img/external_link.gif);
	background-position:right 1px;
	background-repeat:no-repeat;
	padding-right:15px;
}
.prensa2{
	color: #999966;
	font-weight: bold;
	padding-bottom: 5px;
	display: block;
	background-image: url(img/piedras-in.gif);
	background-repeat: no-repeat;
	background-position: -10px -1px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#recuadro{
	border: 1px solid #CCCCCC;
	text-align: center;
	width: 200px;
	float: right;
}
#cerrado{
	background-color:#EB3D20;
	border: 1px solid #FFFFFF;
	width: 90%;
	text-align: center;
	padding: 5px;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	 }
#cerrado p {
	text-align: center;
	font-weight: 600;
	margin-top: 0px;
}
#cerrado p a {
	color: #FFFFFF; 
	font-size:1.3em;
	}
#cerrado p .grupos {
	font-size: 0.8em;
	color: #FFFFFF;
}
#menucontacto .destacado, #menucontacto2 .destacado {
	color: #FF3333;
	font-size: 1.2em;
	font-weight: bold;
}
#contenido ul .largo {
	width: 55em;
}
#contenido ul li.largo {
	
	width: 70em;
}

#contenido h4 a.icono {
	margin-left: 30px;
	font-size: 1.2em;
	background: url(img/bajar.gif) no-repeat right 8px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 20px 5px 0px;
	width: auto;
	margin-bottom: 20px;
	margin-top: 30px;
}
#prensa #contenido h4 {
	margin-left: 30px;
	font-weight: 400;
	font-size: 1.3em;
}


#prensa #contenido #d1 .icono2 {
	text-align: right;
	font-size: 1.3em;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: url(img/subir.gif) no-repeat right 4px;
	display: block;
	padding: 5px 20px;
	font-weight: 600;
	float: right;
}
#derecha{
	width: 455px;
	float: left;
	margin-left: 4em;
}
#izquierda{
	float; left;
	width: 400px;
	float: left;
	
}
.clear{
clear:both;}
#derecha2{
	background-color:#FFFFFF;
	width: auto;
	float: left;
	margin-left: 30px;
	height: auto;
	margin-top: -20px;
}
#prensa #contenido #derecha2 p {
	text-align: center;
}
.letranegro{font-size: 0.8em;
	color: #333333;}

/**********galeria de imgs************/

#galeria #contenedor #contenido #galimg{
	margin-top: 5px;
	padding: 5px;
	float: left;
	width: 565px;
	margin-bottom: 5px;
	clear: both;
}

#galeria #contenedor #contenido #galimg ul {	list-style: none; float: left; }
#galeria #contenedor #contenido #galimg li {
	background: url(none);
	margin-left: 0px;
}
#galeria #contenedor #contenido #galimg ul li {
	list-style: none;
	float: left;
	margin-left:0em;
	width: 160px;
}
#galeria #contenedor #contenido #galimg ul li a{
	padding: 2px;
	float: left;
	border: 1px solid #CCCCCC;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;}

#galeria #contenedor #contenido #galimg ul li a:hover{
background-color: #FF3333;}

#galeria .titu_galeria{
	font-size: 1.2em;
	color: #93a070;
	font-weight: normal;
	text-align: right;
	font-variant: normal;
	margin-bottom: 10px;
	font-style: italic;
}


#galeria #contenedor #contenido #galimg fieldset {
	padding: 0.5em;
}
.ocultar{display:none;}
.nfotos{
	font-size: 0.8em;
	color: #666666;
	font-weight: normal;
}
/****************fin galeria imagenes**********************/
#galeria #contenido {
	width: 1000px;
	min-height: 950px;
}
#enviaimg{
	float: right;
	position: absolute;
	left: 817px;
	width: 236px;
	top: 120px;
	height: 150px;
	padding: 10px;
	text-align: center;
	background: #EEEEDD;
	border: 1px solid #999966;
}
#enviaimg p {
	text-align: center;
}
.imageCaption {
 border:1px solid #ccc;
 text-align:center;
 padding:5px;
 background-color:#ebebeb;
 float:left;
 margin:0 10px 5px 0;
}
.facebook {
	height: 70px;
	width: 95%;
	text-align: center;
	background: #FFF;
	margin-left: 1px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 2px solid #999;
	border-left: 2px solid #999;
}
.facebook:hover{
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	border-left: 2px solid #999;
}
.facebook p, .facebook p a  {
	color: #EB3D20;
	font-weight: normal;
	text-align: left;
	padding: 0;
	float: left;
	margin-top: 7px;
	margin-bottom: 0px;
	margin-left: 2px;
	
}
p .face {	font-size: 16px;}
p .face2{	font-size: 11px;}
.facebook a img {
	float: left;
	width: 60px;
	margin-left: 5px;
	margin-top: 3px;
}
