body {
margin: 0 0 0 0;
background-color: #000;
}

a {
text-decoration: none;
color: #090;
}
a img{
	border:1px solid #999;
}

a:hover {
text-decoration: underline;
color: #090;
}

#preload {
width: 0;
height: 0;
display: inline;
background-image: url('../images/menubg.jpg');
}

.separador {
width: 100%;
height: 5px;
display: inline;
background:#EEE;
border-top: 1px dotted #666;
border-bottom: 1px dotted #666;
margin: 20px 0 30px;

}

#header {
width: 990px; height: 150px;
margin: 0 auto 0 auto;
background: #FFF /*url('../images/bg_header.jpg') no-repeat top right*/;
vertical-align: bottom;
z-index: 1;
}

#logo{
width: 150px; height: 118px;
position:absolute;
margin: 10px 0 0 0;
padding:0 0 0 0;
z-index: 101;
}
#img_cabecera{
position:absolute;
margin: 0 0 0 0;
padding:0 0 0 0;
float:left;
z-index: 100;
}

#header a img, #content a img{
	border:none;
}

#header h1 {
display: block;
position: absolute;
margin: 55px 0 0 0; padding: 0  0 0 45px;
background-color: transparent;
color: #fff;
font-family: 'trebuchet ms', 'century gothic', verdana, sans-serif;
font-size: 35px;
font-weight: 400;
z-index: 4;
}


#header img {
display: block;
position: absolute;
margin:0; padding: 0;
background-color: transparent;
color: #fff;
font-family: 'trebuchet ms', 'century gothic', verdana, sans-serif;
font-size: 35px;
font-weight: 400;
z-index: 3;
}

span {
color: #090;
}

#header big {
float: right;
margin: 50px 10px 5px 0; padding: 0;
color: #444;
font-family: 'trebuchet ms', 'century gothic', verdana, sans-serif;
font-size: 100px;
letter-spacing: -11px;
}

#menu {
position: absolute; top: 150px;
width: 100%;
height: 45px;
margin: 0 0 0 0;
background: #000  url('../images/bg_menu.jpg') repeat-x top;
border-top: solid 1px #333;
border-bottom: solid 1px #333;
z-index: 3;
}


#menu ul {
margin-top: 15px;
text-align: center;
}

#menu ul li {
display: inline;
}

#menu ul li a {
background-color: #000;
background-repeat: repeat-x;
padding: 5px 20px 5px 20px;
font-size: 0.8em;
font-family: 'century gothic', verdana, sans-serif;
color: #DDD;
font-weight: bold;
text-decoration: none;
border: solid 1px #333;
}

#menu ul li a:hover {
background: #090 url('../images/menugreen.jpg') repeat-x top;
color: #fff;
text-decoration: none;
border: solid 1px #fff;
}

#main {
	position: absolute;
	top: 185px;
	width: 100%;
	background: url('../images/main.jpg') repeat-x top;
	font-family: arial;
	
}

#container {
width: 1024px;
margin: 0 auto;
padding: 50px 10px;
font-family: arial;
font-size: 0.9em;
/*border-left: solid 1px #333;
border-right: solid 1px #333;*/
}

#izquierda{float: left; background: url('../images/bg_right.jpg') repeat-y top left;
padding:0 10px;
border-right: 1px solid #333;

}

.sidebar {
clear: left;
float: left;
width: 140px;
padding: 0;
font-size: 0.7em;
font-family: verdana, arial, sans-serif;
margin:0;
color: #CCC;
}

.sidebar ul {
	list-style-type: none;
	padding:0;
	}
	
.sidebar li {
	margin-bottom: 5px;
	background: #333 url('../images/sidebar_corner.gif') no-repeat top right;
	border-bottom: 1px solid #666; border-left: 1px solid #666;
	padding: 8px;
	}

.sidebar li a {
	text-decoration: none;
	display: block;
	font-size:1.2em;
	font-weight:bold
	}

