/* CSS Document */

/*General*/
body{font-size:62.5%;background:#c36713;}
.ie6{display:none;}
#page{
background:url(bck.jpg) no-repeat;
margin:2em auto;
width:900px;
height:50em;
min-height:50em;
-webkit-box-shadow:2px 2px 2px #000;
-moz-box-shadow:.5em .5em 1em #000;
box-shadow:2px 2px 2px #000;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 2px solid red;
text-align:left;
}

/*Cabecera */
#cabecera{
padding-top:2em;
margin:1em auto;
width:600px;
height:130px;
background:url(header-title.png) no-repeat;}

#cabecera span{visibility:hidden;}
#cabecera a{width:600px;height:130px;text-decoration:none;display:block;}

#breadcrumb
{
width:auto;
text-indent:3em;
position:relative;
bottom:3em;
}
.breadcrumb
{
font-size:1.1em;
text-decoration: underline;
font-family: Arial;
color:#000000;
font-weight:bolder;
}
.breadcrumb:hover{text-decoration:none; color:red;}
.boton
{
text-decoration: none;
font-family: Arial;
color:#fd0404;
font-weight:bolder;
}
.boton:hover{color:#000; text-decoration:underline;}

.ficha
{
text-decoration: none;
font-family: Arial;
color:blue;
font-size:small;
font-style:italic;

}
.ficha:hover{color:#000; text-decoration:underline;}

/* Contenido */
#contenido
{width:89em;margin:0 auto;position:relative;bottom:3em;overflow:hidden;}
#contenido.tabbed{border:2px black groove;}
.wrapper_1
{
width:21em;
height:15em;
float:left;
margin:0 1em;
padding:.5em; 
font-size:1.8em;
color:#502002;
}
.wrapper_2
{
float:left;
margin:0 1em;
padding:.5em;
width:21em;
height:15em;
font-size:1.8em;
text-align:center;
}
.wrapper_2 div{margin:0 1.5em 0 1.5em;}
.wrapper_2 iframe{border: 4px groove black;}
.limpia{clear:both;}

/* banners */
#banner_portada{
width:329px;
height:193px;
position:relative;
z-index:10;
}
#banner_portada_inner{
width:229px;
height:128px;
position:relative;
top:-8em;
left:1em;
}
#banner_portada_inner img{display:none;}
#banner_portada_inner img:first-child{display:block;}
#banner_teatro{
width:350px;
height:222px;
position:relative;
z-index:10;
}
#banner_teatro_inner{
width:259px;
height:142px;
position:relative;
bottom:8.9em;
left:.95em;
}
#banner_teatro_inner img{display:none;}
#banner_teatro_inner img:first-child{display:block;}

#banner_animacion{
width:327px;
height:207px;
position:relative;
left:.5em;
z-index:10;
}
#banner_animacion_inner{
width:229px;
height:128px;
position:relative;
bottom:8.2em;
left:2em;
}
#banner_animacion_inner img{display:none;}
#banner_animacion_inner img:first-child{display:block;}

/*Footer*/
#footer
{
width:89em;
height:6em;
margin: 0 auto;
}
h3{text-align:center; font-style:italic;}
h4{color:black;text-decoration:underline;}
.atras{text-align:center;}
.atras a{font-weight:bold;text-decoration:none;}
.atras a:hover{color:black;text-decoration:underline;}