body {
	background-color: #F2ECC9;
}

#promo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	background-color: #F2ECC9;
	text-align: center;
	color: #999999;
	height: 15px;
	vertical-align: middle;
	width: 740px;
	display:block;
	margin:0px auto;
}
#promo h1, #promo  h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	display:inline;
}

#banner {
	text-align:center;
	height: 204px;
	width: 740px;
	background-color: #F2ECC9;
}

#contenido {
	width: 740px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin:auto;
}

#separador {
	height: 5px;
	width: 740px;
	text-align: center;
	background-color: #333333;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
}

#ruta {
	float:none;
	background: url(../img/fondo_ruta.jpg);
	background-repeat: no-repeat;
	width:730px;
	height:22px;
	clear:both;
	margin-bottom: 5px;
	font-family: tahoma, arial;
	font-size: 10px;
	color: #5D5C19;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
	padding-top: 2px;
}

#ruta a:link, #ruta a:active, #ruta a:visited{
	font-family: tahoma, arial;
	font-size: 10px;
	color: #5D5C19;
	text-align: left;
	vertical-align: middle;
	text-decoration:none;
	padding-bottom: 3px;
}

#ruta a:hover{
	font-family: tahoma, arial;
	font-size: 10px;
	color: #595903;
	text-decoration:underline;
	margin-bottom: 3px;
	text-align: left;
	vertical-align: middle;
	padding-bottom: 3px;
}

#idioma {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #595903;
	vertical-align: middle;
	text-align: right;
	margin-right: 15px;
	height: 15px;
}
#idioma a:active, #idioma a:link, #idioma a:visited {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-style: normal;
	color: #595903;
}

#idioma a:hover {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-style: normal;
	color: #999999;
}
#cuerpo {
	width: 740px;
	height: auto;
	float: left;
	margin: auto;
}

#menu {
	background-color: #E2D687;
	width: 175px;
	display:block;
	float:left;
	margin-bottom:10px;
	height:100%;
	text-align: left;
}

.menu { /*vale?*/
	background-color: #E2D687;
	width: 175px;
	display:block;
	float:left;
	margin-bottom:10px;
	height:100%;
	text-align: left;
}
#texto {
	vertical-align:top;
	width: 555px;
	background-color: #F7F4E0;
	margin-left:8px;
	margin-right:0px;
	font-family: trebuchet, arial;
	font-size: 12px;
	color: #595903;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	text-align: justify;
	margin-bottom:10px;
	float: left;
	padding-bottom: 10px;
	display:block;
	height: auto;
}

#texto h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	color: #595903;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
	margin: 0px;
}
#texto h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #595903;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
	margin: 0px;
}
#texto p{ /*parrafo del texto*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #595903;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	margin: 0px;
	padding-bottom: 5px;
}

.noflotar{ /*parrafo del texto despues de las imagenes flotantes*/
	clear:both;
}

#texto .centrado { /*para centrar contenidos en el contenido del cuerpo*/
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #595903;
	margin-bottom:5px;
	margin-top:5px;
}

#texto ul li{
	list-style-position: outside;
	margin-right: 10px;
	margin-left: 10px;
	list-style:square;
	margin-bottom:10px;
}

#texto ul li ul li{
	list-style-position: outside;
	margin-right: 10px;
	margin-left: 10px;
	list-style:square;
}

.mapa a:link, .mapa a:visited, .mapa a:active {
	list-style-position: outside;
	margin-right: 10px;
	margin-left: 10px;
	list-style:none;
	margin-bottom:10px;
	text-decoration:none;
}

.mapa a:hover{
	list-style-position: outside;
	margin-right: 10px;
	margin-left: 10px;
	list-style:none;
	margin-bottom:10px;
	text-decoration:underline;
}


.fotos { /*para centrar contenidos en el contenido del cuerpo*/
	/*text-align:center;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #595903;
	width:490px; /*era 490px*/
	display:block;
	margin: auto;
	text-align:justify;
	/*clip: rect(auto,auto,auto,auto);*/
}

#texto ul {
	margin-left:10px;
	padding-left:0px;
	list-style-position: inside;
	list-style-type: square;
	
}

#texto ul li {
	list-style-position: inside;
	list-style-type: square;
	margin-right: 10px;
}

