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

/* Resets */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

:focus {
	outline:0;
}

body {
	color:#868686;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align:left;
	background-color:#FFF;
	font-size:12px;
	line-height:13px;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

hr {
	display: none;
}

.clear {
	clear: both;
	font-size:0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.text_Right {
	text-align:right;
}

/* Resets End */




/* Link Styles */

a:link, a:visited {
	color:#ff9104;
	text-decoration:none;
}

a:hover {
	color:#ff9104;
	text-decoration:none;
}

a:active {
	color:#ff9104;
	text-decoration:none;
}

a img {
	border:0px;
}

/* Headings */

h1 {
	font-size:1px;
	line-height:1px;
	margin:0;
	padding:0;
}
p {
	line-height:1.4em;
	margin-bottom:5px;
	font-size:1.2em;
}

ul {
	margin:0 0 5px 12px;
}

li {
	list-style-image: url(../img/bullet.png);
	padding:0 0 4px 0;
	
}

li a {
	color:#7b7b7b;
	
}


/* Headings End*/



/* Divs */

/* Index */


#contenedor_grande {
	width:1066px;
	margin:0 auto;
}

.contenedor {
	padding:25px 34px 25px 34px;
}

.logo {
	width:444px;
	float:left;
}

.menu {
	width:509px;
	float:right;
}

.fondo_home {
	height:483px;
	background-image:url(../img/fondo_home.jpg);
	background-repeat:no-repeat;
}

.caja_fondo_home {
	width:179px;
	float:left;
	padding:56px 20px 20px 20px;
	color:#FFF;
	font-size:12px;
	line-height:13px;
}

.contenendor_left_home {
	width:573px;
	margin-right:32px;
	float:left;
}

.contenendor_right_home {
	width:390px;
	float: right;
}

.bold {
	font-weight:bold;
}

.linea_naranja {
	border-top:#ff9104 1px solid;
}

.linea_naranja2 {
	border-bottom:#ff9104 1px solid;
}

.foto1 {
	width:170px;
	float:left;
	margin-right:15px;
}

.texto1 {
	width:386px;
	float: right;
	padding-top:30px;
	text-align:justify;
}

.foto2 {
	width:141px;
	float:left;
	margin-right:15px;
}

.texto2 {
	width:228px;
	float: right;
	padding-top:27px;
	text-align:justify;
}

.menu_bottom {
	font-size:11px;
	text-transform:uppercase;
	margin-top:12px;
}


.menu_bottom_left {
	width:380px;
	float:left;
}

.menu_bottom_right {
	width:525px;
	float:right;
	text-align:right;
}

.menu_bottom_right a {
	color:#868686
}


.color_naranja {
	color:#ff9104;
}

.uppercase {
	text-transform:uppercase;
}

/* Index End*/



/* Properties*/


.contenendor_left_properties {
	width:510px;
	margin-right:39px;
	float:left;
}

.contenendor_right_properties {
	width:448px;
	float: right;
}

.fondo_hoteles {
	background-image:url(../img/fondo_hoteles.gif);
	background-repeat:no-repeat;
	height:131px;
	color:#FFF;
	margin-top:32px;
}

.fondo_hoteles a {
	color:#FFF;
}

/* End Properties*/



/* Contact*/

.contenendor_left_contact {
	width:504px;
	margin-right:66px;
	float:left;
}

.contenendor_right_contact {
	width:431px;
	float: right;
}

.imput {
	border:#f3ad3d 1px solid;
	width:312px;
	margin:12px 0 7px 0;
	height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#868686;
	padding-left:8px;
	margin:0;
	font-size:12px;
}

.imput2 {
	border:#f3ad3d 1px solid;
	width:312px;
	margin:12px 0 7px 0;
	height:120px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#868686;
	padding-left:8px;
	margin:0;
	font-size:12px;
}

/* End Contact*/