html, body {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #c3bfae;
	font-size: 12px;
	background-color: #070604;
        line-height: 17px; 
	
}
#background{
	width:100%;
	height:100%;
	position:fixed;
	left:0px;
	top:0px;
	background-image: url(../img/fdo.gif);
	background-repeat:no-repeat;
}
#logo {
	left: 0px;
	top: 162px;
	position: fixed;
	width: 200px;
}
#botonera {
	position: fixed;
	left: 137px;
	top: 167px;
	width: 200px;
}
#botonera li  {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 14px;
}
#botonera ul{
	margin: 0px;
	padding: 0px;
}
#botonera .sel {
	color: #FFFFFF;
}



#contenido {
	position: absolute;
	left: 280px;

	min-height: 100%;
	width: 672px;
}
#contenido_int{
	padding-top: 162px;
}


p,form, body {
	margin: 0px;
}
#botonera a{
	font-size: 13px;
}
a{
	color: #48453c;
	text-decoration: none;
}


a:hover{
	color:#FFFFFF;
}
.gal{

	margin-bottom: 65px;	
}
.gal .titulo {
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #191815;
	padding-bottom: 1px;
	font-style: italic;
}
.gal .desc{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #191815;
	padding-bottom: 8px;
}
.gal .link {
	padding-top:2px;

}
.gal .titulo span{
	font-style: normal;
	color: #FFFFFF;
}
.gal .slide, li#view{
	/*height: 336px;*/
}
.gal, .gal .slide{
	width:700px;
}
.gal p{
	margin-left: 5px;
	margin-right: 5px;
}
li#view{
	width:701px;	/* width picture + ? */
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.gal li{
	float:left;
	list-style:none;
	margin: 0px;
	padding: 0px;
}
div.screen{
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}
.screen .jq-ss-crop{
	margin:0px;
	padding: 0px;
	float:left;				
}
a#right{
	margin-top:150px; /* No se usa. Se controla desde jquery  */
	left:643px;
	position: absolute;
	cursor: pointer;
	cursor:hand;
	background-image: url(../img/siguiente.png);
	background-repeat: no-repeat;
	width:65px;
	height:56px;
/*	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;	
*/
}
#right:hover{
	background-image: url(../img/siguiente_over.png);
}
li#view{
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	padding-bottom: 13px;
	
}
#images{
	width:3818px !important;
	width:3822px;
	padding:0;
	
}
#images li img{
	cursor: default;
	border: 0px;
	padding-left: 2px;

}
#paginador{
	width: 700px;
	bottom: 0px;
	position: absolute;


}
#anterior_pie {

	float: left;
}
#siguiente_pie {
	float:right;
}
#anterior_pie, #siguiente_pie{
	background-image: url(../img/boton_pie.jpg);
	width:58px;
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #070604;
}

#acceso #texto {
	margin-top: 5px;
	margin-bottom: 9px;
}
#acceso input {
	font-size: 11px;
	border: 1px solid #48453c;
	background-color:transparent;
	height: 12px;
	width: 150px;
	color:#FFFFFF;
	float:left;
}
#acceso .btn{
	height: 16px;
	width: 23px;
	float: left;
	margin-left:2px;
	background-image: url(../img/form_boton.jpg);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#acceso .btn:hover{
	background-image: url(../img/form_boton_a.jpg);
}
#noticias .fecha {
	margin-top: 5px;
	font-size: 13px;
	font-style: italic;
}

#noticias .titulo {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
}
#noticias .desc {
	margin-top: 13px;
}
#noticias .separa{
	margin-bottom: 20px;
	padding-bottom: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #191815;
}
#contacto {
	margin-top: 5px;
}

