@CHARSET "ISO-8859-1";

body {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #ffffff;
	color: #52565c;
	background-image: url(../img/bg-superior.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

h2 {
	font-size: 10px;
	text-algin: left;
	display: inline;
}

;
/***********************************************/
	/* Layout Divs                                 */
	/***********************************************/
#container {
	margin: 0px auto;
	width: 100%;
	position: relative;
	text-align: center;
}

#menu {
	width: 100%;
	text-align: center;
}

#banner {
	width: 100%;
	text-align: center;
	min-height: 130px;
	margin: auto;
}

.bg-narnaja-uno {
	background-color: #B5430D;
	background-image: url("../img/back_orange-dos.jpg");
	background-position: left top;
	background-repeat: repeat-x;
	height: 145px;
}

.imagen-banner {
	width: 860px;
	height: 129px;
	margin: auto;
}

.bg-narnaja-dos {
	background-image: url(../img/back_orange-dos.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 134px;
	padding-top: 3px;
	margin: auto;
}

.banner-interno {
	width: 860px;
}

#destacados {
	width: 100%;
	text-align: center;
	background-image: url(../img/plomo.jpg);
	background-position: top;
	background-repeat: repeat-x;
	height: 206px;
	clear: both;
	position: relative;
	color: #FFFFFF;
}

#content {
	width: 100%;
	text-align: center;
	clear: both;
	position: relative;
}

#footer {
	background: url("../img/plomodegradado.jpg") repeat-x scroll 0 0
		transparent;
	text-align: center;
	width: 100%;
}

/***********************************************/
	/* Footer                                      */
	/***********************************************/
#footer_content {
	width: 860px;
	margin: 0px auto;
	position: relative;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
}

#footer_right {
	float: right;
}

#footer_left {
	float: left;
	margin: 0;
	padding: 0 0 0 0;
	text-align: left;
	font-size: 9px;
}

/***********************************************/
	/* Destacados                                  */
	/***********************************************/
#destacados_content {
	width: 860px;
	margin: 0px auto;
	position: relative;
	text-align: left;
}

.destacados_celda {
	text-align: left;
	width: 265px;
	float: left;
	position: relative;
	padding-right: 10px;
	background-image: url(../img/destacados_separador.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding-top: 10px;
}

.destacados_fila {
	clear: both;
	position: relative;
	text-align: left;
}

.destacados_fila_2 {
	clear: both;
	overflow: hidden;
}

.destacados_precio {
	float: left;
	width: 200px;
}

.destacados_mas {
	width: 60px;
	float: left;
}

/***********************************************/
	/* Contenido Home                              */
	/***********************************************/
.boton_mas {
	text-align: right;
}

#content_content {
	width: 860px;
	margin: 0px auto;
	position: relative;
	text-align: center;
	overflow: auto;
}

#content_right {
	margin: 0 0 0 567px;
	padding: 0px;
	text-align: left;
}

#content_left {
	float: left;
	width: 550px;;
	margin: 0;
	padding: 0 0 0 0;
	text-align: justify;
	overflow: hidden;
	/*border: 1px solid #ff9b0d;*/
}

/***********************************************/
	/* Contenido Interno                           */
	/***********************************************/
#content2 {
	width: 100%;
	text-align: center;
	clear: both;
	position: relative;
	background-color: #60646b;
	font-size: 12px;
	padding-bottom: 20px;
	background-image: url(../img/back_internal.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#content_internal {
	width: 860px;
	margin: 0px auto;
	position: relative;
	text-align: justify;
	overflow: hidden;
	padding-top: 10px;
	/*padding-left:10px;
	padding-right:10px;*/
	color: #ffffff;
}

/***********************************************/
	/* Text                                        */
	/***********************************************/
.title_white {
	color: #ffffff;
	font-size: 20px;
}

.space_title_white {
	padding-top: 10px;
}

.title_orange {
	color: #ff9b0d;
	font-size: 24px;
}

.title_yellow {
	color: #fccb35;
	font-size: 18px;
}

.text_white {
	color: #ffffff;
}

.subtitle {
	color: #f35600;
	font-weight: bold;
}

.subtitle_white {
	color: #ffffff;
	font-weight: bold;
}

.subtitle_black {
	color: #000000;
	font-weight: bold;
}

.copyright {
	color: #5c6066;
}

.precio_orange {
	color: #ffba00;
	font-size: 14px;
}

.precio_white {
	color: #ffffff;
	font-size: 14px;
}

.text_yellow_big {
	color: #fccb35;
	font-size: 16px;
	font-weight: bold;
}

.text_small {
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
}

.text_small_2 {
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}

