/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Manuchis
Version:	3.0
Last change:	05/02/08 [fixed Float bug, vf]
Assigned to:	Manuel Portela
-------------------------------------------------------------------*/

@import url("reset.css");

body{
	background: #00e6ff url(img/bg.jpg) repeat-x 0 0 fixed;
	text-align: center;
	font-size: 100%;
}
#container{
	height: 100%;
	width: 960px;
	text-align: center;
	background: url(img/dorado.jpg) repeat 0 0;
	padding: 0px 0px 0px 3px;

}
#wrapper{
	width: 957px;
	background-color: Black;
	float: left;
	
}
#dorado{
	width: 2px;
	height: 865px;
	background: url(img/dorado.jpg) repeat-y 0 0;
	float: left;
}

#header{
	width: 957px;
	height: 119px;
	
	background: url(img/header.jpg) no-repeat;
}
#header2{
	width: 957px;
	height: 275px;
	
	background: url(img/header2.jpg) no-repeat;
}
#header2 .blog{
	width: 180px;
	height: 90px;	
	margin: 185px 0 0 0;
	float: right;
}
#header3{
	width: 957px;
	height: 474px;
	
	background: url(img/header3.jpg) no-repeat;
}
#botonerai{
	width: 957px;
	height: 27px;
	
	background: url(img/botonerai_bg.jpg) repeat-x 0 0;
	border: none;
	padding: 0 0 0 0px;

	
}
#botonera{
	width: 957px;
	height: 53px;
	
	background: url(img/botonera.jpg) no-repeat;
	border: none;
	padding: 0 0 0 42px;
}
#footer{
	width: 961px;
	height: 53px;
	background: url(img/footer.jpg) no-repeat 0 0;
	float: left;
}
#footer p{
	width: 957px;
	color: #C4A700;
	font: 12px "Times New Roman", Times, serif;
	margin: 20px 0 0 0;
}
#footer a{
	width: 957px;
	color: #C4A700;
	font: 12px "Times New Roman", Times, serif;
	margin: 20px 0 0 0;
	text-decoration: none;
}

#contenido{
	background: Black;
}
#contenidoi{
	height: 200px;
	background:Black url(img/bg_index.jpg) no-repeat center top;
}
#contenidoi h1{
	font: 17px "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
	color: #EECB00;
	margin: 40px 0 0 0;
}
#contenidoi p{
	font: 14px "Times New Roman", Times, serif;
	text-align: center;
	color: #EECB00;
	margin: 20px 0 0 0;
}


/*  */
.boxgrande{
	border-bottom: 1px #B7FEFF solid;
	background-color: Black;
	width: 957px;
	border: none;
	float: left;
}
.boxgrande .titulo{
	border-bottom: 1px #B7FEFF solid;
	background: url(img/titulo.jpg) no-repeat left bottom;
	height: 89px;
	border: none;
}
.boxgrande h1{
	font: 24px "Times New Roman", Times, serif;
	text-align: left;
	color: #FFE448;
	padding: 58px 0 0 45px;
}
.boxgrande p{
	font: 17px "Times New Roman", Times, serif;
	text-align: left;
	color: #EECB00;
	padding: 15px 0 20px 45px;
	width: 400px;
	float: left;
}
.boxchico{
	border: 1px #7C1F1F solid;
	background-color: Black;
	width: 476px;
	float: left;
}
.boxchico .titulo{
	border-bottom: 1px #B7FEFF solid;
	background: url(img/titulo.jpg) no-repeat left bottom;
	height: 89px;
	border: none;
}
.boxchico h1{
	font: 24px "Times New Roman", Times, serif;
	text-align: left;
	color: #FFE448;
	padding: 58px 0 0 45px;
}
.boxchico p{
	font: 17px "Times New Roman", Times, serif;
	text-align: left;
	color: #EECB00;
	padding: 15px 0 20px 20px;
	width: 400px;
	float: left;
}
.boxnoti{
	border-bottom: 1px #CAAC00 solid;
	background-color: Black;
	width: 478px;
	float: left;
}
.boxnoti p{
	font: 17px "Times New Roman", Times, serif;
	text-align: left;
	color: #EECB00;
	padding: 15px 0 20px 20px;
	width: 400px;
	float: left;
}
.boxnoti h1{
	font: 24px "Times New Roman", Times, serif;
	text-align: left;
	color: #FFE448;
	padding: 10px 0 0 20px;
}
.boxnoti img{
	margin: 0 0 20px 0px;
}
#galeria{
	height: 333px;
	width: 500px;
	float: left;
}
#galeriagrande	{
	height: 650px;
	width: 957px;
	float: left;
}
#mapa	{
	float: left;
}
li{
	float:left;
}

