/* CSS Document */

body{
	margin: 0;
	padding: 0;
}

a:link, a:visited{
	color: #fff;
}

html, body {
     height: 90%;
	 font-size: 12px;
	 font-family:Arial, Helvetica, sans-serif;
}


.content{
	background: url(../images/transp.png) repeat;
	bottom:0;
	color:#FFFFFF;

	left:0;
	line-height:20px;
	position:fixed;
	width:100%;
	z-index:5;
}


.content, .push{
	height: 295px;
}

.wrapper {
     min-height: 100%;
     height: auto !important;
     height: 100%;
     margin: 0 auto -200px;
     /*background: transparent url(../images/sticker_soaky.png) no-repeat scroll right top; */
}

.logo{
	width: 300px;
	height: 400px;	
	float: left;
	background: url(../images/logo.png) center 15% no-repeat;
}

.data{
	width: 650px;
	float: left;
	padding: 18px;
}

.data div.title{
	padding: 8px 0;
	padding-bottom: 0;
}

div.title img{
	cursor: pointer;

}

div.form p{
font-size: 18px;
}

.texto_soaky p{
	margin-bottom: 0;
	padding-bottom: 0;
	
}

.galeria ul{
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

.galeria ul li{
	float: left;
	list-style-type: none;
	margin-right: 10px;
}

