/*Style sheet for simulating frames
 *using only Cascading Style Sheets
*/

body{ margin: 0px; }

/* Mast head is simulation of top frame */


#cornice{  position: relative;          
top: 0px;
           
left: 0px;
           width: 800px;        
height: 600px;	   
background-color: #f8fbfb;
          border: 1px solid #51561A;

background-image: url(imagenes/parterueda.png);
      background-position: bottom right;
      background-repeat: no-repeat;
}

#mastHead{ position: absolute;           
top: 0px;
           
left: 0px;
           width: 100%;           
height: 100px;
           
z-index: 1;
           
background-color: #CCC;
           
border: 2px solid #0000DD;
     


      }

html { overflow:hidden; }


/* Link Index is the simulation of left index/browsing frame */


.linkIndex {position: relative;
            
left: -300px;
            
top: -474px;
       width: 170px;
            
border: none;
            
padding: 0px;
            text-align: left;
            }


a {border: none; text-decoration: none; color: #770000}
a:hover {border: none; text-decoration: underline; color: #000000}

#contentsBox{ position: relative;
            
left: 64px;
            
top: -910px;
      
width: 585px;
		
height: 445px;
              
border: 0px solid #51561A;
              
padding: 0px 0px 0px 0px;

align: left;              }

h1 { font-family: arial;
color: #770000;
font-size:18px;
text-align: center;
}

h2 { font-family: arial;
color: #000000;
font-size:9px;
text-align: center;
}

h3 { font-family: arial;
color: #000000;
font-size:12px;
text-align: center;
}

#texto{ font-family: arial;
color: #000000;
font-size:12px;
overflow: auto; 
width: 390px; 
height: 360px;
padding: 8px; 
position: absolute; 
left: 5px; 
top: 50px; 
overflow: auto;
text-align: justify;
}

#texto_home{ font-family: arial;
color: #000000;
font-size:12px;
overflow: auto; 
width: 390px; 
height: 360px;
padding: 8px; 
position: absolute; 
left: 5px; 
top: 30px; 
overflow: auto;
text-align: justify;
}


#texto_visitas_intro{ font-family: arial;
color: #000000;
font-size:12px;
overflow: auto; 
width: 390px; 
height: 205px;
padding: 8px; 
position: absolute; 
left: 5px; 
top: 50px; 
overflow: auto;
text-align: justify;
}

#texto_visitas{ font-family: arial;
color: #000000;
font-size:12px;
overflow: auto; 
width: 607px; 
height: 385px;
padding-right: 20px; 
position: absolute; 
left: 1px; 
top: 50px; 
overflow: auto;
text-align: justify;
}

#texto_patrimonio{ font-family: arial;
color: #000000;
font-size:12px;
overflow: auto; 
width: 100%; 
height: 305px;
padding: 8px; 
overflow: auto;
text-align: justify;
}

#logo_fondart {position: absolute; 
top: 310px; 
left: 300px;
}

#avisos {width: 240px; 
height: 80px; 
font-family: arial;
background-color: #e6d87d; 
border: 2px solid #770000; 
position: absolute; 
top: 350px; 
left: 20px;}

#titulo {position: absolute; 
top: 10px; 
left: 145px;
font-family: arial;
color: #770000;
font-size:18px;}

#menu_visitas_intro {position: relative; 
top: 280px; 
left: 0px;
font-family: arial;
color: #770000;
font-size:18px;}

#menu_visitas {position: absolute; 
top: 2px; 
left: 0px;
font-family: arial;
color: #770000;
font-size:18px;}

#fotos {position: absolute; 
top: 20px; 
left: 430px;}

#linkIndex>a { display: block;
padding: 0px 0px;
               }
#body {height: 700px; background: rgb(255, 255, 255) url(bg.gif) repeat scroll 0pt 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; " height="700px" leftmargin="0" rightmargin="0" bottommargin="0"}

pre.code{ margin: 5px 25px;
          border: 0px dashed #ddd;
          padding: 0px 8px; }

dt { margin-top: 1em;
     color: #DD0000;}
	 
	 
#box_patrimonio_inmaterial {position:absolute; top:200px; left:200px}