.title_black {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

/***********************************************/
	/* LINKS                                       */
	/***********************************************/
a.link_orange:VISITED,a.link_orange:ACTIVE,a.link_orange:FOCUS,a.link_orange:LINK
	{
	color: #ff9b0d;
	text-decoration: underline;
}

a.link_orange:hover {
	color: #ff9b0d;
	text-decoration: none;
}

a.link_orange_nav:VISITED,a.link_orange_nav:ACTIVE,a.link_orange_nav:FOCUS,a.link_orange_nav:LINK
	{
	color: #ff9b0d;
	font-weight: bold;
	text-decoration: none;
}

a.link_orange_nav:hover {
	color: #ff9b0d;
	font-weight: bold;
	text-decoration: underline;
}

a.link_yellow:VISITED,a.link_yellow:ACTIVE,a.link_yellow:FOCUS,a.link_yellow:LINK
	{
	color: #fccb35;
	text-decoration: underline;
	font-weight: bold;
}

a.link_yellow:hover {
	color: #fccb35;
	text-decoration: none;
	font-weight: bold;
}

a.link_menu:VISITED,a.link_menu:ACTIVE,a.link_menu:FOCUS,a.link_menu:LINK
	{
	color: #5e6369;
	text-decoration: none;
	font-weight: bold;
}

a.link_menu:hover {
	color: #fc5700;
	text-decoration: underline;
	font-weight: bold;
}

.active,a.link_menu:ACTIVE,#submenu ul li.sel a {
	color: #fc5700;
	font-weight: bold;
	text-decoration: underline;
}

a.link_white:VISITED,a.link_white:ACTIVE,a.link_white:FOCUS,a.link_white:LINK
	{
	color: #ffffff;
	text-decoration: none;
}

a.link_white:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.link_white_small:VISITED,a.link_white_small:ACTIVE,a.link_white_small:FOCUS,a.link_white_small:LINK
	{
	color: #ffffff;
	text-decoration: underline;
	font-size: 10px;
}

a.link_white_small:hover {
	color: #ffffff;
	text-decoration: underline;
	font-size: 10px;
}

/***********************************************/
	/* Imagenes                                    */
	/***********************************************/
.space_img {
	margin-right: 5px;
}

.boder_img {
	border: 1px solid #ff9b0d;
	margin-right: 5px;
}

.boder_img_2 {
	border: 1px solid #ffba00;
	margin-right: 5px;
}

.border_picture {
	border: 1px solid #ffba00;
}

/***********************************************/
	/* NEWS                                        */
	/***********************************************/
.title_newslast {
	color: #f35600;
	font-size: 12px;
	font-weight: bold;
}

.row_news {
	margin-bottom: 5px;
	text-align: justify;
}

.row_news_home {
	margin-bottom: 5px;
	height: 70px;
	text-align: justify;
	overflow: hidden;
}

.horizontal_3 {
	border-bottom: 1px solid #757575;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
}

.volver {
	padding: 20px;
}

/***********************************************/
	/* Section NAVEGADOR                           */
	/***********************************************/
#content_navegador {
	clear: both;
	text-align: center;
	padding: 2px;
	overflow: auto;
}

.navegador_abajo {
	clear: both;
	position: relative;
	text-align: center;
	margin-top: 10px;
}

.celda_promo {
	width: 50%;
	text-align: left;
	float: left;
	margin-top: 10px;
}

#cont_data {
	text-align: center;
	position: relative;
	clear: both;
	overflow: auto;
	/*background-color:#f2f2f2;*/
}

.link_navegador,a.link_navegador:VISITED,a.link_navegador:ACTIVE,a.link_navegador:FOCUS,a.link_navegador:LINK
	{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	font-size: 10px;
}

a.link_navegador:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	font-size: 10px;
}

/***********************************************/
	/* CONTACT                                     */
	/***********************************************/
.fields {
	clear: both;
	height: 25px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
}

.colum_1 {
	float: left;
	text-align: left;
	width: 70px;
	font-weight: bold;
}

.column_4 {
	float: left;
	text-align: left;
	width: 100px;
}

.form_contact {
	padding: 0px 0px 0px 0px;
	width: 100%;
	margin-top: 20px;
}

.size_input_contact {
	width: 330px;
	font-size: 10px;
	background-color: #edeef3;
}

.size_input {
	width: 330px;
	_width: 230px;
	font-size: 10px;
	background-color: #edeef3;
}

.size_textarea {
	width: 420px;
	_width: 410px;
	background-color: #edeef3;
	font-size: 11px;
}

.size_textarea_principal {
	width: 93%;
	background-color: #edeef3;
	font-size: 11px;
}

.field_send {
	text-align: center;
	margin-top: 5px;
}

.field_send_comentario {
	text-align: left;
	margin-top: 5px;
}

.boton_send_2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.fila_uno {
	clear: both;
	overflow: auto;
}

.fila_dos {
	clear: both;
}

.columna_uno {
	float: left;
	width: 50%;
	overflow: auto;
	position: relative;
}

.columna_dos {
	float: left;
	width: 50%;
}

.desea {
	float: left;
	margin-bottom: 15px;
}

.masinf {
	float: right;
}

/***********************************************/
	/* Section COMENTARIOS                         */
	/***********************************************/
#comentarios {
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
}

.comentarios_fila {
	margin-bottom: 10px;
	overflow: auto;
}

.comentarios_signo {
	color: #fccb35;
	font-size: 20px;
}

