/*
	Variable Grid System (Fluid Version).
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/ & 960 Fluid - http://www.designinfluences.com/

	Licensed under GPL and MIT.
*/

body{
background:url(../images/back.jpg);
background-position:top;
background-repeat:no-repeat;
background-color:#000000;
padding:0;
margin:0;
}
/* Containers
----------------------------------------------------------------------------------------------------*/


.container_3 {
	width: 100%;
	height:100%;
	position:absolute;
	
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3 {
	padding:0;
	margin:0;
	float: left;
	
	
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}
.fla{
	margin:0 0 0 65%;
	z-index:0;
	
	}
.barratop{
	width:842px;
	height:46px;
	top:0;
	position: fixed;
	z-index:9999;
	left:50%;
	margin-left:-421px;
		
	}

/* Grid >> 3 Columns
----------------------------------------------------------------------------------------------------*/


.container_3 .grid_1 {
	width:31.333%;
	height:100%;
	left:0;
	margin:0;
	background-image:url(../images/left.png);
	background-position:left;
	background-position:top;
	position:fixed;
	background-repeat:no-repeat;
	z-index:999;
	
}

.container_3 .grid_2 {
width:38.333%;
	}

.container_3 .grid_3 {
	width:19%;
	height:100%;
	padding:0;
	position:fixed;
	right:0;
	background-image:url(../images/right.png);
	background-position: right;
	background-position:top;
	background-repeat:no-repeat;
}

.columna{
	padding:40px 0 0 70px;
	
	}
.columnamenuba{
   	padding:20px 10px 10px 40px;
	list-style:none;
	}
.columnamenu{
	padding:20px 0 0 0;
	_margin: 20px 0 0 0;
	}	

#botserena,#botcoleccion,#botlocales,#botcontacto {
    border: 0 0 0 0;
    padding: 20px 0 0 0px;
   
    }		
#botserena a{
    background-image: url(../images/serena_nor.png);
    background-position: left top;
    height:30px;
    width:100px;
    display: block;
    color: #990000;
    text-decoration: none;
    padding-top: 5px;
    background-repeat: no-repeat;
    font-weight: bold;
    }
#botserena a:hover{
    background-image: url(../images/serena_over.png);
    }
#botcoleccion a{
    background-image: url(../images/coleccion_nor.png);
    background-position: left top;
    height:30px;
    width:170px;
    display: block;
    color: #990000;
    text-decoration: none;
    padding-top: 5px;
    background-repeat: no-repeat;
    font-weight: bold;
    }
#botcoleccion a:hover{
    background-image: url(../images/coleccion_over.png);
    }	
#botlocales a{
    background-image: url(../images/locales_nor.png);
    background-position: left top;
    height:30px;
    width:100px;
    display: block;
    color: #990000;
    text-decoration: none;
    padding-top: 5px;
    background-repeat: no-repeat;
    font-weight: bold;
    }
#botlocales a:hover{
    background-image: url(../images/locales_over.png);
    }		
#botcontacto a{
    background-image: url(../images/contacto_nor.png);
    background-position: left top;
    height:30px;
    width:100px;
    display: block;
    color: #990000;
    text-decoration: none;
    padding-top: 5px;
    background-repeat: no-repeat;
    font-weight: bold;
    }
#botcontacto a:hover{
    background-image: url(../images/contacto_over.png);
    }			
   

/* Prefix Extra Space >> 3 Columns
----------------------------------------------------------------------------------------------------*/


.container_3 .prefix_1 {
	padding-left:33.333%;
}

.container_3 .prefix_2 {
	padding-left:66.667%;
}



/* Suffix Extra Space >> 3 Columns
----------------------------------------------------------------------------------------------------*/


.container_3 .suffix_1 {
	padding-right:33.333%;
}

.container_3 .suffix_2 {
	padding-right:66.667%;
}



/* Push Space >> 3 Columns
----------------------------------------------------------------------------------------------------*/


.container_3 .push_1 {
	left:33.333%;
}

.container_3 .push_2 {
	left:66.667%;
}



/* Pull Space >> 3 Columns
----------------------------------------------------------------------------------------------------*/


.container_3 .pull_1 {
	left:-33.333%;
}

.container_3 .pull_2 {
	left:-66.667%;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}