/*Documento CSS para 

realizado por idominiun

www.idominiun.com
info@idominiun.com
**************************************************************************************
INFO:
**************************************************************************************/

/* import */


/*************************************************************************************
	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:1000px;
	margin:auto;
	padding:0px;
}
/***************************************************************************************
	CABECERA
***************************************************************************************/
#cabecera {
	width:100%;
	height:110px;
	background:url(../imagenes/bg_cabecera.jpg) no-repeat;
}
/***************************************************************************************
	MENU PRINCIPAL
***************************************************************************************/
ul#menu_principal {
	padding:13px 50px 27px 50px;
	width:900px;
	height:52px;
	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:142px;}
ul#menu_principal li.boton_m {width:202px;}
ul#menu_principal li.boton_g {width:302px;}

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%;
	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;
	}


/**********************************
		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:200px;
	background:url(../imagenes/bg_pie.jpg) no-repeat;
}
#pie h3 {height:65px; color:#000; border:none; font-size:1.0em; padding:20px 5px 0; font-style: italic;}
ul#menu_pie {
	width:100%;
	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;
		}
  
 /*******************************
	SIDEBAR
********************************/ 	
#sidebar {
	float:right;
	width:265px;
}

#sidebar #usuario{
	width:100%;
	height:22px;
	line-height:22px;
	background:#333 url(../imagenes/bg_usuario.jpg) repeat-y;
}

#sidebar #usuario ul {
	float:left;
	margin-left:15px;
}
	#sidebar #usuario ul li {
		float:left;
		margin-left:5px;
	}
	#sidebar #usuario a {
		color:#333;
		font-weight:bold;
	}
	#sidebar #usuario a:hover {
		color:#2344b5;
	}
#sidebar #usuario p {
	margin:0px;
	float:left;
	text-indent:20px;
}

#sidebar #galeria_deslizable {margin-top:20px;}

/***************************************************************************************
	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:280px; 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 40px 5px 5px;
			height:70px;
			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:35px;
		height:35px;
		top:40px;
		left:161px;
	}
		.boton_rotulo a.boton_on, .boton_rotulo a.boton_off {
			width:100%;
			height:100%;
			display:block;
			border:#09f 1px solid;
		}
		
		.boton_rotulo a.boton_on {background:url(../imagenes/bombilla_on.jpg) no-repeat;}
		.boton_rotulo a.boton_off {background:url(../imagenes/bombilla_off.jpg) no-repeat;}

/*******************************
	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 h3 {height:17px;}
	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:26px;
		background:url(../imagenes/cab_presupuesto_sidebar.jpg) no-repeat;
	}
	#pie_presupuesto_sidebar{
		width:100%;
		height:26px;
		background:url(../imagenes/pie_presupuesto_sidebar.jpg) no-repeat;
	}
 #presupuesto_sidebar img {}
 #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;
 }


/***************************************************************************************
	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; overflow:hidden; }
.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;}



ul.lista_imagenes_datos {padding:6px; width:156px; height:220px; float:left;}
	ul.lista_imagenes_datos li {width:100%; font-size:12px; text-align:center;}
	ul.lista_imagenes_datos li img {padding:1px; border:#ccc 2px solid;}





p.ind {text-indent:15px; margin:30px 0px 10px 0px;}
p.nota {margin-left:20px; font-size:0.9em; margin-bottom:0 !important;}

/********************
	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;}

.pd_iz_70 {padding-left:70px;}


.derecha {float:right; margin:0 0 20px 20px;}
.izquierda {float:left; margin:0 20px 20px 0;}
.centro {margin:auto;}


#idominiun {margin-top:10px; float:right;}


#facebook {margin-left:10px; margin-top:20px; padding:5px; width:243px; background:#fff; border:#999 1px solid;}






/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(../imagenes/colorbox/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../imagenes/colorbox/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(../imagenes/colorbox/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../imagenes/colorbox/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(../imagenes/colorbox/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(../imagenes/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../imagenes/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../imagenes/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../imagenes/colorbox/border.png) 0 -29px repeat-x;}
    #cboxPhoto {margin-top:0; min-width:200px;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:60px;}
        #cboxTitle{position:absolute; bottom:35px; left:0; text-align:center; width:100%; color:#666;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(../imagenes/colorbox/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../imagenes/colorbox/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../imagenes/colorbox/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(../imagenes/colorbox/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../imagenes/colorbox/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=imagenes/colorbox/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=imagenes/colorbox/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=imagenes/colorbox/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=imagenes/colorbox/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=imagenes/colorbox/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=imagenes/colorbox/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=imagenes/colorbox/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=imagenes/colorbox/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}

