.en-construccion{
	left: 400px;
    position: relative;
    text-align: center;
    top: 100px;
    width: 400px;
}
.error_404{
  margin-top:50px;
  padding:20px;
  border: 1px solid #ccc;
}

.successs {
	color: green;
	margin-left: 148px;
}

.msg_display{
    display: none;
    font-weight: bold;
    margin: 0 0 6px 0;
    padding: 10px;

    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.msg_display.error{
    display: block;
    background-color: red;
    color:white;
}


.video-link-span {
		background:transparent url("../../../img/images/play_icon.gif") no-repeat scroll 0pt 50%;
		cursor:pointer;
		color:#000000;
		display:block;
		height:35px;
		position:absolute;
		text-align:center;
		text-decoration:none;
		vertical-align:bottom;
		width:34px;
		opacity: 0.8;
		left: 38px;
		top: 68px;
	}
	

/**
 * 	CONTACT FORM
 */

.contact_us{
    margin-left: auto;
    margin-right: auto;
    max-width: 970px;
    min-height: 530px;
}

.contact_right {
	top: 410px; 
	left: 805px;
	position: absolute; 
	float: right; 
	bottom: 346px;
	width: 355px;
}

.contact_right h5 {
    margin-bottom: 22px;
    margin-top: 22px;
    color: #999999;
}
.contact_form {
    border: medium none;
    color: #999999;
    font-family: 'bebas_neueregular';
    margin: 0;
    padding: 0;
    /*border-right: 1px solid;*/
    margin-left: 55px;
    /*width: 511px;*/
    width: auto;
}
.contact_form .form {
    margin: 30px auto;
    /*width: 525px;*/
    width: auto;
}
.contact_form .form input, .form textarea {
    background: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE 1px, #FFFFFF 25px) repeat scroll 0 0 transparent;
    border: 1px solid #E5E5E5;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    font: 13px/100% Verdana,Tahoma,sans-serif;
    outline: 0 none;
    padding: 9px;
    width: 350px;
}
.contact_form .form p {
    margin-bottom: 10px;
    /*width: 460px;*/
    width: auto;
}
.contact_form .form textarea {
    height: 100px;
    line-height: 150%;
    max-width: 400px;
    width: 350px;
}
.contact_form .form input:hover, .form textarea:hover, .contact_form .form input:focus, .form textarea:focus {
    border-color: #C9C9C9;
}
.contact_form .form label {
    color: #999999;
    display: block;
    float: left;
    font-size: 15px;
    margin: 11px 10px 0 0;
    width: 80px;
}
.contact_form .submit input {
    background: none repeat scroll 0 0 #ec5e5e;
    border: 0 none;
    color: #FFFFFF;
    font-size: 14px;
    padding: 9px 15px 11px;
    width: auto;
}
.contact_form em {
    color: #FF8A00;
}
.error_display.error {
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
    border-radius: 5px 5px 5px 5px;
    color: #B94A48;
    margin: 10px 0;
    padding: 10px;
}
.error_display.success {
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
    border-radius: 5px 5px 5px 5px;
    color: #468847;
    margin: 10px 0 20px;
    padding: 10px;
}

.contact_form h2{
	height: 40px;
	font-size: 1.8em;
}

.contact_form h5{
	margin-top: 22px; 
	margin-bottom: 22px;
}

/**
 * 	END CONTACT FORM
 */

#loading .shadow {
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:#000;
    opacity:.50;
    filter:alpha(opacity=50);
    -moz-opacity:0.50;
    z-index:999;
}

#loading img {
    left: 50%;
    margin: -11px 0 0 -43px;
    position: fixed;
    top: 50%;
    z-index: 9999;
}

div#tareviewwidget {
   /*
    height: 154px;
       position: absolute;
       left: 941px;
       top: 611px;
       width: 231px;
       z-index: 2;*/
   margin-top: 63px;
   padding-left: 712px;
}

.special-offers{
	color:#666;
	float: left;
    position: relative;
    top: 40px;
    min-height: 600px; /*Modificado SLW*/
}
.special-offers li{
	list-style: none;
	background-color: #EDDAD3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	min-height: 150px;
	margin-bottom: 20px;
}
.special-offers h2{
	height: 55px;	/*Modificado SLW*/
    margin-top: 25px;	/*Modificado SLW*/
	font-size: 26px;
    font-weight: bold;
}
.special-offers li h3{
	font-size: 15px;
	font-weight: bold;
}
.special-offers li p{
	padding: 10px;
}
.special-offers li img{
	float:left;
	max-width: 200px;
	min-width: 120px;
	max-height: 150px;
	margin-right: 10px;
}
.TA_tchotel {
    float: left;
    position: relative;
    top: 65px;
    max-width: 200px;
    min-width: 120px;
    max-height: 150px;
    margin-right: 10px;
}
