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

* { margin:0px; padding:0px; outline:none;}
body { text-align:left; background-color:#F28C2A;}

/* estructura */
#todo { width:1150px; margin:0px auto 0px auto; height:auto;}


.centrado, centrada {
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}


div.borde_inferior {
	width:1010px;
	height:27px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	background-image:url(images/inferior.png);
	background-repeat:no-repeat;
	position:relative;
	z-index:0;
}


div#etiqueta {
	height:625px;
	margin-bottom:-625px;
	/*width:362px;
	background-image:url(images/etiqueta.png);
	background-repeat:no-repeat;*/
	position:relative;
	z-index:2;
	width:615px;
	background-color:yellow;
	background-color:transparent;
}


div#enlaces_facebook {
	width:600px;
	height:88px;
	margin-bottom:-88px;
	overflow:hidden;
	position:relative;
	z-index:3;
	top:15px;
	left:90px;
	background-color:transparent;
}

a#camaltec {
	display:block;
	float:left;
	width:400px;
	height:84px;
	background-image:url(images/logo_camaltec.png);
	background-repeat:no-repeat;
	text-align:center;
	margin-right:30px;
}


div#facebook {
	display:block;
	float:left;
	width:170px;
	height:22px;
	background-repeat:no-repeat;
	font-weight:bold;
	text-align:right;
	color:#333;
	margin-top:55px;
}


img.logo_facebook {
	display:inline;
	width:20px;
	float:left;
	margin-right:15px;
}


#me_gusta {
	float:left;
	width:130px;
	height:22px;
	overflow:hidden;
	font-weight:bold;
	text-align:right;
	color:#333;
	font-size:10px;
}









img#telf_cabecera {
	margin-top:30px;
	margin-left:720px;
	margin-bottom:-30px;
	position:relative;
	z-index:1;
}


/* cabecera */
div#cabecera {
	width:1010px;
	height:80px;
	padding-top:40px;
	margin-top:-85px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/fondo_cabecera.png);
	background-repeat:no-repeat;
	text-align:left;
	overflow:hidden;
	position:relative;
	z-index:0;
}


div.linea_verde {
	background-color:#b4ce39;
	height:15px;
	width:1010px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	position:relative;
	top:40px;
	z-index:3;
}


/* menu principal */
#menuprincipal {
	width:1010px;
	background:url(images/fondo_menu.jpg);
	background-repeat:repeat-x;
	height:60px;
	margin:0px auto;
	clear:both;
	overflow:hidden;
	position:relative;
	top:40px;
	z-index:4;
}


a.menu {
	display:block;
	float:left;
	font-size:17px;
	text-decoration:none;
	color:#ccc;
	text-align:center;
	padding:10px 28px;
	padding-top:15px;
	height:35px;
	overflow:hidden;
}
a.menu:hover{
	color:#fff;
	text-decoration:underline;
	background-image:url(images/boton_menu_marcado.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}

a.seleccionado {
	background-image:url(images/boton_menu_marcado.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}





/* div#central */


div#central {
	width:1010px;
	height:auto;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	clear:both;
}



/* contenido */
div.fondo_degradado {
	background-image:url(images/degradado_largo.jpg);
	background-repeat:repeat-x;
	background-color:#414143;
	padding:10px;
	color:#fff;
}



a#contratar_ahora {
	display:block;
	float:right;
	width:200px;
	height:38px;
	text-decoration:none;
	color:#fff;
	text-align:center;
	font-size:20px;
	margin-right:20px;
	margin-top:20px;
	background-image:url(images/fondo_boton_verde.png);
	background-repeat:no-repeat;
	padding-top:10px;
}
a#contratar_ahora:hover {
	text-decoration:underline;
}



