/*Documento CSS para 

realizado por idominiun

www.idominiun.com
info@idominiun.com
**************************************************************************************
INFO:
**************************************************************************************/

/* import */
@import 'sidebar.css';


/*************************************************************************************
	RESET
**************************************************************************************/
* {margin:0px; padding:0px;}
body {
	text-align:center;
	background:#333 url(../imagenes/bg_contenedor.jpg) center top no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;
}

h1 {font-size:18px; color:#09f; margin-bottom:10px;}
h2 {}
h3 {font-size:14px; color:#666; margin-bottom:20px; border-bottom:#ccc 1px dotted;}
h4 {margin:10px 0; border-bottom:#ccc 1px dotted;}
h5 {}

a {text-decoration:underline; color:#09f;}
a:hover {text-decoration:underline; color:#000;}

ul {list-style:none;}

p {text-align:left; color:#666; margin:10px 0px;}

img {border:none;}






#popup {
	position:absolute;
	z-index:100;
}
#popup_mov {
}
/***************************************************************************************
	CONTENEDOR
***************************************************************************************/
#contenedor {
	width:950px;
	margin:auto;
	padding:0px 50px;
}
/***************************************************************************************
	CABECERA
***************************************************************************************/
#cabecera {
	width:900px;
	height:110px;
	background:url(../imagenes/bg_cabecera.jpg) no-repeat;
}
/***************************************************************************************
	MENU PRINCIPAL
***************************************************************************************/
ul#menu_principal {
	padding:10px 50px 17px 50px;
	width:800px;
	height:55px;
	display:block;
	background:url(../imagenes/bg_menu_principal.jpg) no-repeat;
}
ul#menu_principal li {
	padding-right:2px;
	float:left;
	height:55px;
	line-height:55px;
	text-align:center;
	background:url(../imagenes/separador_boton.jpg) right no-repeat;
}

ul#menu_principal li.boton_p {width:148px;}
ul#menu_principal li.boton_m {width:198px;}
ul#menu_principal li.boton_g {width:298px;}

ul#menu_principal a {
	width:100%;
	height:55px;
	display:block;
	color:#fafafa;
	font-size:12px;
	font-weight:bolder;
	text-decoration:none;
}


ul#menu_principal a:hover,
ul#menu_principal a:active,
ul#menu_principal a.activo {background:url(../imagenes/bg_boton_sobre.jpg) no-repeat;}

/***************************************************************************************
	CONTENIDOS
***************************************************************************************/
#contenido {
	width:100%;
	padding-left:30px;
	line-height:18px;
}

#principal {
	width:735px;
	background:url(../imagenes/bg_principal.jpg) repeat-y;
	text-align:left;
	line-height:17px;
}
	.cab_principal {
		width:100%;
		height:51px;
	}
	#pie_principal {
		width:100%;
		height:64px;
		background:url(../imagenes/bg_pie_principal.jpg) no-repeat;
	}

/**********************************
		BLOQUES CONTENIDOS
**********************************/
	/************************************
		BLOQUES
	************************************/ 
	.bloque_xxs,
	.bloque_xs,
	.bloque_s,
	.bloque_m,
	.bloque_l,
	.bloque_xl,
	.bloque_xxl,
	.bloque_3xl,
	.bloque_4xl {
		padding:30px;
		float:left;
	}
	
	/* + el padding */
	.bloque_xxs {width:180px;}
	.bloque_xs {width:230px;}
	.bloque_s {width:300px;}
	.bloque_m {width:430px;}
	.bloque_l {width:480px;}
	.bloque_xl {width:580px;}
	.bloque_xxl {width:675px;}
	.bloque_3xl {width:780px;}
	.bloque_4xl {width:880px;}
	
	
	.cabecera_bloque {
		height:30px;
	}
	
	.cuerpo_bloque {
		width:100%;
		min-height:150px;
	}
	
	
	a.enlace_pie_bloque {
		float:right;
		margin-top:10px;
		padding:2px 5px 4px;
		background:#e5e5e5;
		font-size:0.8em;
		color:#09f;
		text-decoration:underline;
	}
		a.enlace_pie_bloque:hover {
			background:#09f;
			color:#fff;
			text-decoration:none;
		}
	
	
	
	/* Los pies de los bloques. Hay varios modelos */
	.pie_bloque_a,
	.pie_bloque_b,
	.pie_bloque_c {
		width:100%;
		height:20px;
		text-align:right;
		margin-right:20px;
		font-size:10px;
	}
	.pie_bloque_a {
		background:#ccc url(../imagenes/bg_pie_bloque_a.jpg) no-repeat;
	}
	.pie_bloque_b {	
	}
