@charset "utf-8";
/* CSS Document */
body {
	background-image:url(imagenes/fondo.jpg);
	background-color:#422406;
	background-position:center top;
	background-repeat:repeat-y;
	color:#666666;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	margin:0;
	vertical-align:top;
}
div#imgRegistro {
	position:absolute;
	top:10px;
	right:10px;
}

/* en el header.asp se modifica la altura de cabecera y fotoscab si son contenidos */
#cabecera{
	background-repeat:no-repeat;
	width:960px;
	height:300px;
}
div#fotosCab{
	width:960px;
	height:300px;
	overflow:hidden;
}
div#bandaCabecera{
height:50px;
width:960px;
background-image:url(imagenes/cabecera.jpg)
}

div#barraDerecha{

	width:240px;
	height:auto;
	overflow:visible;
	float:right;
	position:relative;
	top:0;
	right:0;
}
/****** bara iconos ************/

.boton {
	
margin-left:30px;
padding-bottom:5px;
padding-top:16px;
width:160px;
}



/********************pagina ***************/

div#pagina {
	background-color:#ffffff;
	display:table;
	height:auto;
	overflow:visible;
	position:relative;
	width:960px;
	zoom:1;
}

div#principal {
float:left;
padding-bottom:20px;
padding-left:18px;
padding-top:20px;
text-align:justify;
width:890px;
}

div#contenido{
	margin-right:10px;
	margin-left:10px;
}
.texto, .mastexto {
	font-family:Verdana, Geneva, sans-serif;
	line-height:16px;
	font-size:12px;
	color:#666;
	text-align:justify;
	padding-bottom:10px;
	padding-top:5px;
}

/************************* Link Iconos ***************************/

div#divLink{
	width:960px;
	height:154px;
	background-image:url(imagenes/fondo_links.jpg)
	overflow:hidden;
}


/************************* cabecera ******************************/

div.barraIdiomas{
position:absolute;
top:270px;
right:15px;
z-index:200;
}
.barraIdiomas ul{
      margin: 0;
      padding: 2px;
      list-style-type: none;
	  float:left;
}
.barraIdiomas li{
      margin-right: 2px;
      background:none;
      text-align: center;
      float: left;
}


#banderas{
}

.bandera{
	display:block;
	height: 18px; /* the image height */
	line-height: 18px; /* again */
	width: 26px; /* the image width */
	text-indent: 26px; /* again */
	overflow: hidden; /* clip it */
	background-repeat:no-repeat;
	background-position: 0 0;
}
.bandera:hover{
background-position: 1px 1px;
}
.bandera.DE{
background-image: url(imagenes/banderas_DE.png);
}
.bandera.EN{
background-image: url(imagenes/banderas_EN.png);
}
.bandera.ES{
background-image: url(imagenes/banderas_ES.png);
}
.bandera.FR{
background-image: url(imagenes/banderas_FR.png);
}
.bandera.NL{
background-image: url(imagenes/banderas_NL.png);
}






/************************* menu**********************************/


div#menuabsolute {
	font-family:Arial, Helvetica, sans-serif;
	height:40px;
	z-index:210;
	background-image:url(imagenes/fondo_navbar.jpg);
	background-repeat:no-repeat;
	width:960px;
}

div#menuabsolute ul {
	list-style:none;
	margin:0;
	padding:0;
}
	
div#menuabsolute li {
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
}
#menuabsolute li a {
color:#422406;
display:inline;
float:left;
font-size:12px;
line-height:30px;
list-style-type:none;
padding-left:30px;
text-decoration:none;
}

#menuabsolute li.activo a {
	font-weight:bold;
	color:#422406;
	text-decoration:none;
}

#menuabsolute li a:hover {
	color:#930;
	text-decoration:none;
}

#masMenus {
	color:#630;
	height:30px;
	border-bottom:solid 1px;
	border-color:#333300;
	margin-bottom:10px;
}

#masMenus ul {
	list-style:none;
	clear:both;
	margin:0;
	padding:0;
}
#masMenus li {
display:inline;
}
#masMenus li a {
	color:#630;
display:inline;
float:left;
font-size:12px;
line-height:30px;
list-style-type:none;
padding-left:30px;
text-decoration:none;
}
#masMenus li.activo a {
	color:#963;
}

#masMenus li a:hover {
	color:#963;
}
#masMenus li a.actual {
	color:#963;
	font-weight:bold;
}

#masMenus a:hover {
	color:#963;
}
#masMenus hr {
	clear:both;
	border:none;
}
/******************* galerias **************************/
#divFotos, .rotar {
	width:400px;
	height:274px;
	padding-right:10px;
}
#divFotos {
	display:block;
	position:relative;
	float:left;
	overflow:hidden;
}
div#divFotos a img {
	width:400px;
	margin-right:10px;
	margin-bottom:10px;
}
/******************* link editar ***********************************/
div.edito {
	display:block;
	position:absolute;
	top:5px;
	right:10px;
	padding:5px;
	background-color:#FFF;
	z-index:800;
}