div.fondo_foto {
	background-image:url(images/gente_contenta_trama.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}




img.mejor_precio {
	display:block;
	margin-right:35px;
	margin-left:auto;
}



.sin_margen {margin:0px;}


div.margen_25 {
	margin-left:25px;
	margin-right:25px;
	padding-top:10px;
}



.borde_naranja {
	border:solid 1px #F28C2A;
}


.margen14 {
	margin:14px;
}


.fondo_verde {
	background-color:#c3d565;
	padding:20px;
}

















ul {
	list-style-type:square;
	color:#000;
}

li {
	margin-bottom:8px;
	padding-left:0px;
	margin-left:20px;
}


ul.puntos_verdes li {
	list-style-image:url(images/punto_verde.png);
}
ul.puntos_naranjas li {
	list-style-image:url(images/punto_naranja.png);
}


.lista-portada {
	height:auto; 
	background:url(images/1euro-verde.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}


.lista-portada li {
	background-image: url(images/punto.png);
	background-repeat:no-repeat;
	background-position:left;
	padding: 4px 0px 4px 10px;
	list-style:none;
	text-align:left;
	color:#333;
	margin-bottom:0px;
	font-size:13px;
}

.lista-portada li a {
	color:#7E9712;
	text-decoration:none;
}
.lista-portada li a:hover {
	color:#333;
	text-decoration:underline;
}




a.li_naranja {
	padding:5px;
	color:#222;
	font-size:17px;
}
a.li_naranja:hover {
	color:#222;
	background-color:#d6e393;
}



div.caracteristicas {
	width:450px;
	background-color:#f0f3e3;
	border:solid 1px #7E9712;
	padding:5px;
	padding-bottom:0px;
	margin-bottom:5px;
	font-size:12px;
	clear:both;
	height:20px;
}

a.foto_peq {
	/*display:block;
	width:80px;
	height:50px;
	overflow:hidden;*/
	/*margin-bottom:10px;*/
	float:right;
	margin-left:10px;
	font-weight:bold;
	font-size:11px;
}

a.foto_peq img {
	width:100%;
}

p.descripcion {
	margin-bottom:0px;
}
p.descripcion a {
	text-decoration:underline;
}
p.descripcion a:hover {
	text-decoration:none;
}




a.banner_descuento {
	display:block;
	width:602px;
	height:143px;
	background-image:url(images/banner_descuento.png);
	background-repeat:no-repeat;
	/*margin-left:auto;
	margin-right:auto;*/
}

a.banner_ong2 {
	display:block;
	width:327px;
	height:140px;
	background-image:url(images/banner-ongs2.png);
	background-repeat:no-repeat;
	margin-right:50px;
}


a.banner_ong_grande {
	display:block;
	width:480px;
	height:489px;
	background-image:url(images/banner-ongs_grande.png);
	background-repeat:no-repeat;
}


a.banner_ong {
	display:block;
	width:292px;
	height:261px;
	background-image:url(images/banner-ongs.png);
	background-repeat:no-repeat;
}






div#maleta {
	width:962px;
	height:197px;
	background-image:url(images/banner_maleta.png);
	background-repeat:no-repeat;
}


a#trasladese {
	display:block;
	width:230px;
	height:45px;
	float:left;
	margin-left:275px;
	margin-top:13px;
}

a#solicite_estudio {
	display:block;
	width:100px;
	height:30px;
	margin-top:154px;
	margin-right:13px;
	float:right;
}


a.estudio {
	display:block;
	width:290px;
	height:182px;
	background-image:url(images/banner-estudio.png);
	background-repeat:no-repeat;
}



#att_cliente_grande, #banner-exito_grande {display:block; width:602px; height:175px; overflow:hidden; margin-bottom:20px;}





.contenedor-not  {align: left !important; text-align: left  !important; margin-left: 0px !important; display: block !important;  }

.contenedor-not ul {align: left !important; text-align: left  !important; margin-left: 40px !important;  display: block !important;  }

.contenedor-not div {margin-left: 20px; }

.col-izq { width:477px; padding:4px; margin-left:13px;}
.col-drch { width:290px; padding:4px;}

