/* CSS Document */

html, body{
	margin:0;
	padding:0;
	background:url(../img/body-bg.png) top left repeat-x #FFF;
}

a{
	text-decoration:none;
	cursor:pointer;
}
a.lightview{
	text-decoration:none;
	cursor:url(../img/lupa.png), pointer;
}

img{ margin:auto; border:none} 
img.titulo{ float:left;border:1px solid #4eff00;}

hr{
	float:left;
	clear:both;
	margin:10px 0 20px 0;
	padding:0;
	width:100%;
	display:block;
}

/*		#### LAYOUT					*/

#contenedorCentrar{
	width:990px;
	margin:0 auto 0 auto;
	padding:0;
	font-family:Arial;
	font-size:10px;
	height:800px;
	position:relative;
}
	*>#contenedorCentrar{
		min-height:800px;
		height:auto;
	}
	
#pieCentrar{
	width:990px;
	margin:0 auto 0 auto;
	padding:0;
	font-family:Arial;
	font-size:10px;
	height:550px;
	position:relative;
}	

#contenedor{
	width:100%;
	float:left;
	margin:0;
	padding:0;
	position:relative;
}
	#contenedor span.marca_agua{
		width:988px;
		height:641px;
		position:absolute;
		top:1px;
		left:-176px;
		background:url(../img/marca_agua.png) top left no-repeat;
	}
	


/*		#### MENU PRINCIPAL 	*/
#principal{
	width:76%;
	float:left;
	margin:1px 0 0 0;
	padding:0;
	height:40px;
	position:relative;
}


	#principal ul{
		position: relative;
		width:100%;
		float:left;
		margin:0;
		padding:0;
		list-style-type:none;
		}
		#principal li{
			display:block;
			width:auto;
			float:left;
			margin:0;
			padding:0;
			position:relative;
			}
			#principal li span.subraya{
				text-decoration:underline;
			}
			#principal li a{
				float:left;
				height:30px;
				margin:3px 0 0 0;
				padding:8px 8px 5px 8px;	
				font-size:16px;
				color:#abaaa8;	
				text-decoration:none;
				font-weight:bold;
				text-transform:lowercase;
			}
			#principal li.submenu_selec{
					background:url(../img/menu_fin.png) top right no-repeat;
					padding-right:13px;

			}		
			#principal li.selec{
					background:url(../img/menu_fin.png) top right no-repeat;
					padding-right:13px;

			}					
				#principal li a.selec{	
					position:relative;
					margin:0;	
					padding:5px 4px 5px 18px;			
					color:#ba9b22;
					font-size:22px;
					background:url(../img/menu_inicio.png) top left no-repeat;
				}
				/*#principal li a.selec span.cierre{
					width:13px;
					height:40px;
					position:absolute;
					top:0;
					right:0;
					background:url(../img/menu_fin.png) top left no-repeat;
				}*/
			#principal li a:hover{
				color:#000;
			}
			#principal li ul{
				display:none;
				position:absolute;
				top:23px;
				left:-2px;
				float:left;
				width:150px;
				height:20px;
				margin:0;
				padding:0;
				z-index:100;
				border-bottom:#4eff00 solid 4px;
				background:#4eff00;
			}

/*		#### MENU SECUNDARIO	 	*/

#secundario{
	width:96%;
	height:30px;
	float:left;
	margin:0;
	padding:0 0 0 2%;	
	font-family:Arial, Verdana;
	font-size:18px;
	}
	#secundario ul{
		width:100%;
		float:left;
		margin:0;
		padding:0;
		list-style-type:none;
		overflow:hidden;
		}
		#secundario li{
			width:auto;
			float:left;
			margin:3px 0 0 0;
			padding:0 8px 0 0;
			background:url(../img/separador_menu.gif) top right no-repeat;
		}
			#secundario li.ultima{
				background:none;
			}
			#secundario li span.numero{
				display:none;
			}
			#secundario li ul{
				border:none;
				font-size:12px;
				width:97%;
				margin:0 0 0 1%;
			}
			#secundario li a{
				color:#8d7720;
				padding:0 8px 0 8px;
				text-transform:lowercase;	
				font-size:16px				
			}
			#secundario li a:hover{
				color:#000;
			}
			#secundario li a.selec{
				float:left;
				color:#000;
				height:45px;
				background:url(../img/secundario_flecha.png) bottom no-repeat;
			}
		#secundario li.encabezadoMenu{
			background:#D7D7D7;
			color:#FFFFFF;
			font-weight:bold;
			padding:1px 0 1px 5px;			
			}