div.Texto {
	line-height:18px;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	top:5px;
	right:10px;
}
/************************* lista de contenidos ********************************/
ul.listacontenidos {
	list-style:none;
	clear:both;
}
ul.listacontenidos li {
border-color:#480500 #CCCCCC #CCCCCC;
border-style:solid;
border-width:1px;
display:inline;
float:left;
height:120px;
margin:6px;
text-align:left;
width:180px;
color:#930;
}

div.imglistacontenidos {
	display:inline;
	height:86px;
	overflow:hidden;
	width:200px;
	float:left;
	margin-right:5px;
}

div.txtListaContenidos {
padding:5px;
}

ul.listacontenidos li a {
	text-decoration:none;
	color:#930;
}
ul.listacontenidos li a img {
border:0 none;
height:80px;
overflow:hidden;
width:180px;
}
/****************************+ galeria *******************************************/
#galeria {
	text-align:center;
	width:900px;
	height:auto;
	zoom:1;
	margin:0 auto;
}
#galeria a {
	text-decoration:none;
	outline:none;
}
#main_image {
	margin:0;
	height:496px;
	width:700px;
	float:left;
	overflow:hidden;
}
#main_image img {
	margin-bottom:10px;
	width:700px;
	width:auto;
}
.nav {
	padding-bottom:10px;
	clear:both;
	font:80% 'helvetica neue', sans-serif;
	letter-spacing:3px;
	text-transform:uppercase;
}
div#galeria ul li{
	width:68px;
	height:70px;
	font-size:8px;
}
div#galeria ul li img{
	width:60px;
	border:1px solid #000;
	padding:2px;
	clear:both;
}
div#galeria ul li{
	float:left;
}
/* lista Agenda */


div#menuderecha{
	margin-left:10px;
	margin-right:10px;
	width:220px;
}
div#menuderecha ul.listaAgenda {
	list-style-image:none;
	list-style-type:none;
}
div.imglistaAgenda{
	text-align:center;
}

div.imglistaAgenda a img{
	height:auto;
	width:200px;
	clear:both;
	margin:7px auto;
}
div.txtListaAgenda a{
	color:#333;
	text-decoration:none;
	font-size:9px;
}
div.titListaAgenda{
border-bottom:1px solid #999;
color:#930;
font-size:12px;
font-weight:normal;
margin-top:10px;
padding-bottom:5px;
}

.separador{
	width:100%;
	border-top: 1px dotted #cccccc;
}
div#imagenes{
	display:table;
}

div#pie{
	background-color:#ffffff;
	width:960px;
	height:30px;
	border-top:solid 1px #960;
	padding-top:5px;
	padding-bottom:5px;
	color:#666666;
	height:40px;
	text-align:center;
}

div#pie a{
color:#963;
text-decoration:none;
}

div#pie a:hover{
	text-decoration:none;
	color:#C60;

}
/* esto sólo se usa en gallery.asp */
div.fotoGrande{
	width:960px;
	height:531px;
	overflow:hidden;
	text-align:center;
	position:relative;
}
img#fotoGrande{
	width:960px;
}
img#fondominis{
	position:absolute;
	left:0;
	bottom:0;
}
/*  
    root element for the scrollable.  
    when scrolling occurs this element stays still.  
*/ 
div#galeriaScroll{
	width:904px;
	height:94px;
	background-image:url(imagenes/galeria_fondo.jpg);
	margin:0 auto;
}
div.scrollable { 
     
    /* required settings */ 
    position:relative; 
    overflow:hidden;          
    width: 766px;     
    height:80px;
} 
 
/*  
    root element for scrollable items. Must be absolutely positioned 
    and it should have a super large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items {     
    /* this cannot be too large */ 
    width:20000em;     
    position:absolute;
		margin:4px 7px;
} 
 
/*  
    a single item. must be floated on horizontal scrolling 
    typically this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div{
	float:left;
	margin:3px;
	width:120px;
	height:70px;
	text-align:center;
	overflow:hidden;
}
div.scrollable div.items img { 
		height:80px;
} 
 
/* you may want to setup some decorations to active item */ 
div.items div.active { 
    border:1px inset #ccc;         
    background-color:#fff; 
}


.scrollable, .prevPage, .nextPage{float:left}
.scrollable{
	margin-top:5px;

}
.prevPage, .nextPage{
	margin:18px;
	}

img.logo{
	position:absolute;
	z-index:20;
}
#logo1{
	top:202px;
	left:0;
}
#logo2{
	top:10px;
	right:10px;
}
div#rotarlento li{
	overflow:hidden;
}