#texto ol  {
	margin-left:10px;
	padding-left:0px;
	list-style-position: inside;
	list-style-type: decimal;
}

#texto ol li {
	margin-left:10px;
	padding-left:0px;
	list-style-position: inside;
	list-style-type: decimal;
	margin-right: 10px;
}
#texto .destacado {
	color: #990000;
}


#texto_indice {
	vertical-align:top;
	width: 333px;
	float:left;
	background-color: #F7F4E0;
	margin-left:8px;
	margin-right:0px;
	font-family: trebuchet, arial;
	font-size: 12px;
	color: #595903;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	text-align: justify;
	margin-bottom:10px;
}
#texto_indice h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #595903;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
	margin: 0px;
}
#texto_indice p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #595903;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	margin: 0px;
	padding-bottom: 5px;
}


.listaimagenes { /*listado de imagenes en linea*/
	font-size: 9px;
	color: #595903;
	width: 500px;
	list-style:none;
	display:inline;
}
.piedefoto { /*pie de foto no usada*/
	font-size: 9px;
	text-align: right;
	clear:none;
	width: 200px;
	list-style-type: none;
	color: #595903;
	
}
#texto .titular { /*titular de secciones*/
	background-color: #F2ECC9;
	margin-top: 5px;
	margin-bottom: 5px;
	display:block;
}

#texto .titular_noflota { /*titular de secciones*/
	background-color: #F2ECC9;
	margin-top: 5px;
	margin-bottom: 5px;
	display:block;
	clear:both;
}

#texto .titular_noticia { /*titular de secciones*/
	background-color: #F2ECC9;
	margin-top: 5px;
	margin-bottom: 5px;
	display:block;
	clear:both;
	/*background-image: ;*/
	
}

#texto .titularnoflotar { /*titular de secciones*/
	background-color: #F2ECC9;
	margin-top: 5px;
	margin-bottom: 5px;
	display:block;
	clear:both;
}

#texto .descarga { /*titular de secciones*/
	background-color: #F2ECC9;
	margin-top: 5px;
	margin-bottom: 5px;
	display:block;
	text-align:center;
	font-family:Tahoma, Arial;
	font-size:10px;
	vertical-align:middle;
	
}
.fotoizda { /*contenedor imagen alineada a la izquierda*/
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	margin: 5px 0px 5px 5px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #595903;
	float: left;
}

.fotofija { /*contenedor imagen alineada a la izquierda*/
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	margin: 5px 5px 5px 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #595903;
	/*float: left;*/
}

.img_izda { /* Configuracion para imagen alineada a la izquierda*/
	margin: 0px 0px 0px 0px;
	padding:2px;
	border: 1px solid #595903;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #595903;

}
.fotodcha { /*contenedor imagen alineada a la derecha*/
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	margin: 5px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #595903;
	float:right;
	display: block;
}

.img_dcha { /* Configuracion para imagen alineada a la derecha*/
	margin: 0px;
	border: 1px solid #595903;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	color: #595903;
}
img {
border:0px;

}

#foto { /*contenedor para imagenes grande*/
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	margin: 0px;
	padding-bottom: 5px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #595903;
}
.img { /* configuracion para imágenes sueltas sin pie de página*/
	margin: 5px;
	border: 1px solid #595903;
	padding: 2px;
	font-size: 9px;
	color: #595903;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
}
.lupa {
	float:right;
	text-align: center;
	position:absolute;
	margin-right:15px;
	margin-top:15px;
}

.img_grande { /*configuración para imagen grande centrada*/
	margin: 0px;
	text-align:center;
	border: 1px solid #595903;
	padding: 2px;
}

#texto a:link, #texto a:visited, #texto a:active  {
	color: #333300;
	text-decoration: underline;
}

#texto a:hover {
	font-weight: 300;
	color: #D4C259;
	text-decoration: underline;
}

#texto_indice a{
	color: #333300;
	text-decoration: underline;
	font-weight:bold;
}

#texto_indice a:hover{
	font-weight: 300;
	color: #D4C259;
	text-decoration: underline;
	font-weight:bold;
}


#anuncios {
	vertical-align: top;
	width: 218px;
	text-align: right;
	margin-bottom:10px;
	clear: none;
	float: right;
	margin-left: 0px;
}
#destacado {
	height:111px;
	width:218px;
	background-image:url(../img/destacado.jpg);
	float: right;
	background-repeat: no-repeat;
}
#destacado p {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 10px;
	margin-left: 15px;
	text-align: left;
	color: #595903;
}

