/*
	-------------------------------------------------------------
	    ESPECTÁCULOS ODETENERIFE PRODUCCIONES ARTÍSTICAS S.L.
	    URL:      www.odetenerife.com
	    Versión:  1.0
	-------------------------------------------------------------
*/

/* GLOBAL LAYOUT
-------------------------------------------------------------------------------- */
body { 
	background:#ededed url(../images/bg.gif) repeat-x; 
	text-align:center; 
 	margin:0; 
	padding:0; 
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
}

h1 { 
	font-size:18px;
	margin:0; 
	padding:0; 
	color:#004a99;
}

a, a:visited { 
	color:#004a99; 
	text-decoration:none;
}

a:hover { 
	color:#eb6909;	
	text-decoration:none;
}

a img {
	border:0;
}

a span { 
	display:none; 
}

/* ESTRUCTURA
-------------------------------------------------------------------------------- */
#contenedor {
	width:740px;
	margin:0 auto 0 auto; 
} 

#cabecera {
	width:790px;
	height:135px; /* 124 + 11 margen */
	margin:0 auto 0 auto;
	margin-left: -35px;
}

#logo {
	background:url(../images/logo.gif) no-repeat; 
	float:left;
	width:245px;
	height:124px;
}

#cont_azul {
	float:left;
	width:470px;
	height:70px;
	text-align:right;
}

/* NAV
   ------------------------------------------------------  */

#nav {
	float:right;
	width:544px;
	height:30px;
	text-align:center;
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
}

#nav li {
	float:left;
	margin:0;
	padding:0;
}

#nav ul {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}

#nav a {
	float:left;
	display:block;
	padding:5px 0;
	width:100%;
	color:#666;
}

#nav a:hover {
	color:#333;
}

#nav01 { float:left; width:106px; height:25px; background:url(../images/nav01.gif) no-repeat; }
#nav02 { float:left; width: 66px; height:25px; background:url(../images/nav02.gif) no-repeat; }
#nav03 { float:left; width: 82px; height:25px; background:url(../images/nav03.gif) no-repeat; }
#nav04 { float:left; width: 74px; height:25px; background:url(../images/nav04.gif) no-repeat; }
#nav05 { float:left; width: 75px; height:25px; background:url(../images/nav05.gif) no-repeat; }
#nav06 { float:left; width: 70px; height:25px; background:url(../images/nav06.gif) no-repeat; }
#nav07 { float:left; width: 70px; height:25px; background:url(../images/nav07.gif) no-repeat; }
#nav01:hover { float:left; width:106px; height:25px; background:url(../images/nav01on.gif) no-repeat; }
#nav02:hover { float:left; width: 66px; height:25px; background:url(../images/nav02on.gif) no-repeat; }
#nav03:hover { float:left; width: 82px; height:25px; background:url(../images/nav03on.gif) no-repeat; }
#nav04:hover { float:left; width: 74px; height:25px; background:url(../images/nav04on.gif) no-repeat; }
#nav05:hover { float:left; width: 75px; height:25px; background:url(../images/nav05on.gif) no-repeat; }
#nav06:hover { float:left; width: 70px; height:25px; background:url(../images/nav06on.gif) no-repeat; }
#nav07:hover { float:left; width: 70px; height:25px; background:url(../images/nav07on.gif) no-repeat; }


/* ------------------------------------------------------  */


#contenido { 
	background:url('../images/bg_contenido.gif') no-repeat;
	width:720px;
	margin:0 auto 0 auto; 
	padding:10px;
	min-height:480px;
}

#contenido_bottom { 
	background:url('../images/bg_contenido_bottom.gif') no-repeat;
	width:740px;
	height:33px;
	margin:0 auto 0 auto; 
}

#footer {
	background:url('../images/footer.gif') no-repeat;
	width:720px;
	height:36px;
	margin:0 auto 0 auto; 
	font-size:11px;
	margin-bottom:18px;
	padding-top:10px;
}

/* DIVS
-------------------------------------------------------------------------------- */
#home_presentacion {
	width:360px; /* 340 + 60 = 400 */
	text-align:justify;
	float:left;
	padding:30px 10px 0px 30px;
}

#home_especiales {
	width:280px;
	padding:20px 20px 0 20px;
	text-align:left;
	float:left;
}

#home_especiales img {
	padding-bottom:3px;
}

#content {
	width:400px; /* 340 + 60 = 440 */
	min-height:500px;
	text-align:justify;
	float:left;
	padding:10px 10px 0px 30px;
}

#sidebar {
	width:190px;
	padding-left:55px;
	padding-right:35px;
	text-align:justify;
	float:left;
	background:url('../images/sidebar.gif') repeat-y;
}

#sidebar h1 {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:20px;
	font-style:italic;
}

#sidebar_top {
	width:280px;
	height:20px;
	float:left;
	background:url('../images/sidebar_top.gif') no-repeat;
}

#sidebar_bottom {
	width:280px;
	height:60px;
	float:left;
	background:url('../images/sidebar_bottom.gif') no-repeat;
}

.galeria {
	border:1px solid #ddd;
	padding:15px 15px 0 15px;
	margin-top:18px;
	text-align:center;
	color:#999;
}

.galeria img {
	margin-bottom:1px;
}

.galeria h1 {
	font-size:15px;
	margin-bottom:3px;
}

/* PROPIEDADES - CLASES
-------------------------------------------------------------------------------- */
.clear { 
	clear:both; 
}

.noDisplay {
	display:none;
}

.sangria {
	width:30px;
	height:5px;
	float:left;
}

.fiestasMargin {
	width:100%;
	padding:50px 50px 0 50px;
}

.imgMargin img{
	padding-bottom:3px;
}

.blue {
	color:#004a99;
}

.alignRight {
	text-align:right;
}

