/*CONTENEDORES PESTAÑA*/


.face-content {
	width: 790px;
	padding: 10px;
	margin: 0 auto;
	position: relative;
}

/*CONTENEDORES A LA IZQUIERDA*/

.fb-title-left {
	width: 435px;
	margin: 10px 0 20px 0;
	text-align: center;
	padding: 0;
}

.fb-title-left h1 {
	margin: 0;
	font-family: 'Arvo',Georgia,'Times New Roman',serif;
	text-shadow: #cccccc 1px 1px 1px;
	font-size: 32px;
	font-weight: normal;
	color: #FF3F00;
}

.fb-left {
	width: 435px;
	display: block;
	position: relative;
	margin: 0;
	padding: 40px 0;
	background-color: #ffffff;
	box-shadow: rgba(0,0,0,.5) 2px 2px 9px;
	-moz-box-shadow: rgba(0,0,0,.5) 2px 2px 9px;
	-webkit-box-shadow: rgba(0,0,0,.5) 2px 2px 9px;
	-pie-box-shadow: rgba(102,102,102,1) 2px 2px 8px;
	behavior: url(https://hotel-agora.clerk.im/stylesheets/PIE.htc);
	float: left;
	z-index: 10;
	min-height: 265px;
}

.fb-left-cont {
	width: 210px;
	margin: 0 auto;
}

.fb-left-cont h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0 0 0;
	padding: 0;
	font-family: 'Lucida Grande','Lucida Sans','Lucida Sans Unicode',sans-serif;
	color: #000;
	text-shadow: none;
}

.fb-left-cont a {
	color: #00A3D8;
	text-decoration: none;
}

.fb-left-cont span {
	font-size: 13px;
	margin: 0;
	padding: 0;
}

.fb-mail a {
	color: #000;
	text-decoration: none;
}

.fb-left-cont p {
	font-size: 13px;
	margin: 0;
	padding: 5px 0 10px 5px;
	line-height: 16px;
	text-align: left;
}


.fb-left-img {
	margin: 0 auto;
	max-height: 114px;
	width: 300px;
	text-align: center;
}

.fb-left-img img {
	display: block;
	margin: auto;
}


/*CONTENEDORES A LA DERECHA*/

.fb-right {
	background: #FF7418 url("../../stylesheets/fbimg/fb-gradient.png") repeat-x bottom; /* OJO CON LA RUTA se usa la misma trama del widget*/
	float: right;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	-pie-border-radius: 0.5em;
	behavior: url(https://hotel-agora.clerk.im/stylesheets/PIE.htc);
	margin-top: 30px;
	display: block;
	position: absolute;
	z-index: 1;
	left: 434px;
	top: 80px;
	padding: 35px 70px 40px 80px;
	text-align: center;
}



.fb-right form {
	margin:0;
	position:relative;
	width: 200px;
	font-weight: bold;
	font-family: 'Lucida Grande','Lucida Sans','Lucida Sans Unicode',sans-serif;
	text-align: center;
}

.fb-right label {
	font-size: 14px;
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	line-height: 140%;
}

.fb-right input {
	margin: 3px 0 20px 0;
	width: 80%;
	font-size: 14px;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	color: #333333;
	border: 1px solid #999999;
	background: #ffffff;
}

.fb-right input:focus {
	border: 1px solid #888888;
}

.fb-btn-right {
	width: 240px;
	margin: 0 -20px;
	display: block;
	position: relative;
	text-align: center;
}

/*BOTÓN*/


.btn-fb {
	border: 0;
	background: #86e000 url("../../stylesheets/fbimg/fb-button-gradient.png") repeat-x bottom;  /* OJO CON LA RUTA se usa la misma trama del widget*/
	-webkit-border-radius: 1.563em;
	-moz-border-radius: 1.563em;
	border-radius: 1.563em;
	-pie-border-radius: 1.563em;
	behavior: url(https://hotel-agora.clerk.im/stylesheets/PIE.htc);
	color: #ffffff;
	font-weight: normal;
	font-family: 'Lucida Grande','Lucida Sans','Lucida Sans Unicode',sans-serif;
	padding: 15px 18px;
	text-align: center;
	font-size: 120%;
	line-height: 120%;
	box-shadow: rgba(0,0,0,0.5) 0 0 5px;
	-moz-box-shadow: rgba(0,0,0,0.5) 0 0 5px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 0 0 5px;
	-pie-box-shadow: rgba(102,102,102,1) 0 0 5px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	margin: 10px 0 0 0;
	display: inline-block;
	position: relative;
	white-space: nowrap;
	text-decoration: none;

}


.btn-fb:hover {
	background: #64A001;
}

.btn-fb i {
	padding-left: 12px;
} 


/*CONTENEDOR FOOTER*/

.fb-footer {
	width: 790px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: center;
}

.fb-footer p {
	font-family: 'Lucida Grande','Lucida Sans','Lucida Sans Unicode',sans-serif;
	color: #777777;
	font-size: 12px;
	text-align: center;
	margin: 0;
}

.fb-footer span img{
	margin: 0 5px -2px 0;
	padding: 3px 0 0 0;
}

.fb-footer a {
	color: #E64C19;
	font-weight: bold;
	text-decoration: none;
}