.lat-izq {width: 820px; padding-left: 6px; height:35px; background-position:left; background-image:url(images/lat-izq-naranja.jpg); background-repeat:no-repeat; margin-left: 30px;}
.lat-drch {width: 820px; padding-right: 6px; height:35px; background-position:right; background-image:url(images/lat-drch-naranja.jpg); background-repeat:no-repeat;}
.cont-centro {width: 820px; height:23px; background-position:left; background-image:url(images/trama-naranja.jpg); padding-top: 12px; font-weight:bold;  }

.doble { width:620px; padding:0px;}
.simple {width:280px; padding:0px;}

.triple {
	/*width:840px;*/
	width:900px;
	width:auto;
	margin:0 auto;
	padding:4px;
	padding:0px;
	background-color:transparent;
}
	
	
	
.derecha { float:right;}
.izquierda { float:left;}
img.izquierda{  margin-right:10px;}
.clear { clear:both;}

.diseno-pagina {
	width:477px;
	height:100px;
	padding:2px;
	background-image:url(images/cuadronaranja.png);
	background-repeat:no-repeat;
	font-size:12px;
	font-weight: normal;
}


p.caracteristicas {
	background-image:url(images/puntonaranja.png);
	background-position:left 3px;
	background-repeat:no-repeat;
	padding-left:15px;
	margin-left:20px;
	font-size:13px;
	margin-bottom:10px;
}

p.caracteristicas a {
	text-decoration:none;
	color:#7E9712;
}
p.caracteristicas a:hover {
	text-decoration:underline;
	color:#333;
}

.negrita {font-weight:bold;}



/* ejemplos index */
.bloque {
	background-color:#E8E6E6;
	margin:2px; padding:2px;
	margin-right:20px;
	margin-top:16px;
	padding-top:8px;
	margin-bottom:10px;
}




.fondo_gris {
	background-color:#E8E6E6;
	margin-top:10px;
	padding:10px;
	margin-bottom:10px;
}






