/* 
   CSS Proyecto: lasislasdenadal.es
   	   Cliente: IBATUR - Institut Balear del Turismo
	   Fecha: 01 de Septiembre de 2009
	   Estilos Generales para la construcción del site
   
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,hr,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	border: 0px;
	font-weight: 500;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	margin: 0px;
	padding: 0px;
}

/* Estilos Generales */
a {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#00a8e1;
}

a img,abbr,acronym{
	border: none;
}

strong,b{
	font-weight: bold;
}

em,i{
	font-style: italic;
}

label{
	cursor:pointer;
}

p{
	padding: 8px 0px;
	line-height:16px;

}

small{
	font-size:10px;
}

td{
	height:20px;

}




/* Comienza la hoja de estilos para la web */
body{
	background: url(../img/bg.png) top center repeat-x;
	text-align: center;
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;

	
}

#contenedor{
	position: relative;
	margin: 40px auto;
	width: 850px;
	overflow: hidden;
	text-align:center;
}

/* Contenido de la cabecera */
#cabecera{
	width: 850px;
	overflow: hidden;
}

#buscar{
	width: 850px;
	overflow: hidden;
	float:right;
	text-align:right;
}

/* Estilos buscador */
#searchform {
	text-align: right;
}

#searchform #s {
	width: 230px;
	height: 27px;
	padding: 26px 10px 0 20px;
	background: url(../img/search_bg.gif) no-repeat;
	color: #0099ff;
	border:0px;
}

#logotipo {
	overflow:hidden;
	display:inline;
	float:left;

}

#idiomas {
	float:right;
	overflow:hidden;
	text-transform:uppercase;
	font-size:11px;
	padding:22px 0 0;
}

#idiomas ul{
	list-style: none;
	padding:0;
}

#idiomas li{
	display: inline;
    margin-left: 12px;
	padding:0;
}
/* Fin de de la cabecera */


/* Estilos Contenidos del website */
#videopromo{
	margin:5px 0 0 0;
	width: 844px;
	overflow: hidden;
	border:3px double #CCCCCC;
}

#tools {
	width:850px;
	float:left;
	text-align:left;
	margin: 10px 0 0 0;
	}

#breadcrumbs {
	float:left;
	text-align:left;
	}

.destacado {
	font-weight:bold;
	color:#00a8e1;

}
	
#botones {
	float:right;
	overflow:hidden;
}

#botones ul{
	list-style: none;
	padding:0;
	text-align:right;
}

#botones li{
	display: inline;
    margin-left: 12px;
	padding:0;
}

#presentacionimagenes{
	float:left;
	margin:5px 0 0 0;
	border:3px double #CCCCCC;
	width:844px;
	text-align:left;
	overflow:hidden;
	display:inline;
	padding:0px;
}


#menulateral{
	float:left;
	width: 150px;
	text-align:right;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	line-height:22px;
	font-size:14px;
}

#menulateral ul{
	list-style: none;
	padding:0;
}

#menulateral li{
	display: block;
    margin-bottom: 10px;
	padding:0;
}
.seleccionado {
	color:#00a8e1;
}

#contenido{
	float:left;
	width: 500px;
	text-align:left;
	padding: 0 0 0 20px;
	border-left: 1px solid #999999;
	margin: 0 0 0 20px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}


h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#00a8e1;
	font-weight:bold;

}

h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}

/* Contenido footer */
#footer {
	padding: 0;
	width: 850px;
	text-align:center;
	margin-top:18px;
	float:left;
	}

#footer ul{
	list-style: none;
	padding:0;
}

#footer li{
	display: inline;
    margin-left: 12px;
	padding:0;
}

#menu {
	width:850px;
	float:left;
	height:80px;
	margin: 10px 0;
	text-align:center;
	}
	
#menu ul{
	list-style: none;
	padding:0;
}

#menu li{
	display: inline;
	padding:0;
	margin:0;
}



#menuinferior {
	width:850px;
	float:left;
	text-align:center;
	margin: 25px 0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	}

#menuinferior ul{
	list-style: none;
	padding:0;
}

#menuinferior li{
	display: inline;
    margin-left: 12px;
	padding:0;
}

#galeria {
	width:850px;
	float:left;
	margin: 25px auto;
		}
		

#galeria ul{
	list-style: none;
	padding:0;
	}
		
#galeria li{
	display: inline;
	margin: 0 5px 0 5px;
	padding:0;
	}
		
#galeria ul li img{
	border: 3px double #999999;
	margin-bottom:5px;
	}
