@charset "UTF-8";

/**************** vaporstudio.com ***********************

This Section define html tags, colors, fonts...

********************************************************/

body {
	background-color: #000;
	color: #FFF;
	font-family:'helvetica neue',helvetica,arial,sans-serif;

	background-color: #000;
	background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
	
	
	font-size: 12px;
	font-style: normal;
}

img { border:0
	
}

a {
	background-color: transparent;
	color:#FC0;
	text-decoration:none;
}

a:hover {
	background-color: transparent;
	color:#F90;
	text-decoration:none
}


/************* vaporstudio.com **********************

This Section define page layout

*****************************************************/


div#main
{
	width: 790px;
	height: auto;
	/*padding: 0px 20px;*/
	margin: 10px auto 10px auto;
	/*background-color: #000;*/
	/*background: url(img03_grey.png) repeat left top;*/
}

div#head_logo {
	position:relative;
	text-align: left;
	width: 790px;	
	height: 130px;
	margin-top:35px;
}


div#header_1 {
	float: left;
	position:relative;
	text-align: right;
	width: 260px;	
}

div#header_2 {
	float:right;
	position:relative;
	text-align: right;
	width: 300px;	
}

div#header_2 img {padding: 4px;
}



/****************** Menu *****************/

#menu {
	width: 790px;
	height: 40px;
	margin: 0;
	background: url(img03_grey.png) repeat-x left top;
}

#menu ul {
	line-height: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
	height: 40px;
	background: url(img04.jpg) no-repeat right top;
}

#menu .last {
	float: right;
	height: 40px;
	background: none;
}

#menu a {
	display: block;
	padding: 12px 20px 12px 19px;
	text-decoration: none;
	text-transform: uppercase;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

#menu a:hover {
	color:#F90
}

#menu .current_page_item a {
	color:#FC0
}

#menu .current_last{
	float: right;
	height: 40px;
	background: none;

}

#menu .current_last a {
	color:#FC0
}

/* Hide from IE5-Mac \*/
#menu li a
{
float: none
}
/*End hide */


/************* CONTINGUT **************/


div#content { 
	width: 790px;
	color:#FFF;
}


div#equipamiento {
	width: 790px;
	color:#FFF;
	height:auto;
	padding:40px 0;	
}


div#content div.homepage {
	height:280px;
	padding:40px 0;
}



div#content div.galeria {
	height:600px;
	padding:20px 0;
}

div#content div.contactar {
	height:310px;
	padding:40px 0;
	font-size:14px;
}

div#equipamiento img{
	border: 0px solid #000;
	
}

div#equipamiento table{
	text-align:left;
	background: url(img03_grey.png) repeat;
		
}
	

div#content img{
	float:right;
	margin: 0px 0px 0px 10px;
	border: 1px solid #666;
	width:100px;
	height:100px;
}

div#content .header{
	font-weight:bold;
	font-size: 14px;
	color:#FFF;
}

div#content div.leftcolumn {
	border: none;
	margin: 10px 0px 10px 0px;
	/*padding: 0 0 10 0;*/
 	height: 120px;
	width: 380px;
	float: left;
	position: relative;
	background-image: url(line_grey.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

div#content div.rightcolumn { 
 	float: right;
 	border: none;
 	margin: 10px 0px 10px 0px;
 	/*padding: 0 0 10 0;*/
 	height: 120px;
 	width: 380px;
 	display: inline;
 	position: relative;
	background-image: url(line_grey.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}



/**************** Footer ****************/


div#footer {
	color:#FFF;
	font-size:10px;
	text-align:center;	/*background-image: url(line_grey.gif);
	background-position:bottom;
	background-repeat:repeat-x;*/
}