/*		#### CABECERA			 	*/
#nombre_empresa{
	width:100%;
	height:30px;
	float:left;
	margin:0;
	padding:0;
	background:#777777;
}
	#nombre_empresa span{
		width:97.8%;
		height:20px;
		float:left;
		margin:5px 0 5px 10px;
		padding:0;
		text-transform:uppercase;
		color:#FFFFFF;
		font-size:14px;
		font-weight:bold;
		text-align:center;
		background:#4eff00;
	
	}
#base_cabecera{
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	float:left;
	position:relative;
}
	
	#base_cabecera p.deco{
		position:absolute;
		top:-5px;
		right:-25px;
		z-index:10;
		width:247px;
		height:320px;
		display:block;
		}
		*>#base_cabecera p.deco{
			top:-15px;
		}
		#base_cabecera p.deco img{ 
			float:left;
			margin:0;
			padding:0;
			}
	#base_cabecera h1{
		width:117px;
		height:84px;
		float:left;
		display:block;
		margin:2px 0 0 10px;
		padding:0;
	}
		#base_cabecera h1 span{ display:none }
		
		
		#base_cabecera p.opciones{
			width:400px;
			float:right;
			margin:4px 0 6px 5px;
			padding:0;
			position:relative;
			z-index:10;
			}
			*>#base_cabecera p.opciones{
				margin:0 0 6px 5px;
			}
			#base_cabecera p.opciones a{
				display:block;
				width:auto;
				height:15px;
				float:left;
				margin:3px 15px 0 0;
				padding:0 0 0 20px;
			}
			#base_cabecera a.inicio{
				background:url(../img/inicio.gif) top left no-repeat;
			}
				#base_cabecera a.inicio:hover{
					background:url(../img/inicio_hover.gif) top left no-repeat;
				}
			#base_cabecera a.contacto{
				background:url(../img/contacto.gif) top left no-repeat;	
			}
				#base_cabecera a.contacto:hover{
					background:url(../img/contacto_hover.gif) top left no-repeat;	
				}
			#base_cabecera a.imprimir{
				background:url(../img/imprimir.gif) top left no-repeat;	
			}
				#base_cabecera a.imprimir:hover{
					background:url(../img/imprimir_hover.gif) top left no-repeat;	
				}
			#base_cabecera a.mapaweb{
				background:url(../img/mapaweb.gif) top left no-repeat;	
			}
				#base_cabecera a.mapaweb:hover{
					background:url(../img/mapaweb_hover.gif) top left no-repeat;	
				}
			#base_cabecera a.webmail{
				background:url(../img/webmail.gif) top left no-repeat;	
			}
				#base_cabecera a.webmail:hover{
					background:url(../img/webmail_hover.gif) top left no-repeat;	
				}
			#base_cabecera span.separador{
				display:block;
				height:21px;
				width:7px;
				float:left;
				padding:0;
				margin:0 30px 0 30px;
				background:url(../img/opciones-separador.gif) top left no-repeat;
			}
			
			
			
/*		#### DESTACADOS			 	*/

ul.destacados{
	width:100%;
	height:267px;
	float:left;
	margin:0;
	padding:7px 0 0 0;
	list-style-type:none;
	overflow:hidden;
	background:url(../img/fondo_centro.gif) top left repeat-y;
	position:relative;
}
ul.destacados li.cierre{
	width:250px;
	height:30px;
	position:absolute;
	bottom:0;
	right:0;
	background:url(../img/destacados_cierre.png) top left repeat-x;
}	

	
			
		#base_cabecera ul.destacados li a{
			display:block;
			float:left;
			margin:0;
			padding:0;
			width:111px;
			height:84px;	
			position:relative;	
			overflow:hidden;
			border:1px solid #EEE;	
		}	
		ul.destacados li a img.detalle{			
			position:absolute;
			top:0;
			right:0;
			width:7px;
			height:7px;
		}
		ul.destacados li a img{
			float:left;
			margin:0;
			padding:0;
			z-index:0;
			position:relative;
		}	
		ul.destacados li{
			float:left;
			margin:18px 0 0 5px;
			padding:0;
			width:180px;
			position:relative;
			color:#9e9d9d;
			background:url(../img/destacado_bocadillo.png) 20px 0 no-repeat;
			cursor:pointer;
		}	
		
	ul.destacados li:hover{
				background:url(../img/destacado_bocadillo_hover.png) 20px 0  no-repeat;
				color:#000;
			}
	ul.destacados li.cierre:hover{
				background:url(../img/destacados_cierre.png) top left repeat-x;
				color:#000;
				cursor:auto;
			}			
		
		
	ul.destacados li.separador{
		float:left;
		margin:18px 0 0 0;
		padding:0;
		width:5px;
		height:187px;
		font-size:1px;
		position:relative;
		border:none;
		background:url(../img/separador_destacados.gif) 0 35px no-repeat;
	}			
		ul.destacados li span{
			display:block;
			float:left;
			margin:25px 23px 0 28px;
			padding:0px;
			font-size:13px;
			text-align:center;
			width:113px;
			height:48px;
			text-transform:lowercase;
		}
		
		ul.destacados li.otras{
			width:155px;
			height:auto;
			float:left;
			margin:85px 0 0 5px;
			padding:0;
			border:none;
			background:none;
		}
			ul.destacados li.otras a{
				width:90%;
				float:left;
				padding:0 15px 2px 0;
				margin:0 0 15px 0;
				text-align:right;
				font-size:14px;
				color:#7e7e7e;
				background:url(../img/destacado_li.gif) right no-repeat;
				border-bottom:1px dotted #7e7e7e;
			}
				ul.destacados li.otras a:hover{
					background:url(../img/destacado_li_hover.gif) right no-repeat;
					color:#3681ad;
					/*border-bottom:1px dotted #e6e6e6;					*/
				}