/***************************************************************************************
	PIE WEB
***************************************************************************************/
#pie { 
	width:735px;
	height:105px;
	background:url(../imagenes/bg_pie.jpg) no-repeat;
}

ul#menu_pie {
	width:100%;
	padding-top:20px;
	height:40px;
	text-align:center;
}
	ul#menu_pie li {
		display:inline-block;
		margin:0px 2px;
		color:#ccc;
	}
	ul#menu_pie a {
		font-size:10px;
		color:#fff;
		font-weight:bold;
		text-decoration:none;
	}
		ul#menu_pie a:hover {
			text-decoration:underline;
		}
  
  	
	
/***************************************************************************************
	SECCIONES
***************************************************************************************/
/*******************************
	INDEX
********************************/
#cab_inicio {background:url(../imagenes/cab_inicio.jpg) no-repeat;}

.blq_index {
	margin:0 5px;
	padding:0 35px 30px 30px;
	background:url(../imagenes/bg_bloque_index.jpg) bottom no-repeat;
	overflow:hidden;
}


.cuerpo_bloque_index {padding-left:30px; margin-bottom:30px; overflow:hidden;}
	.cuerpo_bloque_index img {float:left; padding:2px; width:150px; height:109px; clear:left; border:#ccc 1px solid;}
	.cuerpo_bloque_index .texto {float:left; margin-left:20px; width:450px;}

.cuerpo_bloque_index ul.sub_lista_index {padding-left:20px;}
.cuerpo_bloque_index ul.sub_lista_index li {float:left; width:50%; margin-bottom:10px;}

/* PRESUPUESTO EN SIDEBAR */
#presup_fijo {
	width:200px;
	padding:10px;
	position:fixed;
	top:50%;
	left:0;
	background:#f00;
	color:#fff;
}



/*******************************
	ROTULOS
********************************/
/*   en index   */
.index_rotulos {background:url(../imagenes/img_index_laser.jpg) no-repeat;}

#cab_rotulos{background:url(../imagenes/cab_rotulos.jpg) no-repeat;}


	/************************
		IMAGENES ROTULO
	*************************/
	.rotulo {padding:0; width:200px; height:360px; float:left; margin:8px; border:#ccc 4px solid;}
	
	.img_rotulo {width:200px; position:absolute; z-index:0; background:#c3c3c3;}
		.img_rotulo h4 {
			margin:0 !important;
			padding:5px;
			height:60px;
			background:#00c9fd url(../imagenes/bg_titulo_img_rotulo.jpg) bottom repeat-x;
			color:#fff;
			font-size:1.0em;
		}
		.img_rotulo p.pie_rotulo {margin:0 !important;}
	
	.boton_rotulo {
		margin:0 !important;
		position:relative;
		z-index:1;
		width:32px;
		height:30px;
		top:208px;
		left:161px;
	}
		.boton_rotulo a.boton {
			width:100%;
			height:100%;
			display:block;
			border:#09f 2px solid;
		}
		
		.boton_rotulo a.boton:hover {
			border:#fff 2px solid;
		}
		
	.pie_rotulo {
		padding:5px 5px 5px 40px;
		height:80px;
		background:#e4e4e4 url(../imagenes/boton_sig_img_rotulos.jpg) no-repeat;
		color:#333;
		font-size:0.9em;
	}
	
		.pie_rotulo a {display:block;}

/*******************************
	LASER
********************************/
#cab_laser{background:url(../imagenes/cab_grabado_laser.jpg) no-repeat;}

/* Pasos */
div.pasos {padding:10px; width:658px; background:#e4e4e4; border:#09f 1px solid; overflow:hidden;}
	div.pasos ul {width:33%; float:left;}
	div.pasos li {text-align:center;}
	div.pasos li img {border:#ccc 5px solid;}
	div.pasos li p {text-align:center;}
/*******************************
	CORTE
********************************/
#cab_corte{background:url(../imagenes/cab_servicio_corte.jpg) no-repeat;}

ul.listado_corte {width:300px; margin-left:15px; float:left; padding-bottom:20px;}
	ul.listado_corte li {float:left; margin-bottom:5px; width:150px; background:url(../imagenes/bg_ul_azul.jpg) 0 8px no-repeat; text-indent: 6px;}



/*******************************
	TRABAJOS
********************************/
#cab_trabajos {background:url(../imagenes/cab_trabajos.jpg) no-repeat;}
.img_tra {margin:5px; padding:2px; border:#ccc 1px solid;}

/*******************************
	PRODUCTOS
********************************/
#cab_productos {background:url(../imagenes/cab_productos.jpg) no-repeat;}

/*******************************
	REGISTRO
********************************/
#cab_registro {background:url(../imagenes/cab_registro.jpg) no-repeat;}
/*******************************
	LOGIN
********************************/

/*******************************
	MI CUENTA
********************************/
#cab_micuenta {background:url(../imagenes/cab_micuenta.jpg) no-repeat;}
ul#menu_cuenta {
	width:100%;
	display:block;
	height:30px;
	margin-bottom:10px;
}
ul#menu_cuenta li {
	display:block;
	float:left;
	margin:0px 5px;	
}
ul#menu_cuenta li a {
	color:#333;
	font-weight:bold;
}
ul#menu_cuenta li a:hover {
	color:#2344b5;
}

#mis_datos {
}
#mis_datos ul {
	margin-bottom:20px;
}