.bloque img { border:3px solid #FFF; margin:6px;}

/* tiendas virtuales acuerdo pixmania */
.bloqueb {margin:15px 0px; margin-bottom:30px; padding:10px; border:1px solid #EFEFEF; background:#FCFFEF; font-size:12px;}
.bloqueb .pix { float:left; margin:0px 10px 10px 0px;}
.carrito { float:right;}
.bloqueb h1 { background-color:#EFEFEF; border:1px solid #174C9A; color:#174C9A; font-size:12px; text-align:center; padding:10px; background-image:none; margin:0px; width:auto;}
.cuadro { margin:3px auto; padding:8px; border:1px solid #DDD; font-size:12px;}
.cuadro a { font-weight:bold; color:#F28C2A;}
.cliente { padding:8px; margin-right:108px; margin-bottom:20px; border:1px solid #DDD; width:230px;}
.cliente a img { margin:0 auto 10px auto;}
.cliente p { font-weight:bold; margin:4px;}
.cliente p a{ color:#F28C2A;}
h1.pie { text-transform:none; text-align:right;}
h1.pie a{ font-weight:bold; font-size:11px;}
h1.pie a:hover { color:#F28C2A;}
.azul { color:#164E99;}

/* intercambio */
.intercambio ul {}
.intercambio ul li { list-style-type:none; text-align:left; margin:1px; border-bottom:1px dotted #999999;}
.intercambio h2 { margin:14px 20px; text-align:center;}
.intercambio h2 a{ font-size:16px; text-decoration:underline; text-transform:uppercase; color:#F28C2A;}

/* sitemap */
ul#sitemap { background:url(images/sitemap.gif) no-repeat top; margin:40px 30px; }
ul#sitemap li { margin-left:80px; border:none; margin-bottom:5px; margin-top:2px;}
ul#sitemap li.titulo { margin-left:10px; font-weight:bold;}

/* pie de pagina */
#creditos {
	width:1010px;
	height:auto;
	margin:10px auto;
	clear:both;
	font-size:12px;
}
	
	
#creditos p {
	text-align:center;
	color:#5b5b53;
}


#creditos a { color:#5b5b53;}
#creditos a:hover {color:#7E9712;}
#validaciones {
	margin:0px;
	float:right;
}


#validaciones a img { border:0;}

.enlaces-pie {
	margin:10px auto 0px auto;
	text-align:left;
	padding:2px 4px;
	border:1px solid #F27F21;
	background:#FBDDC5;
	font-size:12px;
}





/* textos */
* { font-family:Arial, Helvetica, sans-serif;}
body {
	font-size:14px;
	color:#222;
}

a {color:#222; text-decoration:none;}
a:hover {}
a img { border:none;}


p {
	text-align:justify;
	margin-bottom:10px;
}


div#formulario_contratar {
	min-height:400px;
}


form#form_online p.label {
	text-align:justify;
	margin-bottom:10px;
	font-size:12px;
	width:300px;
	float:left;
	margin-right:20px;
	height:30px;
}




form#form_online p input.texto {
	width:213px;
}


p.acepto {font-size:12px; display:inline; margin-left:10px;}


a.texto {
	color:#7E9712;
	text-decoration:none;
}
a.texto:hover {
	text-decoration:underline;
}


div.esquina_doblada {
	/*width:320px;*/
	width:150px;
	height:130px;
	background-image:url(images/doblado.jpg);
	background-repeat:no-repeat;
	margin-right:70px;
	margin-left:auto;
	margin-top:-105px;
	margin-bottom:-27px;
	position:relative;
	z-index:10;
}

span.mini {
	font-size:10px;
}



p.enlace a { font-weight:bold;}

.verde {color:#7E9712;}
.naranja { color:#F28C2A;}
.gris { color:#444;}
.negro { color:#000000 !important;}
.blanco { color:#fff;}
.bold { font-weight:bold;}

h1 { margin:0px 16px 2px 0px; font-size:16px; font-family:Helvetica, Futura, Arial, sans-serif; text-transform:uppercase; text-align:left; padding-left:16px;
background-image:url(images/verde.png); background-repeat:no-repeat; background-position:left; color:#777;}
h1.naranja { background:url(images/gris.png) no-repeat left; color:#F28C2A;}
h1.verde { background:url(images/gris.png) no-repeat left;color:#7E9712;}
h1.gris { background:url(images/naranja.png) no-repeat left; color:#777;}

h2 { font-size:10px; margin-top:4px; margin-right:10px; text-align:left; text-align:right;}




p.enlace { text-align:right;}

.formulario, .formulario_contactar, .formulario_estudio { width:80%; margin:10px auto; padding:10px; border:1px solid #F27F21; background:#FBDDC5;}
.formulario p { margin:6px 0; font-weight:bold;}
.input, textarea { width:80%; border:0; margin-top:2px; border-bottom:1px solid #FAB278; border-right:1px solid #FAB278; }
textarea { width:100%;}




.formulario_contactar, .formulario_estudio {width:180px; margin:0px;}
.formulario_contactar p, .formulario_estudio p {font-size:12px;}
.formulario_contactar .input, .formulario_estudio .input {width:100%;}

.formulario_estudio {width:auto;}




.u { text-decoration:underline;}
.i { font-style:italic;}

/* listas */
ul.normal { margin:16px 20px;}
ul.normal li { list-style-position:inside; text-align:left; margin:4px 20px;}
ul.normal li.sub { margin-left:30px; list-style-type:none; background-color:#FBE8DA; padding:3px 8px;}
ul.euro {background:url(images/1euro-verde.png) no-repeat right bottom;}


ul.normal2 {
	width:auto;
	margin:0px;
	padding:0px;
	font-size:12px;
}

ul.normal2 li {
	text-align:left;
	margin:0px;
	background-color:red;
}

ul.normal2 li.sub {
	background-color:#FBE8DA;
	list-style-type:none;
	padding:3px 8px;
	width:auto;
	margin-bottom:5px;
}

ul.normal2 li.sub a:hover {
	color:#7E9712;
}



ul.enlaces { margin:10px 30px;}
ul.enlaces li { text-align:left; list-style:url(images/li.png) inside none; padding-left:10px; margin:3px auto;}
ul.enlaces li a { font-weight:bold;}











/* noticias */
.noticias { margin:20px auto;}
.noticias .fecha { font-weight:bold; color:#7E9712; border-right:2px solid #7E9712; padding:4px 8px; margin:0 6px 6px 0; text-align:left; float:left;}
.noticias .titulo {width:96%; padding:4px 8px; margin-bottom:10px; text-align:left;}
.noticias .articulo { width:96%; padding:10px; text-align:justify; margin:10px auto; border:1px solid #7e9712;}

/* botones */
.boton-verde { float:left; background:url(images/li-verde.png) no-repeat left; padding:3px 3px 3px 18px; margin:3px;}
.boton-verde a {color:#7E9712; font-weight:bold;}
.boton-verde a:hover { text-decoration:underline;}
.boton-naranja { float:left; background:url(images/li-naranja.png) no-repeat left; padding:3px 3px 3px 18px; margin:3px;}
.boton-naranja a {color:#F28C2A; font-weight:bold;}
.boton-naranja a:hover { text-decoration:underline;}
.boton-gris { float:left; background:url(images/li-gris.png) no-repeat left; padding:3px 3px 3px 18px; margin:3px;}
.boton-gris a {color:#777; font-weight:bold;}
.boton-gris a:hover { text-decoration:underline;}

.triple-naranja {
	width:480px;
	height:33px;
	background:url(images/triple-naranja.png);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:10px;
	margin:10px auto;
	text-align:center;
	font-size:12px;
}


.triple-naranja a { font-weight:bold; color:#FFFFFF;}
.triple-mas { color:#990000; float:left; margin-top:-2px; margin-left:7px;}

/* etiquetas que necesito */

#que-necesito {background:url(images/banner-que-necesito.jpg) no-repeat top left; padding-left:10px; padding-right:10px; padding-top:80px; margin-bottom:20px; text-align:justify;}
#que-necesito a { font-weight:bold; color:#F28C2A; margin:4px 10px;}
.botonera {float:right; width:60%;}



p.ayuda, p.ayuda a {font-size:12px;}
p.ayuda a { font-weight:bold; color:#7E9712;}

#contratar {border-collapse:collapse; margin:4px;}
#contratar .texto { width:12%; text-align:right; padding:2px 5px; font-weight:bold;}
#contratar .texto span{ font-weight:normal; font-style:italic; color:#333333;}
#contratar input { padding:2px; font-size:10px; color:#333333; width:110px;}


table#contratar {border-collapse:collapse; margin:0px; font-size:11px; width:100%;}
table#contratar .texto { width:12%; text-align:right; padding:2px 5px; font-weight:bold;}
table#contratar .texto span{ font-weight:normal; font-style:italic; color:#333333;}
table#contratar input { padding:2px; font-size:10px; color:#333333; width:230px;}


table#contratar input.boton_borrar, table#contratar input.boton_enviar {
	font-size:12px;
	width:auto;
}

table#contratar textarea {
	height:65px;
	overflow:auto;
}








span.alerta {background-color:#009933; color:#fff; font-weight:bold; padding:2px 4px; margin-right:4px;}

/* especial inmobiliarias */
#dentro { width:760px;}
#dentro tr td {padding:6px;}

#dentro_inmo {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
}
#dentro_inmo td {
	padding:6px;
	text-align:center;
}


.espacio { width:40px;}



div.columna_inmo {
	width:250px;
	float:left;
	margin-left:35px;
	margin-right:35px;
	text-align:center;
	margin-bottom:20px;
}
div.bloqueuno {
	height:24px;
	padding-top:7px;
	background-image:url(images/bloqueuno.png);
	background-position:center top;
	background-repeat:no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}
div.bloquedos {
	background-color:#fff;
	border:solid 1px #3f5060;
	border-top:none;
	font-size:10px;
	padding:10px;
	min-height:500px;
}

div.opciones_inmo {
	background-color:#ddd;
	border-left:2px solid #FF6600;
	font-size:11px;
	list-style-type:none;
	padding:4px;
	padding-left:6px;
	margin-bottom:3px;
	text-align:left;
}


div.destacada {background-color:#FFCC66;}


div.precio {
	font-size:12px;
	background-color:#ff6600;
	text-align:center;
	color:#fff;
	border:dashed 1px #ff6600;
	font-weight:bold; 
	padding-top:4px;
	padding-bottom:4px;
}


div.bloquetres {
	height:68px;
	padding-top:10px;
	background-image:url(images/bloquetres.png);
	background-position:center top;
	background-repeat:no-repeat;
	text-align:center;
}






td.bloqueuno {
	width:202px;
	height:21px !important;
	background-image:url(images/bloqueuno.gif);
	background-position:center top;
	background-repeat:no-repeat;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}

tr.bloqueuno {
	height:21px !important;
	background-color:yellow;
	padding-left:30px;
	padding-right:30px;
}






	
td.bloquedos { width:240px; background:url('images/bloquedos.gif') repeat-y top; text-align:center; }
td.bloquetres { width:240px; height:80px; background:url('images/bloquetres.gif') top no-repeat; text-align:center;}

.bloqueuno strong {color:#FFFFFF; margin-left:25px;}
td.bloquedos ul { margin: 10px auto 0 auto; width:184px;}
td.bloquedos ul li {background-color:#ddd; border-left:2px solid #FF6600; font-size:10px; list-style-type:none; padding-left:3px; margin-bottom:3px; text-align:left;}
td.bloquedos ul li.destacada { margin-bottom:3px; background-color:#FFCC66; border-left:2px solid #FF6600; font-size:10px; list-style-type:none; padding-left:3px;}
td.precio { font-size:12px; background-color:#ff6600; width:180px; text-align:center; color:#fff; border:1px dashed #ff6600; font-weight:bold; padding-top:4px; padding-bottom:4px; margin:10px auto;}

.bloque-destacado { border: 2px dashed #fff; background-color:#FFCC66; width:86%; padding:10px; margin:10px auto;}

#inmobiliaria { width:240px; float:left;}





/* highslide */

a.ejemplo_web {
	display:block;
	float:left;
	width:236px;
	height:115px;
	margin:0px 32px;
}


a.ventana_web {
	display:block;
	float:left;
	width:225px;
	height:150px;
	overflow:hidden;
	margin:8px;
	padding:0px;
}

img.ancho_210 {
	width:210px;
}








.highslide-caption {
    display:none;
    border:5px solid white;
    border-top:none;
    padding:5px;
    background-color:white;
	font-size:11px;
}

.highslide-caption a:hover{
	color:#7E9712;
}






.highslide {
	cursor:url(highslide/graphics/zoomin.cur), pointer;
    outline:none;
	margin:3px;
}
.highslide-active-anchor img {
	visibility:hidden;
}
.highslide img {
	border:2px solid #fff;
}
.highslide:hover img {
	border:2px solid #fff;
}
.highslide-wrapper {
	background:white;
}
.highslide-image {
	border:6px solid white;
}
.highslide-image-blur {
}




.highslide-loading {
    display:block;
	color:black;
	font-size:8pt;
	font-family:sans-serif;
	font-weight:bold;
    text-decoration:none;
	padding:2px;
	border:1px solid black;
    background-color:white;
    
    padding-left:22px;
    background-image:url(highslide/graphics/loader.white.gif);
    background-repeat:no-repeat;
    background-position:3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding:2px;
    color:silver;
    text-decoration:none;
	font-size:10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color:white;
    background-color:#7E9712;
}

a.highslide-full-expand {
	background:url(highslide/graphics/fullexpand.gif) no-repeat;
	display:block;
	margin:0 10px 10px 0;
	width:34px;
	height:34px;
}

/* These must always be last */
.highslide-display-block {
    display:block;
}
.highslide-display-none {
    display:none;
}