.sidebar li:hover {
	background-image: none;
	background-color: #333;
	border-bottom: 1px solid #aaa; border-left: 1px solid #aaa;
	color: #CCC;
	}
	
	.sidebar li a:hover {
	color: #060;
	}
	




	.sidebar_destacado {
clear: left;
float: left;
width: 140px;
padding: 0;
font-size: 0.7em;
font-family: verdana, arial, sans-serif;
margin:0;
	color: #FFF;

}

.sidebar_destacado ul {
	list-style-type: none;
	padding:0;
	}
	
.sidebar_destacado li {
	margin-bottom: 5px;
	background: #090 url('../images/sidebar_corner.gif') no-repeat top right;
	border-bottom: 1px solid #DDD; border-left: 1px solid #DDD;
	padding: 8px;
	}

.sidebar_destacado li a {
	text-decoration: none;
	display: block;
	font-size:1.5em;
	font-weight:bold;
	padding-bottom:5px;
	color:#333;
	}

.sidebar_destacado li:hover {
	background-image: none;
	background-color: #DDD;
	border-bottom: 1px solid #aaa; border-left: 1px solid #aaa;
	color: #666;
	}
	
	.sidebar_destacado li a:hover {
	color: #060;
	}
	
	
/*
#subnav {
clear: left;
float: left;
width: 140px;
padding: 0;
font-size: 0.6em;
font-family: verdana, arial, sans-serif;
}

#subnav ul {	
list-style: none;
width: 140px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
}	

#subnav li {
margin-bottom: 1px;
}

#subnav li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #cccccc;
display: block;
padding: 5px;
background: #3b3b3b;
border-right: 10px solid #fff;
}	
	
#subnav li a:hover {
background: #090;
color: #ffffff;
border-right: 10px solid #090;
}

#subnav .child {
font-size: 0.9em;
padding: 0;
}

#subnav .child a {
height: 14px;
padding-left: 10px; 
border-right: 10px solid #fff;
background: #bbb;
color: #666;
}

#subnav .child a:hover {
color: #090;
background-color: #e0e0e0;
border-right: 10px solid #fff;
}*/

#content {
	border-right: 1px solid #333;
	line-height: 1.6em;
	color: #EEE;
	font-size: 0.9em;
	margin-top: 0;
	margin-right: 220px;
	margin-bottom: 10px;
	margin-left: 160px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width:660px;
}

#content p {
padding-bottom: 5px;
}

#contentt ul {
	margin:0;
	padding:0;
	
	}

#content li {
	margin: 0px;
	padding: 0px;
	list-style: outside  url(../images/sidebar_corner.gif);
	text-transform:uppercase;
	font-size:0.8em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-seriff;
	}

#content li a {
	padding: 4px;
	display: block;
	margin:  0;
	text-decoration:none;
	color:#EEE;
	}
	
	#content li a:hover {
	color:#090;
	}

h1 {
margin-top: 0px;
color: #FFF;
font-family: 'trebuchet ms', 'century gothic', verdana, sans-serif;
border-bottom:1px solid #090;
padding: 0 0 5px;
}

h1 span {
font-family:Georgia, "Times New Roman", Times, serif;
border-bottom:1px solid #090; 

}

h2 {
margin-top: 20px;
margin-bottom: 10px;
color: #CCC;
font-size: 1.3em; font-weight: 400;
font-family: 'trebuchet ms', 'century gothic', verdana, sans-serif;
}


.right {
float: right;
margin: 0 0 8px 12px;
padding: 4px;
background-color: #FFF;
border: 1px solid #CCC;
}



#extras {
	clear: right;
	float: right;
	width: 160px;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding-left: 20px;
	color: #CCC;
	font-family: arial;
}

#extras p {
line-height: 1.5em;
margin: 0 0 1.5em 0;
font-size: 0.7em;
}

.box {
background: #000 url('../images/boxbg.jpg') repeat-x top;
border: 1px solid #333;
border-bottom: 4px solid #666;
width: 45%;   
margin: 0 0 25px; text-align: left;
padding: 1px 10px 10px 10px;
line-height:normal !important;
}