#destacado h5 {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	color: #595903;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top:2px;
}
#destacado h5 a{
	color: #595903;
	text-decoration:none;

}
#destacado h5 a:hover{
	text-decoration:none;
	color: #999999;

}
#destacado span{
	font-family: Tahoma, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #595903;
	margin: 0px;
	padding:0px;
	text-align: center;
}

#destacadoen{

	height:130px;
	width:218px;
	background-image:url(../img/destacado_en.jpg);
	float: right;
	background-repeat: no-repeat;
}
#destacadoen p{
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	margin-top: 7px;
	margin-bottom: 0px;
	margin-left: 15px;
	text-align: left;
	color: #595903;
}

#destacadoen h5{
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	color: #595903;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top:2px;
	margin-bottom:2px;
}
#destacadoen h5 a{
	color: #595903;
	text-decoration:none;
}
#destacadoen h5 a:hover{
	text-decoration:none;
	color: #999999;
}
#destacadoen span{
	font-family: Tahoma, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #595903;
	margin: 0px;
	padding:0px;
	text-align: center;
}

#promocion{
	height: 115px;
	margin-bottom: 5px;
	float: left;
	margin-left: 0px;
	padding: 0px;
}

#prepie {
	width: 730px;
	height: 17px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	background-color: #D4C259;
	text-align: right;
	color: #595903;
	vertical-align: middle;
	float:none;
	margin: auto;
	padding-right:10px;
	clear: both;
	padding-top:3px;	
}
#prepie a:link,#prepie a:visited, #prepie a:active{
	color: #595903;
	text-decoration:none;
}

#prepie a:hover{
	color: #595903;
	text-decoration:underline;
}

#pie {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	background-color: #595903;
	text-align: center;
	color: #cccccc;
	height: 20px;
	vertical-align: middle;
	width: 740px;
	float:none;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 3px;
}

#pie a:link, #pie a:visited, #pie a:active  {
	color:#cccccc;
	text-decoration:none;	
}
#pie a:hover {
	color:#cccccc;
	text-decoration:underline;
}
.titulo_menu {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-style: bold;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../img/menu_title_back.gif);
	background-repeat: repeat-x;
	height:25px;
}
#menuppal{
	font-family:Tahoma, Arial;
	font-size:12px;
	margin:0px;
	padding-left:0px;
	width:175px;	
	background-color:#E2D687;
	list-style-type:none;
}
.titulo{ /*Zona de títulos*/
	padding-left:5px;
	/*background-color:#595903;*/
	font-weight:normal;
	margin-left:0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	background-image: url(../img/menu_title_back.gif);
	background-repeat: repeat-x;
	list-style:none;
	padding-top:3px;
	padding-bottom: 3px;
	/*height:20px;*/
}
.sub {

	/*padding-left:10px;*/
	background-color:#eae0a2;
	font-weight:normal;
	margin-left:10px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:3px;
	list-style:none;
	padding-top:0px;
	padding-bottom:0px;
	/*height:20px;*/

}

.sub_actual {

	/*padding-left:10px;*/
	background-color:#eae0a2;
	background:url(../img/bullet.gif);
	background-repeat:no-repeat;
	background-position:left;
	color:#FFFFFF;
	font-weight:normal;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:3px;
	list-style:none;
	padding-top:0px;
	padding-bottom:0px;
	list-style:none;

}

.titulo a:link, .titulo a:visited, .titulo a:active{
	/*background:url(vertarrow.gif) no-repeat #E2D687;*/
		color:#ffffff;

	text-decoration:none;
}
.titulo a:hover{
	/*background:url(vertarrow.gif) no-repeat #E2D687;*/
	color:#E2D687;
	text-decoration:none;
}

.titulo_activo{ /*Zona de títulos*/
	padding-left:5px;
	/*background-color:#595903;*/
	font-weight:normal;
	margin-left:0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	background-image: url(../img/menu_title_back.gif);
	background-repeat: repeat-x;
	list-style:none;
	padding-top:3px;
	padding-bottom: 3px;
}

