body {
	text-align: center;
	margin: 0px;
}
html { 
	background: url("img/bg.jpg") no-repeat;
}
html, body {
    height: 100% !important;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

#contenedor {
	height: 550px;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
	width: 960px;
	z-index: 99999999;
}

#logo {
	background: url("img/logo.png") no-repeat 0 0;
	width: 187px;
	height: 116px;
	margin: 0 0 35px 40px;
	text-indent: -9999px;
}


#frase {
	margin-left: 40px;
}
.fadein { 
	position:relative; 
	width:646px; 
	height:303px; 
}
.fadein img { 
	position:absolute; 
	left:0; 
	top:0; 
}

#frase-subtitulo {
	margin-left: 40px;
	margin-top: -30px;
}
.fadein2 { 
	position:relative;
	width:646px;
	height:41px;
}
.fadein2 img { 
	position:absolute; 
	left:0; 
	top:0; 
}


#social {
	margin: 25px 0 0 40px;
	position: relative;
	top: 0%;
	left: -3%;
}
#item-social1 {
	float: right;
	margin-right: 5px;
}
#item-social1 a {
	background: url("img/email.png") no-repeat;
	background-position:top;
	width: 190px;
	height: 22px;
	display: block;
	text-indent: -9999px;
}
#item-social1 a:hover {
	background: url("img/email.png") no-repeat;
	background-position:bottom;
	width: 190px;
	height: 22px;
	display: block;
	text-indent: -9999px;
}

#item-social2 {
	float: right;
	width: 100px;
	height: 22px;
	margin-right: 5px;
}