.comentarios_escribio {
	color: #fccb35;
}

.comentarios_celda {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

#respuesta {
	clear: both;
}

.falla {
	color: #EF6E12;
}

.exito {
	color: #fccb35;
}

/***********************************************/
	/* Section Noticias                            */
	/***********************************************/
.noticia_white {
	color: #ffffff;
	font-weight: bold;
}

.noticia_black {
	color: #52565c;
	font-weight: bold;
}

.noticia_celda {
	width: 390px;
	float: left;
	overflow: hidden;
	position: relative;
	margin-right: 5px;
	padding-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.noticia_titulo {
	float: left;
}

.noticia_fecha {
	float: right;
}

/***********************************************/
	/* Section Listado detallado                   */
	/***********************************************/
.small_white {
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
}

.fila_detallado,.fila_detallado_2 {
	list-style: none;
	text-align: center;
	overflow: hidden;
	float: left;
	width: 844px;
	border: 1px solid #85898F;
	padding: 5px;
	margin: 0px;
	margin-top: 10px;
}

#content_navegador  ul:hover {
	background-color: #41444B;
}

.columna_detallado_1 {
	float: left;
	width: 7%;
	text-align: left;
}

.columna_detallado_2 {
	float: left;
	width: 16%;
}

.columna_detallado_3 {
	float: left;
	width: 20%;
}

#imagenFlotante {
	position: absolute;
	display: none;
	background-color: #60646B;
	border: 1px solid white;
}

/***********************************************/
	/* Section Empresa                             */
	/***********************************************/
.empresa_foto {
	width: 185px;
	float: left;
}

.empresa_texto {
	width: 640px;
	float: right;
}

.servicios_fila1 {
	height: 160px;
}

.servicio_fila2 {
	margin-top: 8px;
}

/***********************************************/
	/* Section Politica                             */
	/***********************************************/
#politica {
	text-align: left;
	background-image: url(../img/back_internal.jpg);
	background-position: top;
	background-repeat: repeat-x;
	color: #FFFFFF;
}

/***********************************************/
	/* Section PROMOCIONES                         */
	/***********************************************/
#buscador_promociones { /*background-color: #60646B; */
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 10px;
	_margin-top: 0px;
	/*border: 1px solid #85898F;*/
	overflow: auto;
	position: relative;
}

.form_colum0 {
	float: left;
	text-align: left;
	width: 100px;
}

.form_colum1 {
	float: left;
	text-align: left;
	padding-right: 25px;
}

.form_colum2 {
	float: left;
	text-align: left;
	width: 95px;
}

.form_colum3 {
	float: left;
	text-align: left;
	width: 100px;
}

.form_colum4 {
	float: left;
	text-align: left;
	width: 150px;
	margin-top: 15px;
}

.form_colum5 {
	float: left;
	text-align: left;
	width: 100px;
	margin-top: 10px;
}

.form_colum6 {
	float: left;
	text-align: left;
	width: 100px;
	margin-top: 10px;
}

.resaltar_propiedad {
	background-color: #41444b;
	overflow: auto;
}

h1 {
	clear: both;
	font-size: 10px;
	text-align: left;
	display: inline;
}

#content a {
	color: white;
	font-weight: bold;
}

#content #map_canvas,#content #map_canvas a {
	color: black;
}

#cont_data div {
	float: left;
}

#galeria_der .pagLista {
	text-align: center;
}

#galeria_der .pagLista a {
	padding: 0 3px;
	color: white;
}

#galeria_der .pagLista a.active {
	color: #FF9B0D;
}

.calendario {
	float: left;
	padding: 0 5px;
	width: 166px;
	margin: 10px 0;
}

.calendario table {
	background-color: white;
	color: #60646B;
}

.calendario table tbody td {
	text-align: right;
	border: 1px solid #82868D;
	padding: 2px;
	cursor: default;
}

#content .calendario table tbody td a {
	color: #60646B;
}

.calendario .diasSemana td,.calendario .mesAnio {
	text-align: center;
	font-weight: bold;
}

.calendario table tbody td.enalquiler,.calendario table tbody td.ocupado
	{
	background-color: #FF9B0D;
	color: white;
	border-color: white;
	font-weight: bold;
}

.calendario table tbody td.ocupado {
	background-color: #B44500;
}

.seccion_calendario,.secion_contactar {
	border: 1px solid #FF8F29;
	float: left;
	width: 352px;
	background: #C05505;
	margin-top: 10px;
	padding: 5px 0;
}

.seccion_calendario h3,.secion_contactar .title_yellow {
	padding-left: 5px;
	margin: 10px 0;
	clear: both;
}

.secion_contactar .subtitle {
	color: #FF8F29;
}

.tarifas {
	padding-left: 5px;
}

.superiortexto {
	height: 15px;
	background-color: #feb300;
	margin: 0px auto;
	width: 100%;
	width: 860px;
	text-align: center;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #b5430d;
}
.superiortexto h1{
	margin: 0px;
	font-size: 10px;
	display: inline;
}