/*		#### DESTACADOS		INICIO	 	*/


#destacados_inicio ul.destacados_inicio{
	width:100%;
	height:auto;
	float:left;
	margin:7px 0 0 0;
	padding:0;
	list-style-type:none;
}	
	#destacados_inicio ul.destacados_inicio li{
		width:100%;
		height:auto;
		float:left;
		margin:0 0 30px 0;
		padding:0;
		position:relative;
	}
		#destacados_inicio ul.destacados_inicio li div.datos{
			float:left;
			width:100%;
			height:auto;
			margin:15px 0 0 0%;
			padding:0;
		}
			#destacados_inicio ul.destacados_inicio li div.datos a.imagen{
				width:281px;
				height:190px;
				float:left;
				margin:0;
				padding:0;
				background:url(../img/fondo_imagen_objeto.gif) top left no-repeat;

			}
		
			
				#destacados_inicio ul.destacados_inicio li div.datos a.imagen img{
					width:225px;
					height:140px;
					float:left;
					margin:19px 0 0 35px;
					border:1px solid #fff;
				}
			

		#destacados_inicio ul.destacados_inicio li div.datos a{			
			width:60%;
			float:left;
			margin:0 0 10px 10px;
			padding:0;	
			color:#bbbcbc;
			font-size:28px;
			font-weight:bold;
			text-transform:uppercase;
		}
			#destacados_inicio ul.destacados_inicio li div.datos a:hover{
				color:#000000;
			}

		#destacados_inicio ul.destacados_inicio li div.datos span{
			width:50%;
			float:left;
			margin:5px 0 0 10px;
			padding:0;
			color:#817f7f;
			font-size:14px;
			text-align:justify;
		}
	#destacados_inicio ul.destacados_inicio li div.datos span.contenido_destacado{
			width:50%;
			float:left;
			margin:10px 0 0 10px;
			padding:0;
			color:#817f7f;
			font-size:14px;
			text-align:justify;
		}
	#destacados_inicio ul.destacados_inicio li div.datos span.contenido_destacado a{
				font-size:14px;
				width:auto;
				margin:0 5px 0 5px;
				display:inline;
	}
				
		#destacados_inicio ul.destacados_inicio li  a.mas{			
			float:left;
			color:#595959;
			width:281px;
			text-align:center;
			font-size:12px;
		}
			#destacados_inicio ul.destacados_inicio li  a.mas:hover{
				color:#000;
			}
			
/*		#### BASE CENTRO		 	*/
#base_centro{
	width:100%;
	float:left;
	margin:-2px 0 0 0;
	padding:0;
	height:auto;
	background:url(../img/fondo_centro.gif) top left repeat-y;
	position:relative;
}
			
/*		#### BUSCADOR			 	*/

#base_buscador{
	width:346px;
	height:49px;
	float:right;
	margin:0;
	padding:0;	
	background:url(../img/fondo_buscador.gif) top left no-repeat;
}

	#base_buscador ul{
		width:100%;
		float:left;
		margin:0;
		padding:0;
		list-style-type:none;
		}
		#base_buscador li{
			float:left;
			margin:0;
			padding:8px 0 0 0;
			
		}
		#base_buscador input,
		#base_buscador select{
			border:none;
			font-family:Arial, Verdana;
			font-size:18px;
			color:#a18518;
			padding:3px 0 3px 0px;
			background:none;
		}
		#base_buscador input.txt_buscar{
			width:205px;
			margin:0 5px 0 25px;
			padding-left:15px;
		}
		#base_buscador select.txt_en{
			width:160px;
			margin:0 5px 0 0;
			padding:0;
		}
		#base_buscador input.boton{
			padding:1px 0 2px 0;
			margin:0 0 0 15px;
			color:#fff;
			font-weight:bold;
			cursor:pointer;
		}


