@charset "utf-8";

body {
	background-color: #F37435;
	margin:0;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}



#wrap-100{	
	width:100%;
	height:100%;
}


#content{
	position: relative;
	width:100%;
	height:auto;
	background-color:#FFF;
}



#side-buttons{
	position:absolute;
	top:4%;
	right:0;	
	padding:0;
	margin:0;
	width:60px;
	height:180px;
	/* Shadow - X Y Blur Radius  */
	-moz-box-shadow: 		0px 0px 15px 0px #666;
	-webkit-box-shadow: 	0px 0px 15px 0px #666;
	box-shadow: 			0px 0px 15px 0px #666;	
	/* Radius */
	-moz-border-radius: 	10px 0px 0px 10px;
	-webkit-border-radius:	10px 0px 0px 10px;
	border-radius:			10px 0px 0px 10px;
	border:1px solid #dcdcdc;
		
		
}


#wrap-slide{
	width:375px;
	height:445px;
}

#slide{	
	overflow: hidden;
	width:375px;
	height:445px;
	top:0;
	right:0;
	z-index:0;
	border:0;
	padding:0;
}

#wrap-pics{
	width:375px;
	height:500px;
}

#pics{
	
	overflow: hidden;
	width:375px;
	height:500px;
	top:0;
	right:0;
	z-index:0;
	border:0;
	padding:0;
}


#footer{
	width:100%;
	height:116px;	
}

#line-footer{	
	width:100%;
	height:6px;
	background-color:#45C3D3;
}

#btn-idioma{
	position:absolute;
	top:0;
	right:150px;
	width:180px;
	height:40px;
	-moz-border-radius: 	0px 0px 10px 10px;
	-webkit-border-radius:	0px 0px 10px 10px;
	border-radius:					0px 0px 10px 10px;	
	z-index:5;	
	
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #cbcbcb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cbcbcb));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#cbcbcb 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#cbcbcb 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#cbcbcb 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#cbcbcb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cbcbcb',GradientType=0 );
	
		-moz-box-shadow: 		0px 0px 15px 0px #666;
	-webkit-box-shadow: 	0px 0px 15px 0px #666;
	box-shadow: 			0px 0px 15px 0px #666;	

}