.album{
	height:200px;
}

.box_oferta {
background: #000 url('../images/boxbg.jpg') repeat-x top;
border: 1px solid #333;
border-bottom: 4px solid #666;
width: 90%;   
margin: 0 0 25px;
text-align: left;
padding: 1px 10px 10px 10px;
line-height:normal !important;
}

.box_oferta_texto {   
margin: 0 15px 25px;
text-align: left;
padding: 1px 10px 10px 10px;
line-height:normal !important;
float:left;
}

.box_oferta img{
	margin:10px;
	border:1px solid #090;
	background:#FFF;
	float:left;
}

.float_left{float: left;
}
.float_right{float: right;
}

.box h2 {
margin-left: 0;
color:#090;
}

.box img{
	
	padding:2px;
	border:1px solid #090;
	background:#FFF;
}

#box1 {
background: #fff url('../images/boxbg.jpg') repeat-x top;
border: 1px solid #ccc;
width: 30%;  
float: left; 
margin: 0 2px; text-align: left;
padding: 1px; 
line-height: 1.3em;
font-size: 0.8em;
}

#box2 { 
background: #fff url('../images/boxbg.jpg') repeat-x top;
border: 1px solid #ccc;
margin: 0 auto;
width: 30%;  text-align: left; 
padding: 1px;
}

#box3 { 
background: #fff url('../images/boxbg.jpg') repeat-x top;
border: 1px solid #ccc;
width: 30%; 
float: right; 
margin: 0 2px; text-align: left;
padding: 1px;
}


#box1 h2, #box2 h2, #box3 h2 {
margin-left: 4px;
}

.center {
text-align:center;
display:block;
margin-top: 15px;
}




/*________________________ FORMULARIO ________________*/

form label{
	display:block;
	}

form p {
	font-size: 0.8em;
	margin-bottom: 10px;
	}

form input.text, form textarea{
	width:95%;
	border:1px #666 solid;
	color:#CCC;
	padding: 4px 5px;
	font:12px 'lucida sans','lucida sans unicode','gill sans','verdana',sans-serif;
	background-color: #333;
	margin:5px 0;
	}

form input.text:hover, form textarea:hover{
	border:1px #999 solid;
	}

form input.text:focus, form textarea:focus{
	border:1px #999 solid;
	color:#666;
	}

form input.button{
	margin-right:8px;
	padding:3px 5px;
	font:12px Verdana,Arial,san-serif;
	}

* html form input.text,

* html form textarea{
	border-color:#533a18;
	color:#333;
	}


/*____________________ FOOTER _______________________*/


.footer {
	width: auto;
	height:auto;
	border-top: 4px solid #CCC;
	font-size: 0.8em;
	clear: both;
	margin-top:55px
	}

.footer p {
	padding: 10px 0 0 0;
	}

.footer .footnav {
	/*border-bottom: 1px solid #CCC;*/
	padding: 10px;
	}

.footnav a {
	text-decoration: none;
	padding-right: 15px;
	}
	
	.footnav a:hover {
	color:#060;
	}

.footnav a.first {
	font-size: 1.5em;
	font-weight: 800;
	}

.linksleft {
	float: left;
	margin-right: 10px;
	width: 170px;
	padding: 0 10px 0px 0px;
	list-style-type: none;
	}
	
	.linksleft h3{
		color:#999;
		border-bottom:1px solid #999;
	}
	
	.linksleft p {
	padding: 0;
	font-size:0.9em;
	color:#090;
	}

.linksleft ul {
	list-style-type: none;
	margin:0;
	padding:0;
	}

.linksleft li {
	display: inline;
	outline: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

.linksleft li a {
	padding: 4px;
	display: block;
	margin:  0;
	text-decoration:none;
	
	}
	
	
	/*=================CLEARFIX========*/




.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {
display:inline-block;
}
.clearfix {
display:block;
}
* html .clearfix {
height:1px;
}	