/*		#### NAVEGADOR				*/

#navegador{
	float:left;
	width:96%;
	height:16px;
	margin:0 5px 0 0;
	padding:0 0 2px 0;
	border-bottom:1px solid #DDD;
}

	#navegador ul{
		width:80%;
		float:left;
		margin:1px 0 0 0;
		padding:0;
		list-style-type:none;
		font-size:12px;
		}
		#navegador li{
			width:auto;
			float:left;
			margin:0 0 3px 10px;
			padding:0;
			color:#9E9E9E;
			}
			#navegador li.detalle-navegador{
				margin:0 4px 0 0;
			}
			#navegador li.separa_navegador{
				background:url(../img/separador-navegador.gif) 0 2px no-repeat;
				width:8px;
				height:11px;
				margin:0 4px 0 4px;
				}
				#navegador li.separa_navegador span{ display:none }
			#navegador li a{
				color:#696969;
				font-size:12px;
				text-transform:lowercase;
				display:block;
				float:left;
			}
			#navegador li a:hover{
				color:#000;
			
			}			
			#navegador li a.actual{
				color:#3970a1;
				font-size:14px;
			}
			#navegador li.seccion{
				background:url(../img/separador-navegador.gif) 0 2px no-repeat;
				float:left;
				padding:0 0 0 16px;
				margin:0 0 0 2px;
			}
			
			#navegador a.volver{
				width:auto;
				display:block;
				float:right;
				margin:1px 0px 0 0;
				padding:0;
				color:#000;
				position:relative;
				z-index:100;
				text-decoration:none;
			}
				#navegador a.volver:hover{
					text-decoration:underline;
				}

/*		#### BANDA IZQUIERDA	 	*/

#centro_izquierda{
	width:740px;
	float:left;
	margin:0;
	padding:0;		
	height:400px;
	}
	*>#centro_izquierda{
		margin:0;
		min-height:400px;
		height:auto;
		padding:0;
	}
	
#centro_derecha{
	width:250px;
	position:absolute;
	top:0;
	right:0;
	margin:0;
	padding:0;
	height:465px;
	background:#f7f7f7;
	z-index:100;
}
	*>#centro_derecha{
		min-height:465px;
		height:auto;
	}

/*		#### CENTRO CONTENIDOS	*/

#centro_contenidos{
	width:99%;
	float:left;
	margin:0;
	padding:0px 3px 7px 3px;
	color:#494949;
}

	#centro_contenidos h2{
		width:auto;
		display:block;
		float:right;
		margin:0;
		padding:0;
		clear:both;
		display:none;
		}
		#centro_contenidos h2 span.imagen{
			float:left;
			width:100px;
			height:60px;
			margin:0 10px 0 0;
			padding:0;
			background:url(../img/logo_peque.jpg) right no-repeat;
		}
		#centro_contenidos h2 span.titulo{
			display:block;
			float:left;
			width:auto;
			height:32px;
			height:auto;
			margin:0 0 0 0;
			padding:10px 0 0 0;
			color:#4eff00;
			font-size:25px;			
			font-family:"Trebuchet MS",Arial, Verdana;
			border-bottom:2px solid #000;
		}
		
	
	#contenido_contenido{
		width:98%;
		float:left;
		margin:5px 0 0 0;
		padding:0 10px 0 0;	
		height:auto;
	}

/************************ DESCRIPCION SECCION **************************/