li a{
	font-size: 16px;
	height: 63px;
	display:block;
	line-height: 16px;
}
li a:hover{
}

li a span{
	display: none	;
}
#audioplayer{
	float: left;
	width: 120px;
	height: 30px;
	
	margin: 8px 0 0 0px;	
}
}
.bt0{
	width: 80px;
	height: 27px;
	background-image: url(img/botonera/bt_entrar.jpg);
	margin: 0 0 0 395px;
}
.bt0:hover, li.select .bt0{
	background-image: url(img/botonera/btOn_entrar.jpg);
}
.bt00{
	width: 90px;
	height: 27px;
	background-image: url(img/botonera/bt_enter.jpg);
	margin: 0 0 0 0px;
}
.bt00:hover, li.select .bt00{
	background-image: url(img/botonera/btOn_enter.jpg);
}
.bt1{
	width: 94px;
	height: 53px;
	background-image: url(img/botonera/bt_01.jpg);
	
}
.bt1:hover, li.select .bt1{
	background-image: url(img/botonera/btOn_01.jpg);
}
.bt2{
	width: 97px;
	background-image: url(img/botonera/bt_02.jpg);
	
}
.bt2:hover, li.select .bt2{
	background-image: url(img/botonera/btOn_02.jpg);
	
}	
.bt3{
	width: 108px;
	background-image: url(img/botonera/bt_03.jpg);
	
}
.bt3:hover, li.select .bt3{
	background-image: url(img/botonera/btOn_03.jpg);
}	
.bt4{
	width: 141px;
	background-image: url(img/botonera/bt_04.jpg);
	
}
.bt4:hover, li.select .bt4{
	background-image: url(img/botonera/btOn_04.jpg);
}	
.bt5{
	width: 110px;
	background-image: url(img/botonera/bt_05.jpg);
	
}
.bt5:hover, li.select .bt5{
	background-image: url(img/botonera/btOn_05.jpg);
}	
.bt6{

	width: 110px;
	text-align: center;
	padding: 15px 0 0 20px;
	text-decoration: none;
	color: #C4A700;
	margin: 0px 0 0 110px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	
}
.bt6:hover, li.select .bt6{
	width: 110px;
	text-align: center;
	padding: 15px 0 0 20px;
	text-decoration: none;
	color: #B22222;
	margin: 0px 0 0 110px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}	

.bt1i{
	width: 94px;
	height: 53px;
	background-image: url(img/botonera/bt_01i.jpg);
	
}
.bt1i:hover, li.select .bt1i{
	background-image: url(img/botonera/btOn_01i.jpg);
}
.bt2i{
	width: 97px;
	background-image: url(img/botonera/bt_02i.jpg);
	
}
.bt2i:hover, li.select .bt2i{
	background-image: url(img/botonera/btOn_02i.jpg);
	
}	
.bt3i{
	width: 108px;
	background-image: url(img/botonera/bt_03i.jpg);
	
}
.bt3i:hover, li.select .bt3i{
	background-image: url(img/botonera/btOn_03i.jpg);
}	
.bt4i{
	width: 141px;
	background-image: url(img/botonera/bt_04i.jpg);
	
}
.bt4i:hover, li.select .bt4i{
	background-image: url(img/botonera/btOn_04i.jpg);
}	
.bt5i{
	width: 110px;
	background-image: url(img/botonera/bt_05i.jpg);
	
}
.bt5i:hover, li.select .bt5i{
	background-image: url(img/botonera/btOn_05i.jpg);
}	

#contacto{
	text-align: left;
	font: 17px "Times New Roman", Times, serif;
	text-align: left;
	color: #EECB00;
	padding: 15px 0 20px 45px;
	width: 400px;
	float: left;
	background-color: Black;
}
#contacto input{
	margin: 2px 0 15px 0;
}
#contacto h1{
	margin: 2px 0 15px 0;
}
.formulario{
	float: left;
}
.boxcont{
	
	background-color: Black;
	width: 476px;
	float: left;
}

.boxcont p{
	font: 17px "Times New Roman", Times, serif;
	text-align: left;
	color: #EECB00;
	padding: 15px 0 20px 20px;
	width: 400px;
	float: left;
}