/*******************************
	CONTACTO
********************************/
#cab_contacto {background:url(../imagenes/cab_contacto.jpg) no-repeat;}

input.entrada_g,
textarea.entrada_g {
	width:95%;
	margin-bottom:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;
}
input.entrada_p,
input.entrada_m,
input.entrada_g,
select.entrada_g {
	padding:2px;
	height:20px;
}
input.entrada_p {
	width:50px;
	margin-bottom:10px;
}
input.entrada_m {
	margin-bottom:10px;
}
textarea.entrada_g {
	padding:5px;
	height:100px;
}
select.entrada_m {
	height:25px;
	margin-bottom:10px;
    width:250px;
}
form label {
	display:block;
	height:20px;
	line-height:20px;
}
input.boton {
	width:120px;
	height:30px;
	color:#333;
	font-weight:bold;
	margin-bottom:5px;
}
ul.captcha {
	margin:5px 0px;
}


#localizacion {padding-top:0;}

/***************************************************************************************
	PRESUPUESTO
***************************************************************************************/
#cab_presupuesto {background:url(../imagenes/cab_presupuestos.jpg) no-repeat;}

div.pres_ext {
	width:100%;
	margin-top:20px;
}	
ul.pres_ext {
	margin-left:20px;	
	float:left;
	width:70px;
	font-size:0.8em;
}
	
ul.pres_ext li {
	text-align:center;
	height:24px;
}
	li.p_pvp{width:70px;}
	li.p_acabado {
		width:110px;
		text-align:left !important;
	}
	.p_nombre {
		font-weight:bold;
	}



ul.cab_datos,
ul.datos,
ul.cab_datos_p,
ul.datos_p {
	width:100%;
	height:20px;
	display:block;
	margin-bottom:5px;
}

ul.cab_datos, ul.datos {width:100%;}
ul.cab_datos_p, ul.datos_p {width:130px;clear:right;}
ul.cab_datos, ul.cab_datos_p {font-weight:bold; color:#09f;}
ul.datos, ul.datos_p {margin-bottom:15px;}

ul.cab_datos li,
ul.datos li,
ul.cab_datos_p li,
ul.datos_p li {
	float:left;
	height:20px;
	margin:2px 5px;
}

ul.ul_derecha {float:right;}

li.destacado {font-weight:bold; font-size:1em; color:#000;}

li.texto {width:200px;}
li.altura {width:100px;}
li.tizon {width:60px;}
li.espesor {width:70px;}
li.fuente {width:70px;}
li.material {width:70px;}
li.acabado {width:100px;}
li.total {width:130px; text-align:right;}

ul.calculo {
	float:right;
	width:50%;
	clear:right;
}
ul.calculo li {
    margin:5px;
    text-align:right;
}
ul.calculo li.detalle, ul.calculo li.total {
    margin-left:10px;
}
ul.calculo li.total {
    font-size:14px;
    font-weight:bold;
}
li.total_presupuesto {
	font-size:1.7em;
	text-align:center;
}


li#fuentemay {height:30px; line-height:30px; font-weight:bold; font-size:18px;}
li#fuentemin {height:30px; line-height:30px; font-weight:bold; font-size:18px;}
 /*************************************
 	PRESUPUESTO ONLINE SIDEBAR
 *************************************/
 #presupuesto_sidebar {}
	#cabecera_presupuesto_sidebar{
		width:100%;
		height:50px;
		background:url(../imagenes/cab_presupuesto_sidebar.jpg) no-repeat;
	}
	#pie_presupuesto_sidebar{
		width:100%;
		height:50px;
		background:url(../imagenes/pie_presupuesto_sidebar.jpg) no-repeat;
	}
 #presupuesto_sidebar img {margin-top:-2px;}
 #presupuesto_sidebar a {}

 /*************************************
 	PRESUPUESTO LETRAS DE CHANELUME
 *************************************/
 .tabla_presupuesto {margin-bottom:30px;}
 
 	.tabla_presupuesto h4 {font-size:12px; margin-bottom:10px;}
 
 ul.encabezados,
 ul.detalle {width:100%;}
 
	 ul.encabezados li,
	 ul.detalle li {
	 	margin:2px;
	 	float:left;
	 	width:20%;
	 	height:20px;
	 	display:block;
	 	text-align:center;
	 }

	ul.encabezados li {
		color:#fff;
		background:#096;
	}
	ul.detalle li {
		color:#666;
		background:#ededed;
	}