.titulo_activo a:link, .titulo_activo a:visited, .titulo_activo a:active{
	/*background:url(vertarrow.gif) no-repeat #E2D687;*/
	color:#E2D687;
	text-decoration:none;
}
.titulo_activo a:hover{
	/*background:url(vertarrow.gif) no-repeat #E2D687;*/
	color:#ffffff;
	text-decoration:none;
}

.submenu{ /* el padding este si funciona ;-) Zona de Subapartados*/
	padding-left:2px;
	margin-left:0px;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#E2D687;
	/*background-position: 100%;	*/
	list-style:none;
	text-decoration:none;
}

.submenu li{
	margin-top:2px;

}


/*ul#menu li.titulo{ /*para poner una imagen que simbolice que se despliega*/
	/*background:url(vertarrow.gif) 100% 50% no-repeat #cf9;*/
	/*background:url(../img/menu_title_back.gif);
	background-color:#595903;
}*/



.submenu a:link, .submenu a:active, .submenu a:visited{ /*Color de los subapartados*/
	color:#595903;
	/*background:#E2D687; FONDO DESACTIVADO*/ 
	border:none;
	padding-left:10px;
	list-style:none;
	padding-bottom:2px;
}
.submenu a:hover{/* Color al pasar el raton por los subapartados*/
	color:#000000;
	border:none;
	padding-left:10px;
	list-style:none;
	/*background:#595903;*/
	/*list-style-image: url(../img/bullet.gif);*/
	background:url(../img/bullet.gif);
	background-repeat:no-repeat;
	background-position:left;
}


.submenu .ap_actual a:link, .submenu .ap_actual a:active, .submenu .ap_actual a:visited{ /*Color de los subapartados*/
	color: #333333;
	border:none;
	padding-left:10px;
	list-style:none;
	padding-bottom:2px;
	background:url(../img/bullet.gif);
	background-repeat:no-repeat;
	background-position:left;
}
.submenu .ap_actual a:hover{/* Color al pasar el raton por los subapartados*/
	color:#595903;
	border:none;
	padding-left:10px;
	list-style:none;
	/*background:#595903;*/
	/*list-style-image: url(../img/bullet.gif);*/
	background:url(../img/bullet.gif);
	background-repeat:no-repeat;
	background-position:left;
}

.plegado{
display:none;
}
#texto .infopiloto {
	text-align: center;
	float:none;
	clear:both;
	background-color: #FFFFFF;
	margin-top:20px;
	
}
#texto #galeria {
	
	/*list-style-position: inside;
	list-style-image: url("../th/fotos.gif");
	background:url("../th/fotos.gif");*/
	padding:0px;
	margin:10px 0px 10px 60px;
	
	float:left;
	display:block;

}

#texto #galeria li{
	/*list-style-position: inside;
	list-style-image: url("../th/fotos.gif");*/
	padding-left:20px;
	margin:0px 0px 10px 0px;
	background:url("../th/fotos.gif");
	background-position:top left;
	background-repeat:no-repeat;
	text-align:left;
	list-style:none;

}

.lista_dcha {
	float:left;
	margin-left:20px;
	padding-left: 15px;
	list-style-position: inside;
	margin-top:15px;
	clear:right;
}
.lista_izda{
	float:left;
	margin-left:20px;
	padding-left: 15px;
	list-style-position: inside;
	margin-top:15px;
	clear:left;
}

#texto .botonlargo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	margin-left:8px;
	cursor:pointer;
	background-image:url(http://www.calaceiteresidencial.com/img/boton_largo.gif);
	background-repeat:no-repeat;
	width:195px;
	height:25px; 
	padding-top:4px;
	text-align:center;
	dispay:block;
}
/*#texto  a .botonlargo{
	color:#FFFFFF;
	text-decoration:none;
	dispay:block;

}*/
#texto  a:hover. botonlargo{
	text-decoration:underline;
	color:#CCCCCC;
	dispay:block;
}

.pdf{
	background-image:url(http://www.calaceiteresidencial.com/img/pdf.gif);
	background-position:middle left;
	background-repeat:no-repeat;
	padding-left:20px;
	height:25px;
	padding-bottom:3px;
}




#texto blockquote {
	width: auto;
	max-width:500px;
	margin: 0px;
	padding: 10px 0 6px 35px;
	background: #f7f4e0 url(../img/comillas.gif) no-repeat 10px 3px; }