@charset "utf-8";
/* CSS Document */
#divImag
{
	margin:0 0 0 20px;
	width:565px;
	
	text-align:center;
}
#divImag #grande
{
	margin:0 0 20px 0;
	
	width:565px;
	height:385px;
	
	text-align:center;
	font-size:13px;
}
	#divImag #grande img
	{
		width:565px;
		height:385px;
		
		margin:0 0 5px 0;
	}
#divImag .filaImg
{
	margin:0 0 0 0;
	padding:0 0 0 0;
	
	width:565px;
}
	#divImag .filaImg .galeria
	{
		margin:0 0 0 0;
		
		width:565px;
		height:60px;
		
		list-style:none;
	}
	/*#divImag .filaImg ul
	{
		width:565px;
		list-style:none;
	}*/
	#divImag .filaImg li
	{
		float:left;
		margin:0 7px 0 0;
		
		width:107px;
		height:74px;
		
		cursor:pointer;
	}
		#divImag .filaImg li img
		{
			width:107px;
			height:74px;
		}
	#divImag .filaImg .ultLi
	{
		margin:0;
	}
	.caption /* texto descriptivo que aparece debajo de la imagen grande */
	{
		margin:0;
		padding:0;
		
		font-style:italic;
		/*color:#525252;*/
		color:#fff;
	}

	#divImag .paginador /* siguiente | anterior */
	{
		clear:both;
		padding:0;
		margin:10px 0 0 0;
	
		width:515px;
		
		font-size:11px;
		letter-spacing:3px;
		text-align:center;
		color:#525252;
	}
	#divImag .paginador a
	{
		text-decoration:none;
		color:#525252;
	}
	#divImag .paginador a:hover
	{
		text-decoration:underline;
	}

/* CAPA DERECHA */  /* ESTILOS PARA CUANDO MANDEN EL LISTADO DE CLIENTES */
#divCliente
{
	height:344px;
	
	background-image:url(../img/clientes_drch_fnd.jpg);
}

#rightLayer #divCliente ul
{
	margin:0 0 0 35px;
	padding:10px 0 0 0;
	
	width:253px;
	
	list-style:none;
}
	#rightLayer #divCliente ul li
	{
		margin:0 0 12px 0;
		padding:0 0 0 20px;
		
		width:230px;
		
		background-image:url(../img/ico_cuadradoAzul.gif);
		background-repeat:no-repeat;
		background-position:0 5px;
		
		font-size:13px;
		color:#356394;
	}


/************ TEMPORAL HASTA QUE MANDEN CLIENTES Y FOTOS ***********************/
#imgSola
{
	margin:0 0 0 20px;
}

#divClienteTemporal
{
	height:216px;
	
	background-image:url(../img/presupuesto_drch_precio_fnd.jpg);
}