a#presupuesto_flotante { 
    background:#06c url(../imagenes/presup_flotante.png) no-repeat scroll -2px 50%;
    border-color:#555555 #fff #555555 #555555;
    border-style:outset none outset outset;
    border-width:1px medium 1px 1px;
    display:block;
    height:90px;
    /*margin-top:-45px;*/
    position:fixed;
    right:0;
    text-indent:4000px;
    top:40%;
    width:25px;
    z-index:100001;
  }
  
 /*************************************
 	GALERIA PRINCIPAL
 *************************************/  
 .galeria_ppal {
 	margin:0 0 0 5px;
 	width:726px;
 	border-bottom:#09f 7px solid;
 	border-top:#09f 7px solid;
 }


/***************************************************************************************
	MISCELANEA
***************************************************************************************/
.limpia {clear:both;}

a.enlace_a {background:#09F; color:#fff; padding:5px; text-decoration:none;}
a.enlace_a:hover {text-decoration:underline;}

ul.ul_a {margin-left:25px; margin-bottom:25px;}
	ul.ul_a li {margin-bottom:5px;}

ul.ul_b {margin-left:25px; margin-bottom:45px; border-bottom:#ccc 1px dotted;}
	ul.ul_b li {margin-bottom:5px;}

ul.ul_c {width:100%;}
	ul.ul_c li {display:inline-block;}
	ul.ul_c img {padding:2px; background-color:#ccc; border:#999 1px solid; margin:10px;}


ul.lista_a {margin-left:20px;}
	ul.lista_a li {margin-bottom:20px;}
ul.lista_b {margin-left:20px;}
	ul.lista_b li {margin-bottom:10px;}


ul.lista_sub {padding-left:40px; overflow:hidden;}
	ul.lista_sub li {float:left; width:50%; margin-bottom:10px; background:url(../imagenes/bg_ul_azul.jpg) 0 8px no-repeat; text-indent:8px;}


ul.lista_productos {padding-left:20px; overflow:hidden;}
	ul.lista_productos li {float:left;margin:5px;}
		ul.lista_productos li img {padding:2px; border:#ccc 1px solid;}


ul.lista_productos_con_datos {margin:0 15px 15px 0; float:left; overflow:hidden;}
	ul.lista_productos_con_datos li {text-align:center; font-size:0.9em; color:#09f; font-weight:bold;}
		ul.lista_productos_con_datos li img {padding:2px; border:#ccc 1px solid;}





.cuerpo_p, .cuerpo_m, .cuerpo_g {padding:5px; float:left;}
.img_con_datos_p, .img_con_datos_m, .img_con_datos_g {background:#e7e7e7; padding:5px; border:#ccc 1px solid;}
.img_con_datos_p, .cuerpo_p {width:218px;}
.img_con_datos_m, .cuerpo_m {width:410px;}
.img_con_datos_g, .cuerpo_g {width:663px;}

	.img_con_datos_p span, .img_con_datos_m span, .img_con_datos_g span {padding: 2px 0; display:block; font-size:0.9em; text-indent:5px; border-bottom: #09f 1px solid; font-weight:bold;}
	.img_con_datos_p img, .img_con_datos_m img, .img_con_datos_g img {padding:2px; border:#ccc 1px solid; background:#fff;}
	.img_con_datos_p ul, .img_con_datos_m ul, .img_con_datos_g ul {float:left; margin:2px;}
	.img_con_datos_p li, .img_con_datos_m li, .img_con_datos_g li {text-align:center; font-size:0.9em;}

p.ind {text-indent:15px; margin:30px 0px 10px 0px;}


/********************
	colores
********************/
.destacado {font-weight:bold;}
.sp_a {font-weight:bold; text-transform:uppercase;}
.sp_b {color:#09F;}
.col_b {color:#09F;}
.sp_c {color:#F00;}
.sp_d {color:#333;}
.sp_e {color:#F60;}
.sp_f {color:#60C;}
.sp_g {padding-left:25px; color:#09f;}
.alerta {color:#f00;}

/********************
	margenes
********************/
.m20 {margin-left:20px;}
.m40 {margin-left:40px;}

.derecha {float:right; margin:0 0 20px 20px;}
.izquierda {float:left; margin:0 20px 20px 0;}


#idominiun {margin-top:10px; float:right;}