#centro_contenidos div.descripcion_seccion{
	width:96%;
	float:left;
	margin:0px 0 10px 0;
	padding:0 0 0 1%;
	font-size:14px;
	color:#817f7f;
}
#centro_contenidos div.descripcion_seccion p{
	text-align:justify;
}

	#centro_contenidos div.descripcion_seccion strong{
		font-size:18px;
		color:#3b70a1;
		font-weight:normal;
	}
	#centro_contenidos div.descripcion_seccion a{
		color:#474747;
		border-bottom:2px dotted #e5c135;

	}
		#centro_contenidos div.descripcion_seccion a:hover{
			color:#FFF;
			background:#e5c135;
		}
		
	#centro_contenidos div.descripcion_seccion a.imagen{
		float:left;
		padding:2px;
		position:relative;
		display:block;
		border:none;
		width:auto;
		
	}	
	#centro_contenidos div.descripcion_seccion a img{
		float:left;
		/*border:1px solid #DDD;*/
		padding:2px;
		position:relative;
		/*background:url(../img/mas_img_descripcion.gif) top right no-repeat;	*/
		display:block;
		width:auto;		
	}

	#centro_contenidos div.descripcion_seccion a img:hover{
		/*border:1px solid #DDD;*/
		padding:2px;
		background:#fff;
	}
	
	
	#centro_contenidos div.descripcion_seccion ul{
		width:100%;
		float:left;
		margin:3px 0 10px 0;
		padding:0;
		list-style-type:none;
	}
	#centro_contenidos div.descripcion_seccion ul li{
		width:92%;
		float:left;
		margin:7px 0 7px 3%;
		padding:0 0 0 22px;
		background:none;
	}
	#centro_contenidos div.descripcion_seccion ul li li{
		width:92%;
		float:left;
		margin:7px 0 7px 3%;
		padding:0 0 0 32px;
		background:url(../img/fondo_li.png) top left no-repeat;
		
	}				
		
/*		#### PIE				 	*/

#base_pie
{	width:100%;
	float:left;
	height:auto;
	margin:0;
	padding:0;
	font-size:11px;
	color:#494949;
	text-align:center;
	background:url(../img/fondo_pie.gif) top left repeat-x #626262;	
}

	#base_pie span.logo{ display:none }
	
	
	#base_pie p.datos_empresa{
		width:auto;	
		float:left;	
		margin:2px 0 0 30px;
		padding:0;
		}
		#base_pie p.datos_empresa span{
			display:block;
			width:auto;
			float:left;
			margin:2px 0 0 0;
			padding:0;
		}
		#base_pie p.datos_empresa span.separador{			
			background:url(../img/separador-pie.png) top left no-repeat;			
			width:16px;
			display:block;
			height:15px;
			margin:3px 6px 0 8px;
			padding:0;
		}
		#base_pie p.datos_empresa a.lopd{
			float:left;
			margin:0 0 0 20px;
			padding:0;
			color:#494949;
			text-decoration:none;
			font-weight:bold;
		}


#base_pie #pie_menu{
	width:100%;
	float:left;
	height:auto;
	margin:45px 0 0 0;
	padding:0;
	text-align:left;
}
	#base_pie #pie_menu ul{
		width:100%;
		float:left;
		height:auto;
		margin:0;
		padding:0;
		list-style-type:none;
	}
		
		#base_pie #pie_menu li{
			width:20%;
			float:left;
			min-height:205px;
			height:auto;
			margin:0;
			padding:0;
			background:url(../img/pie_separador.gif) top right no-repeat;
		}
			#base_pie #pie_menu li.ultimo{
				background:none;
			}
		
		#base_pie #pie_menu li span{
			width:70%;
			float:left;
			height:auto;
			margin:0 0 50px 20%;
			padding:0 0 0 9%;
			color:#adadad;
			font-size:14px;
			background:blue;
		}
			#base_pie #pie_menu li span.azul{
				margin-bottom:15px;			
				background:url(../img/icono_azul.gif) left no-repeat;
			}
			#base_pie #pie_menu li span.amarillo{
				margin-bottom:15px;
				background:url(../img/icono_amarillo.gif) left no-repeat;
			}
			
		#base_pie #pie_menu li a{
			width:92%;
			float:left;
			height:auto;
			margin:0 0 8px 8%;
			padding:0;
			color:#e1dede;
			font-size:13px;
		}
			#base_pie #pie_menu li a:hover{
				color:#000000;
			}
			
		#base_pie #pie_menu p.izquierda{
			width:auto;
			height:auto;
			float:left;
			margin:12px 0 0 0;
			padding:0;
			font-size:14px;
			font-weight:bold;
			color:#454444;
		}
		#base_pie #pie_menu p.derecha{
			width:auto;
			height:auto;
			float:right;
			margin:12px 0 0 0;
			padding:0;
			font-size:14px;
			font-weight:bold;
			color:#454444;
		}
			

/*		#### BASE EXTRAS			*/

#base_extras{
	width:100%;
	float:left;
	margin:0;
	padding:35px 0 10px 0;
	display:none;
}
	#base_extras p{

		float:right;
		width:auto;
		margin:0;
		padding:0;
		}
		#base_extras p a.css{
			width:80px;
			height:15px;
			background:url(../img/css.gif) top left no-repeat;
			display:block;
			float:left;
			clear:left;
			margin:5px 3px 0 0;
			padding:0;
		}
		#base_extras p a.xhtml{
			width:80px;
			height:15px;
			background:url(../img/xhtml.gif) top left no-repeat;
			display:block;
			float:left;
			margin:0 3px 0 0;
			padding:0;
		}
		*>#base_extras p img{
			float:left;
			margin:-15px 0 0 0;
			padding:0;
		}
		#base_extras p a span{ display: none }
		
		#base_extras a.itea{
			float:right;
			margin:-10px 3px 0 0;
			padding:0;
		}

