html {
    margin: 0;
    /* border: ie6 */
    padding: 0;
    }

body {
    margin: 0; /**/
    /* border: ie5 */
    padding: 0;
    font-family: Helvetica, "Helvetica", Arial, sans-serif;
    font-size: 11px;
    line-height: 140%;
    font-weight: normal;
    letter-spacing: 0em;
    color: #666;
/*	background: url(../img/bgmain.gif) repeat 38px 0 transparent; */ /*46.15% */
	background: #fff;
    text-align: center;
    } /* centrar en ie */

a	{
	color: #666;
    text-decoration: none;
    }
* html a {
	/* letter-spacing: -6%; */
	}

a:hover {
    text-decoration: none;
    }
    
a img {
    border: 0;
    }

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;

	/* letter-spacing: -0.01em; */
	}
* html h1, * html h2, * html h3, * html h4 {
	/* letter-spacing: -1px; */
	}
	
input {
	margin-right: 1em;
	}

div {
	margin: 0;
	padding: 0;
	background-color: transparent;
	}



/* CAJAS PRINCIPALES */


#page {
	position: relative;
	width: 900px;
	min-height: 1px;
	margin: 0 auto;
	margin-bottom: 100px;
	text-align: left;
    border: 0;
	background-color: transparent;
    }

#topbar {
	height: 221px;
	width: 900px;
	margin: 0;
	margin-top: 30px;
/*	background: url(../img/bg_top.gif) no-repeat 0 0 transparent; */
	background: url(../img/bg_top.jpg) no-repeat 0 0 transparent;
	}

#picsbar {
	height: 177px;
	width: 900px;
/*	background: url(../img/bg_pics.gif) no-repeat 0 0 transparent; */
	background: url(../img/bg_pics.jpg) no-repeat 0 0 transparent;
	}

#anuncioBlog {
	margin: 0px 0 0 10px;
	padding-top: 30px;
}

#anuncioBlog img.skiamos {
	margin: 0px 550px 0 50px;
	padding-top: 160px;
}

#pics {
	visibility: hidden;
	margin-left: 20px;
	}

#bottombar {
	height: 230px;
	width: 900px;
/*	background: url(../img/bg_bottom.gif) no-repeat 0 0 transparent; */
	background: url(../img/bg_bottom.jpg) no-repeat 0 0 transparent;
	}

#ski {
	float: left;
	width: 430px;
	margin-left: 20px;
	}

#snow {
	float: left;
	width: 430px;
	}

.text {
	padding: 1.2em 0 .8em;
	text-align: center;
	font-size: 3em;
	font-weight: bold;
	}

#ski .text a {
	color: #222;	
	}
	
#ski .text a:hover {
	color: #f9466f;
	}

#snow .text a {
	color: #222;
	}

#snow .text a:hover {
	color: #f0f;
	}
	
.button {
	width: 258px;
	height: 94px;
	margin: 5px auto 0 auto;
	}

.button img {
	width: 258px;
	height: 94px;
	}

#ski .button {
	background: url(../img/button_enter.png) no-repeat 0 0 transparent;
/*	background: url(../img/button_ski_off.gif) no-repeat 0 0 transparent;	*/
	}

#ski .button:hover {
	background: url(../img/button_enter1_hover.png) no-repeat 0 0 transparent;	
/*	background: url(../img/button_ski_on.gif) no-repeat 0 0 transparent;	*/
	}

#snow .button {
	background: url(../img/button_enter.png) no-repeat 0 0 transparent;	
/*	background: url(../img/button_snow_off.gif) no-repeat 0 0 transparent;	*/
	}

#snow .button:hover {
	background: url(../img/button_enter2_hover.png) no-repeat 0 0 transparent;	
/*	background: url(../img/button_snow_on.gif) no-repeat 0 0 transparent;	*/
	}



#copybar {
	padding-left: 20px;
	font-size: 1.2em;
	}



/*	OPACITY !!!

.cell1, .cell2, .cell3, .cell4, .cellth {
	opacity: 1;
	filter: alpha(opacity=10);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	}


.cell1:hover, .cell2:hover, .cell3:hover, .cell4:hover, .cellth:hover {
	opacity: 0.4;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	}
	
*/


	
.clearboth {
	clear: both;
	}
		
.zeromargin {
	margin: none;
	}
	
.zeroborder {
	border: none;
	}
	
.zeropadding {
	padding: none;
	}
	
	
	.hidden{
		display:none;
	}

