@charset "utf-8";
/* CSS Document */

body, html {
	margin:0;
	padding:0;
	color:#373737;
	background:url(img/clouded_sky.jpg);
	font-family:"Trade Gothic", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}
#titleInvite{
	background-color:#FF0000;
	display:inline;
	float:left;
	height:34px;
	padding:15px;
	width:198px;
}
#titleName{
	display:inline;
	float:left;
	height:44px;
	padding:10px;
	width:560px;
	background:url(img/bgTitle.png);
}
#wrapper {
	width:810px;
	margin:0 auto;
	position:relative;
	z-index:1;
}

#sun {
	background:url(img/sol.png);
	background-repeat:no-repeat;
	height:84px;
	width:100%;
	position:fixed;
	top:-10px;
	left:40%;
}

#cadena {
	background:url(img/trans.png);
	height:200px;
}

#fotocadena {
	margin:19px;
	margin-left:21px;
	margin-right:14px;
	float:left;
	width:269px;
}

#textcadena {
	margin-top:-2px;
	margin-right:19px;
	float:right;
	width:480px;
}

#menu {
	margin-top:9px;
}

#option1 {
	height:207px;
	width:266px;
	float:left;
}

#option2 {
	height:207px;
	width:266px;
	float:left;
	margin:0 5.5px;
}

#option3 {
	height:207px;
	width:266px;
	float:right;
}

.text {
	height:69px;
	background-color:#FFF;
	width:263px;
}

.text p {
	padding-left:13px;
	padding-right:15px;
	padding-top:9px;
}

#enter {
	background:url(img/entrar.png);
	color:#FFF;
	width:209px;
	height:27px;
	border:1px solid #FFF;
	margin:0 auto;
	margin-bottom:200px;
	clear:both;
	text-align:center;
	position:relative;
	top:20px;
	z-index:1;
}

#enter:hover {
	background:url(img/entrar_roll.png);
}

#enter:active {
	background:url(img/entrar_press.png);
}

#enter p {
	width:210px;
	height:22px;
	margin-bottom:1px;
	padding-top:5px;
	font-size:12px;
}

#enter a {
	color:#FFF;
	text-decoration:none;
}

#sky {
	background:url(img/sky.jpg);
	width:100%;
	height:250px;
	position:fixed;
	bottom:25px;
	z-index:0;
}

#trees {
	background:url(img/vegetacion.png);
	width:100%;
	height:59px;
	position:fixed;
	bottom:8px;
	z-index:0;
}

#grass {
	background:url(img/grass.jpg);
	width:100%;
	position:fixed;
	bottom:-4px;
	z-index:0;
}

p {
	margin:0 0 10px 0;
}