/***************** PROYECTOS INICIO *************/
#proyectos_inicio{
	width:100%;
	float:left;
	margin:0;
	padding:0;
	height:auto;
}
	#proyectos_inicio ul{
		width:100%;
		height:auto;
		float:left;
		margin:0;
		padding:0;
		list-style-type:none;
	}
	#proyectos_inicio ul li{
		width:100%;
		height:auto;
		float:left;
		margin:0;
		padding:20px 0 20px 0;
		background:url(../img/proyectos_separador.png) bottom no-repeat;
	}
		#proyectos_inicio ul li:hover{
			background:url(../img/proyectos_separador_hover.png) bottom no-repeat;
		}
	#proyectos_inicio ul li.destacado{	
		width:100%;
		height:auto;
		float:left;
		margin:0;
		padding:0px 0 20px 0;
		background:none;
		position:relative;
	}
		#proyectos_inicio #ultimos_trabajos{
			width:100%;
			height:161px;
			float:left;
			margin:0;
			padding:0;
			background:url(../img/proyectos_ultimos_trabajos.png) top no-repeat;
		}
			#proyectos_inicio  #ultimos_trabajos a{
				position:absolute;
				top:14px;
				left:23px;
				width:195px;
				height:120px;
				border:none;
				overflow:hidden;
			}
			#proyectos_inicio  #ultimos_trabajos a  img{
				width:195px;
			}
	
	
		
	

/*		#### LISTADOS			 	*/

div.listado h3{
	width:48%;
	float:left;
	margin:23px 0 0px 0px;
	padding:0 0 0 2%;
	color:#696969;
	border-bottom:1px solid #cecdcd;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}
ul.listado{
	width:100%;
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
	background:url(../img/separador_listado.gif) top repeat-y;
	}
	ul.listado li.sinborde{
		width:48.5%;
		float:left;
		height:auto;
		margin:0 0 5px 0;
		padding:0 0 5px 1.5%;
		position:relative;
	}	
	ul.listado li.borde{
		background:url(../img/separador_listado_arriba.gif) top no-repeat;
		width:48.5%;
		float:left;
		height:auto;
		margin:0 0 5px 0;
		padding:20px 0 10px 1.5%;
		position:relative;
	}
	ul.listado li #datos_listado{
		width:49%;
		float:left;
		margin:0 1% 0 0;
		padding:0;
	}			
	ul.listado li a.titulo{
		width:95%;
		float:left;
		font-size:18px;
		color:#bbbcbc;
		text-decoration:none;
		font-weight:bold;
		margin:0 0 10px 0;
		text-transform:uppercase;
	}
		ul.listado li a.titulo:hover{
			color:#000;
		}
	ul.listado li span.fecha,
	ul.listado li span.precio,
	ul.listado li span.fuente,
	ul.listado li span.resumen{
		float:left;
		margin:0 0 2px 0;
		padding:0;
		color:#817f7f;
		font-size:12px;
		font-style:normal;
		display:block;
		text-align:justify;		
	}
	ul.listado li strong{
		float:left;
		margin:0;
		padding:0;
		color:#7F7F7F;
	}	
	ul.listado li span.imagen{
		float:left;
		width:164px;
		height:107px;
		margin:0;
		padding:0;
		background:url(../img/fondo_imagen_listado.gif) top left no-repeat;	
	
	}
	ul.listado li span.imagen img{
		float:left;
		width:130px;
		height:80px;
		margin:9px 0 0 21px;
		border:1px solid #fff;
		padding:0;
	}	
	ul.listado li a.mas{
		width:auto;
		float:left;
		margin:10px 0 0 0;
		padding:0;
		font-size:11px;
		color:#595959;
		font-weight:normal;
	}
		ul.listado li a.mas:hover{
			color:#000000;
		}
	
	div.paginador{
		width:50%;
		float:left;
		margin:26px 0 25px 0;
		color:#817f7f;
		border-bottom:1px solid #cecdcd;
		font-size:14px;
		text-align:right;
	}
		div.paginador p.texto_paginador{
			float:right;
			width:auto;
			margin:3px 7px 0 0;
			padding:0;
			font-size:13px;
			font-weight:normal;			
		}
		div.paginador p{
			float:right;
			width:auto;
			margin:0;
			padding:0;
			font-size:14px;
			color:#817f7f;
			font-weight:bold;			
		}
		div.paginador a{
			float:left;
			padding:3px 5px 0 5px;
			margin:0 1px 0 1px;
			color:#969696;
			text-decoration:none;
		}
			div.paginador a:hover{
				color:#FFF;
				background:#cecdcd;
			}
		div.paginador strong{
			float:left;
			margin:0 1px 0 1px;
			padding:3px 5px 0 5px;
			color:#FFF;
			background:#cecdcd;
			font-weight:bold;
		}

