@charset "utf-8";
/* CSS Document */
a {
	cursor:pointer;
}
a:link {
	color: #069;
	text-decoration: none;
}
a:visited {
	color: #069;
	text-decoration: none;
}
a:hover {
	color: #069;
	text-decoration: none;
}
a:active {
	color: #069;
	text-decoration: none;
}

h1 {
	height:48px;
	color:#FFF;
	font-size: 24px;
	font-weight: bold;
	background: url(../imagenes/h1_fnd.jpg) repeat-x;
	padding:8px 16px;
	text-align:left;
	margin:auto;
}

h2 {
	height:48px;
	color:#FFF;
	font-size: 24px;
	font-weight: bold;
	background: url(../imagenes/h1_fnd.jpg) repeat-x;
	padding:8px 16px;
	text-align:left;
	margin:auto;
}

h3 {
color: #C30;
margin: 0;
text-align: left;
}

html, body {
	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*background-color:#000;*/
	height:96%;
	/*overflow:hidden;*/
}

#loading{
	margin:200px;
	visibility: hidden;
	display:none;
	z-index:20;
	color: #C30;
	font-size: 12px;
}

#container {
	/*margin: 0px auto; /* los márgenes automáticos (conjuntamente con un ancho) centran la página */	
	position:absolute;
	bottom:-20px;
	top:88px;
	width:100%;
	/*background-color:#F00;*/
}

#subContent {
	background: url(../imagenes/autogestion.jpg) no-repeat center top;
	padding-top:240px;
}

#subContent p {
text-align: justify;
text-indent: 20px;
color: #214B63;
margin: 10px;
}

/*#subContent p:first-letter {
	color:#069;
	font-size:xx-large;
}*/

#subContent ul li {
	color:#069;
	text-indent:0;
	background-image: url(../imagenes/bullet_1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	padding-left: 24px;
	margin-left: 24px;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 16px;
}

#header {
	width:100%;
	position:fixed;
	top:0;
	left:0;
	background-image: url(../imagenes/cabecera_fnd.jpg);
	background-repeat: repeat-x;
	height: 88px;
	background-position: center top;
}

#header_logo{
	float:left;
	margin-left:20px;
}
#menu_div {
	position:absolute;
	top:0;
	left:0;
	margin-left:240px;
	width:100%;
	display:inline-block;
	background-image: url(../js.menu/menu_fnd.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#menu_icon {
	margin-top:80px;
	position:absolute;
	right:0;
	background-color: #FFF;
	padding:0;
}

#menu_icon div{
	background-color:#CCC;
	padding:2px;
	margin:2px;
}

#footer {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	background-color:#AA0000;
	background-repeat: repeat-x;
	background-position:center top; /* este relleno coincide con la alineación izquierda de los elementos de los divs que aparecen por encima de él. */
	z-index:12;
	background-image: url(../imagenes/pie_fnd.jpg);
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

#footer_cont{
	float:left;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
}

#footer_esmar{
	float:left;
	margin-right:20px;
}

#footer_text{
	margin-top:4px;
	/*width:680px;*/
	text-align:left;
}

#footer_social{
	float:right;
	margin-top:-10px;
	margin-right:140px;
	width:auto;
}
.FooterTxt {
	color: #FFF;
	font-size: 12px;
	line-height: 20px;
}
.FooterTxtSocial {
	color: #FFF;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

.FooterTxtEsmar {
	color: #FFF;
	font-size: 24px;
}

.subContent_TxtDest1{
	color:#900;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}

.subContent_TxtDest2{
	font-size: 18px;
	color:#069;
	font-weight: bold;
}

.subContent_TxtCont1{
	font-size: 12px;
	font-style:italic;
	font-weight:bold;
	color:#214B63;
}

.subContent_Img{
	border:1px solid #CCC;
	padding:2px;
	background:#FFF;
}

.subContent_Tit1 {
	color:#FFF;
	text-indent:0;
	font-style: italic;
	font-size: 18px;
	background-color: #214B63;
	padding: 8px;
}

.FichaPropiedad_Tit1 {
	color:#214B63;
	font-size: 12px;
	background-color: #F6F6F6;
	padding: 4px;
	font-weight: bold;
}

.FichaPropiedad_TxtCont1 {
	color:#214B63;
	font-size: 12px;
	padding: 4px;
}

.subContent_Tit2 {
	color:#FFF;
	text-indent:0;
	font-style: italic;
	font-size: 14px;
	background-color: #069;
	font-weight: bold;
	padding: 4px;
	margin-right: 60px;
	margin-left: 60px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.menu_icon_Txt {
	color: #900;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
/*Santiago - Form*/
input.text {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	width:100%;
	/*background-image: url(../imagenes/form_input_fnd.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	border: 0px none #FFF;
	padding-bottom:6px;
	padding-right: 16px;
	padding-left: 16px;*/
	color: #666;
	margin:4px;
	display:block;
	border: 1px solid #999;
}

textarea{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;

	width:100%;
	background-image: url(../imagenes/form_textarea_fnd.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 160px;
	border: 0px none #FFF;
	padding-bottom:6px;
	padding-right: 24px;
	padding-left: 24px;
	color: #666;
}

.btn{
	float:right;
	padding-bottom:20px;
}
.required{
 font-size: 13px !important;
 color: red !important;
}

/*Santiago - Tooltip*/
.tooltipCX {
	display:none;
	font-size:11px;
	height:174px;
	width:340px;
	color:#fff;
	/*background-color:#039;*/
	background-color: transparent;
	background-image: url(js.tooltips/black_arrow_cx.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 84px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 20px;
}

/* a .label element inside tooltip */
.tooltipCX .TxtServicios {
	color:#FFF;
	font-weight: bold;
	font-size: 11px;
}

.tooltipCX a {
	color:#007EBB;
	font-size:11px;
	font-weight:bold;
}

/*Santiago - GoogleMaps*/
.marcador_label {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	background-image: url(../imagenes/gmaps_fnd.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom:6px;
	padding-right: 16px;
	padding-left: 16px;
	color: #666;
}

/*Santiago - Autogestión*/
#form_autogestion_tabla {
	margin:12px;
}

.Autogestion_TablaTit1{
	padding-left:20px;
	height:48px;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	background: url(../imagenes/tabla_tit1_fnd.png) no-repeat  left bottom;
	color: #EDB9A8;
	text-align:left;
}

.Autogestion_Form td {
	color: #900;
	font-size: 12px;
	font-weight: bold;
	margin:0;
	padding:0;
}

.Autogestion_Form a {
	text-decoration:underline;
	font-weight: bold;
	font-style:italic;
	cursor:pointer;
}

.Autogestion_Form input {
	color:#333;
}

.Autogestion_Form input {
	width:80%;
	color: #666;
	margin:4px;
	border: 1px solid #999;
}

.Autogestion_Form .button {
	border:none;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	background: url(../imagenes/btn_fnd.png) no-repeat center bottom;
	color: #C30;
	cursor:pointer;
	width: 180px;
	height: 32px;
}

.Autogestion_Form select {
	width:80%;
	margin:4px;
	border: 1px solid #999;
}

.Autogestion_DivFormEstado {
	width:90%;
	display:none;
    color: white;
    font-size: 14px;
    margin: auto;
    text-align: center;
	padding:8px 16px;
	font-weight:bold;
}

.AutogestionOpciones {
	cursor:pointer;
}