/*CASO DE ÉXITO*/
ul.caso_exito{
	margin:0;
	padding:0;
	width:100%;
}

li.caso_exito{
	position:relative;
	float:left;
	width:235px;
	height:190px;
	overflow:hidden;
	margin:0 2px 15px 0;
	border-top: 1px solid #eee;	
}
	li.caso_exito p.titulo_exito{
		width:99%;
		float:left;
		text-align:center;	
	}
	li.caso_exito p.titulo_exito a{
		font-size:12px;
		color:#bbbcbc;
		text-decoration:none;
		font-weight:bold;
		margin:0 0 5px 0;
		text-transform:uppercase;
	}	
	li.caso_exito p.titulo_exito a:hover{
		color:#000;
	}
	li.caso_exito p.imagen_exito{
		float:left;
		width:234px;
		height:auto;
		margin:0;
		padding:0;
		background:none;
	}
	div.mascara_imagen{
				position:absolute;
				top:39px;
				left:0;
				width:234px;
				height:151px;
				background:url(../img/fondo.png) top left no-repeat;	
			}
	div.mascara_imagen:hover{
				background:url(../img/fondo_hover.png) top left no-repeat;		
	}			
	
	img.caso_exito{	
		float:left;
		width:174px;
		height:auto;
		margin:16px 0 0 30px;
		border:1px solid #fff;
		padding:0;	
	}
	

	li.caso_exito p.enlace{
		width:100%;
		text-align:center;
	}	
	li.caso_exito p.enlace a{
		float:left;
		margin:0px 0 0 80px;
		padding:0;
		font-size:11px;
		color:#595959;
		position:relative;
		float:left;
		font-weight:normal;
		text-align:center;	
	}		
	li.caso_exito p.enlace a:hover{
		color:#000;
	}
	

/*		#### OBJETOS 	*/	

div.objeto{
	width:100%;
	float:left;
	margin:0 0 10px 0;
	padding:0;
}

div.objeto h3{
	width:97%;
	float:left;
	margin:0 0 10px 0;
	padding:0;	
	color:#bbbcbc;
	font-size:28px;
	font-weight:bold;
}
div.objeto a.imagen{
	width:281px;
	height:190px;
	float:left;
	margin:0;
	padding:0;
	position:relative;
	overflow:hidden;
	/*background:url(../img/fondo_imagen_objeto.gif) top left no-repeat;*/		
}	
	div.objeto a.imagen div.mascara_imagen{
				position:absolute;
				top:0;
				left:0;
				width:281px;
				height:190px;
				background:url(../img/fondo_imagen_objeto.gif) top left no-repeat;		
			}
	div.objeto a.imagen img.titulo{
		width:225px;
		height:auto;
		float:left;
		margin:20px 0 0 32px;
		padding:0;
		border:1px solid #FFF;
	}

div.objeto div.datos_ficha{
	width:59%;
	height:auto;
	float:left;
	margin:0 0 0 1%;
	padding:0;
}
#contenido_contenido div.objeto p.flecha{
	width:96%;
	float:left;
	margin:0 0 4px 0;
	padding:0;
	font-size:14px;
	color:#3970a0;	
	text-align:justify;
}


#contenido_contenido div.objeto .resumen{
	color:#969696;
	width:100%;
	margin:15px 0 0 0;
}
#contenido_contenido div.objeto div.descripcion{
	margin:10px 0 10px 0;
	float:left;
	width:100%;
	font-size:14px;
	color:#666;
}
#contenido_contenido div.objeto div.descripcion img{
	border:1px solid #ddd;
	padding:2px;
}

#contenido_contenido div.objeto div.descripcion a{
		color:#474747;
		border-bottom:2px dotted #e5c135;

	}
		#contenido_contenido div.objeto div.descripcion a:hover{
			color:#FFF;
			background:#e5c135;
		}
		#contenido_contenido div.objeto div.descripcion strong{		
			font-size:18px;
			color:#3b70a1;
			font-weight:normal;	
		}	
/************************ ACCESOS DIRECTOS *****************/
#accesos_directos{
	width:18%;
	height:auto;
	float:right;
	margin:0;
	padding:0;
}
	#accesos_directos a{
		float:left;
		margin:0 4px 0 4px;
		padding:0;
	}
	#accesos_directos span{
		width:84%;
		float:left;
		margin:0 4px 0 4px;
		padding:0;
		color:#696969;
		font-size:12px;
	}
	
/*		#### BANNERS 	*/
	
#banners{
	width:95%;
	float:left;
	margin:0 0 10px 2px;
	padding:0 0 15px 0;
	list-style-type:none;
}
	*>#banners{
		margin:0 0 8px 2px;
	}

#banners img{
	float:left;
	width:100%;
	height:auto;
	margin:10px 0 0 0;
	padding:0;
	border:1px solid #4eff00;
	text-align:center;
	overflow:hidden;	
}

/*		#### MAPA WEB 	*/

#mapaweb, #resultados_busqueda{
	width:100%;
	float:left;
	margin:0;
	padding:0;
	font-size:13px;
}
#mapaweb, #resultados_busqueda p span{
	font-weight:bold;
}
#resultados_busqueda h3{
	width:100%;
	float:left;
	margin:10px 0 10px 0;
	padding:0;
	font-size:16px;
	color:#bbbcbc;
	text-transform:uppercase;
}
#resultados_busqueda a.listado{
	width:95%;
	float:left;
	margin:2px 0 0 0;
	padding:0;
	display:block;
	color:#4eff00;
}
#mapaweb ul,
#resultados_busqueda ul{
	width:95%;
	float:left;
	margin:0 0 0 3%;
	padding:0;
	list-style-type:none;
}
#mapaweb li,
#resultados_busqueda li{
	width:96%;
	float:left;
	margin:0 0 7px 0;
	padding:0 0 0 7px;
}

#resultados_busqueda a.titulo{
	display:block;
	float:left;
	width:97%;
	margin:0 0 0 1%;
	padding:0;
	font-weight:bold;
	color:#3985b3;
	font-size:14px;
}
#resultados_busqueda a.resumen{
	float:left;
	margin:0 0 0 15px;
	padding:0 0 3px 0;
	color:#666;
	font-size:13px;
	font-weight:normal;
}
#resultados_busqueda li.color1{
	border:1px solid #ddd;
	padding:2px;
}
#resultados_busqueda li.color2{
	border:1px solid #efefef;
	background-color:#efefef;
	padding:2px;
}

#mapaweb a.titulo{
	display:block;
	float:left;
	width:auto;
	margin:0 0 0 1%;
	padding:0;
	font-weight:bold;
	color:#3985b3;
	font-size:14px;
}
#mapaweb a.resumen{
	float:left;
	margin:0 0 0 15px;
	padding:0 0 3px 0;
	color:#666;
	font-size:13px;
	font-weight:normal;
}

#mapaweb p{
	margin-top:0;
}

#mapaweb li.color1{
	border-left:1px solid #ccc;
	padding:5px 2px 3px 5px;
}
#mapaweb li.color2{
	border-left:1px solid #aaa;
	padding:5px 2px 3px 5px;
}



/*		#### IMAGEN DE SECCION	 	*/

#imagen_seccion{
	width:100%;
	height:354px;
	float:left;
	margin:0 0 15px 0;
	overflow:hidden;
	position:relative;
}
	#imagen_seccion iframe{
		width:990px;
		height:354px;
		border:none;
		position:absolute;
		top:0px;
		left:0px;
		z-index:0;
		overflow:hidden;				
	}
/*#imagen_seccion span{
	display:block;
	width:100%;
	height:158px;
	position:absolute;
	top:-1px;
	right:0;
	z-index:100;
	background:url(../img/mascara_foto.png) top left no-repeat;
}*/
#imagen_seccion img{
	float:left;
	position:relative;
	z-index:1;
	padding:0 0 5px 0;
	border-bottom:4px solid #777777;
}

/*		#### PRECARGA DE IMÁGENES 	*/

#preloadedImages{
	float:left;
	margin:0;
	padding:0;
	height:1px;
	display:none;
}
/********* PERMISOS ************/
span.error_permisos{
	width:99%;
	float:left;
	padding:20px 0 20px 0;
	margin: 20px 0 50px 0;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	background:#FFCECE;
	
	border:#FF0000 1px solid;
	color:#FF0000;
}

/********* GOOGLE MAP ************/
iframe.google_map{
	float:left;
	width:525px;
	height:350px;
	border:1px solid #4eff00;
}



