@font-face {
	font-family: 'allerregular';
	src: url('../fonts/aller_rg-webfont.eot');
	src: url('../fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/aller_rg-webfont.woff') format('woff'), url('../fonts/aller_rg-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'homenajeregular';
	src: url('../fonts/homenaje-regular-webfont.eot');
	src: url('../fonts/homenaje-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/homenaje-regular-webfont.woff') format('woff'), url('../fonts/homenaje-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'allerbold';
	src: url('../fonts/aller_bd-webfont.eot');
	src: url('../fonts/aller_bd-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/aller_bd-webfont.woff') format('woff'), url('../fonts/aller_bd-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'allerbold_italic';
	src: url('../fonts/aller_bdit-webfont.eot');
	src: url('../fonts/aller_bdit-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/aller_bdit-webfont.woff') format('woff'), url('../fonts/aller_bdit-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'alleritalic';
	src: url('../fonts/aller_it-webfont.eot');
	src: url('../fonts/aller_it-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/aller_it-webfont.woff') format('woff'), url('../fonts/aller_it-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'aller_lightregular';
	src: url('../fonts/aller_lt-webfont.eot');
	src: url('../fonts/aller_lt-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/aller_lt-webfont.woff') format('woff'), url('../fonts/aller_lt-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'aller_lightitalic';
	src: url('../fonts/aller_ltit-webfont.eot');
	src: url('../fonts/aller_ltit-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/aller_ltit-webfont.woff') format('woff'), url('../fonts/aller_ltit-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'aller_displayregular';
	src: url('../fonts/allerdisplay-webfont.eot');
	src: url('../fonts/allerdisplay-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/allerdisplay-webfont.woff') format('woff'), url('../fonts/allerdisplay-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: '616';
	src: url('../fonts/616.eot');
	src: local('616'), url('../fonts/616.woff') format('woff'), url('../fonts/616.ttf') format('truetype');
}
/*estilos generales*/
html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'homenajeregular', Segoe, Arial, Sans-serif;
	line-height: 150%;
	font-size: 13px;
	color: #4D4D4D;
	background: #f5f5f5;
}
a {
	text-decoration: none;
}
a img {
	outline: 0;
	border: 0;
}
a:hover {
	text-decoration: none;
}
* {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-box-sizing: content-box;
}
.main {
	position: relative;
	width: 960px;
	margin: 0 auto 20px;
	background: #fff url(../images/bg_int.jpg) left top no-repeat;
	-webkit-box-shadow: 0 0 8px -2px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 8px -2px rgba(0,0,0,.3);
	box-shadow: 0 0 8px -2px rgba(0,0,0,.3);
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
}
/*terminan estilos generales*/

/*estilos inicio*/

.contenedor_inicio {
	width: 960px;
	height: 774px;
	background: url(../images/intro.jpg) center top no-repeat;
}
.titulo_inicio {
	position: absolute;
	left: 66px;
	top: 176px;
	width: 200px;
}
.dec_virt {
	font-family: 'aller_lightitalic', Arial;
	font-size: 30px;
	color: #352063;
	line-height: 1em;
}
.dec_virt strong {
	font-family: 'allerbold_italic', Arial;
}
.bienvenidos {
	text-align: right;
	padding-top: 14px;
	color: #F16622;
	font-size: 18px;
}
.cont_logo {
	position: absolute;
	left: 500px;
	top: 320px;
}
.logo_inicio {
	background: url(../images/sombra.png) center bottom no-repeat;
	padding: 0 20px 30px;
}
.inicio {
	text-align: right;
	padding-top: 20px;
	padding-right: 30px;
	font-size: 18px;
}
.inicio a {
	color: #F16622;
}
.inicio a:hover {
	color: #6FBD44;
}

@media screen and (min-width: 0) and (max-width: 480px) {
.inicio {
	font-size: 42px;
}
}
/*terminan estilos inicio*/
/*estilos encabezado*/
.header {
	position: relative;
	height: 96px;
}
.logo {
	position: absolute;
	left: 30px;
	top: 40px;
}
.nav {
	position: absolute;
	right: 0;
	top: 10px;
	width: 680px;
	height: 26px;
	padding-right: 65px;
	text-align: right;
	background: url(../images/nav.png) right top no-repeat;
}
.nav ul {
	display: inline-block;
	margin: 4px 0 0 0;
	padding: 0;
}
.nav ul li {
	position: relative;
	display: inline-block;
	margin: 0 0 0 11px;
	padding: 0;
}
.nav ul li:before {
	content: '';
	position: absolute;
	width: 11px;
	height: 23px;
	left: -11px;
	top: 0;
	background: url(../images/separador.png) left top no-repeat;
}
.nav ul li:first-child:before {
	display: none;
}
.nav ul li a {
	display: block;
	height: 22px;
	line-height: 22px;
	padding: 0 10px;
	color: #F2F2F2;
	font-size: 13px;
	letter-spacing: .1em;
	transition: all ease-in-out .2s;
}
.nav ul li a:hover {
	color: #9c0;
	transition: all ease-in-out .2s;
}
.ayuda {
	position: absolute;
	right: 0;
	top: 36px;
}
.ayuda_btn {
	display: block;
	width: 80px;
	height: 19px;
	padding-right: 10px;
	line-height: 19px;
	text-align: right;
	background: url(../images/ayuda.png) left top no-repeat;
	color: #fff;
	outline: none;
}
.titulo {
	position: absolute;
	bottom: 10px;
	left: 420px;
	font-family: 'aller_lightitalic', Arial;
	font-size: 30px;
	color: #4D4D4D;
}
.titulo strong {
	font-family: 'allerbold_italic', Arial;
}
.titulo_share {
	position: absolute;
	bottom: 10px;
	left: 350px;
	font-family: 'aller_lightitalic', Arial;
	font-size: 20px;
	color: #4D4D4D;
}
/*terminan estilos encabezado*/

/*estilos editor de imagen*/
.adecorar {
	position: relative;
}
.imgeditor {
	position: relative;
	padding-left: 356px;
	width: 572px;
}
.imgtools {
	position: relative;
	display: none;
	vertical-align: top;
	width: 40px;
	background: #666;
	padding-bottom: 5px;
	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
}
.imgtools ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.imgtools ul li {
	margin: 2px;
}
.imgtools ul li a {
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #777;
	color: #fff;
}
.imgmain {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.imgbox {
	position: relative;
	width: 530px;
	background: #ccc;
}
.area_info {
	position: relative;
	background: #54B4F0;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	text-align: right;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
}
.area_info .usando {
	position: relative;
	display: inline-block;
	vertical-align: top;
	min-width: 300px;
	background: #CCCCCC;
	padding: 0 25px 0 10px;
	color: #333;
	text-align: left;
}
.area_info .area {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background: #54B4F0 url(../images/tr2.png) left center no-repeat;
	padding: 0 25px 0 20px;
	color: #fff;
	text-align: left;
}
.area_info .usando:before {
	content: '';
	position: absolute;
	left: -11px;
	top: 0;
	width: 11px;
	height: 20px;
	background: url(../images/tr1.png) left center no-repeat;
}
.area_info .usando:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border-right: 0;
	border-top: 0;
	border-left: 15px solid transparent;
	border-bottom: 21px solid #fff;
}
.area_info .usando span, .area_info .area span {
	font-weight: bold;
}
.tupaleta {
	position: absolute;
	width: 70px;
	top: 0;
	right: 0;
	height: 100%;
	max-height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding-left: 5px;
	background: #f5f5f5;
}
.tupaleta h2 {
	font-family: 'homenajeregular', Segoe, Arial, Sans-serif;
	font-size: 15px;
	color: #000;
	letter-spacing: .1em;
	font-weight: normal;
	line-height: normal;
	margin: 0;
}
.tupaleta .cuadro_color {
	position: relative;
	width: 54px;
	margin: 6px 0;
	font-family: 'homenajeregular', Segoe, Arial, Sans-serif;
	color: #4D4D4D;
	line-height: 1em;
}
.tupaleta .cuadro_color div {
	display: block;
	width: 46px;
	height: 46px;
	font-size: 0;
	margin-bottom: 4px;
	background-image: url(../images/cancelar_btn.png);
	background-position: right top;
	background-repeat: no-repeat;
	cursor: pointer;
}
/*terminan estilos editor de imagen*/

/*estilos contenedor medio*/
.midcont {
	position: relative;
	width: 745px;
	padding: 0 0 0 141px;
	text-align: right;
	min-height: 150px;
}
.midcont .info_prod {
	position: relative;
	display: table-cell;
	vertical-align: top;
	width: 186px;
	text-align: left;
	letter-spacing: .1em;
	padding: 0 15px 20px 15px;
	border-left: 1px solid #6FBD44;
}
.midcont .info_prod h2 {
	font-family: 'allerbold', Arial;
	font-size: 28px;
	color: #F16622;
	margin: 0 0 15px 0;
	letter-spacing: normal;
}
.midcont .info_prod p {
	margin: 0;
}
.midcont .colores {
	position: relative;
	display: table-cell;
	vertical-align: top;
	text-align: left;
	width: 527px;
	height: 110px;
	padding: 20px 0 20px 5px;
	border-left: 1px solid #999;
}
.midcont .colores a {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin: 6px;
	padding: 2px;
	border: 1px solid #ddd;
	-webkit-border-radius: 12px 0 12px 12px;
	-moz-border-radius: 12px 0 12px 12px;
	border-radius: 12px 0 12px 12px;
}
/*terminan estilos contenedor medio*/

/*estilos contenedor bottom*/
.botcont {
	border-top: 1px solid #6FBD44;
}
.botcont .cont_info {
	position: relative;
	display: table-cell;
	vertical-align: top;
	width: 357px;
	font-family: 'allerbold', Arial;
	font-size: 13px;
	color: #534741;
	line-height: normal;
}
.botcont .cont_redes, .botcont .cont_descargar {
	display: block;
	padding: 27px 15px;
	background: url(../images/sombra.png) center top no-repeat;
}
.botcont .cont_redes span.bloque {
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px
}
.botcont .cont_redes a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.botcont .cont_descargar .descarga, .botcont .cont_descargar .calcula {
	display: table-cell;
	width: 50%;
	text-align: center;
}
.botcont .cont_descargar .descarga {
	border-right: 1px solid #ddd;
}
.botcont .cont_descargar a.descargar_btn {
	display: inline-block;
	vertical-align: top;
	width: 112px;
	height: 36px;
	padding-top: 4px;
	margin-top: 10px;
	margin-left: 10px;
	font-family: 'homenajeregular', Segoe, Arial, Sans-serif;
	text-align: center;
	color: #fff;
	background: url(../images/descargar_img_btn.png) left top no-repeat;
	font-weight: normal;
}
.botcont .cont_prod {
	position: relative;
	display: table-cell;
	vertical-align: top;
	width: 604px;
	text-align: center;
	background: #e5e5e5;
}
.titulo_productos {
	position: relative;
	height: 22px;
	line-height: 22px;
	color: #fff;
	font-size: 15px;
	text-align: left;
	padding-left: 30px;
	background: #999999;
}
.botcont .cont_prod ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.botcont .cont_prod ul li {
	display: inline-block;
	vertical-align: top;
}
.botcont .cont_prod ul li a {
	display: block;
	width: 70px;
	padding: 20px 10px 0 10px;
}
.botcont .cont_prod ul li a img {
	width: 70px;
}
.prd_vinilicas, .prd_esmalte, .prd_paletapntmx {
	position: relative;
	float: right;
	display: inline-block;
	padding: 0 15px;
	height: 23px;
	line-height: 22px;
	color: #eee;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-top: -22px;
	cursor: pointer;
	z-index: 2;/*background: #ccc;*/
}
.prd_vinilicas:hover, .prd_esmalte:hover {
	color: #fff;
}
.prd_vinilicas, .prd_esmalte {
	border-right: 1px solid #fff;
}
.cont_prod .prd_activo:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 22px;
	margin-left: -10px;
	border-top: 10px solid #999999;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 0;
}
/*terminan estilos contenedor bottom*/



/*estilos elegir*/
/*estilos de main_area*/
.main_area {
	position: relative;
	background: url(../images/main_area.png) right top no-repeat;
	padding-left: 250px;
	min-height: 420px;
	z-index: 3;
}
.main_area h2 {
	font-family: 'allerbold', Arial;
	font-size: 17px;
	color: #333;
}
.subir_elegir {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 400px;
}
a.boton, .btn {
	position: relative;
	display: inline-block;
	height: 40px;
	line-height: 22px;
	padding: 0 5px;
	color: #fff;
	background: url(../images/btn.png) repeat-x center top;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	overflow: visible;
	font-family: 'homenajeregular', Segoe, Arial, Sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	outline: none !important;
}
a.boton:before, a.boton:after, .btn:before, .btn:after {
	content: '';
	position: absolute;
	top: 0;
	width: 7px;
	height: 40px;
}
a.boton:before, .btn:before {
	left: -7px;
	background: url(../images/btn_left.png);
}
a.boton:after, .btn:after {
	right: -7px;
	background: url(../images/btn_right.png);
}
a.boton:hover, .btn:hover {
	background: url(../images/btn.png) repeat-x center top;
}
button.btn, button.btn:hover {
	background-position: center 9px;
	cursor: pointer;
}
.btn:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
button.btn:after, button.btn:before {
	top: 9px;
}
.fileinput-button input {
	font-size: 13px;
}
p.recomendaciones {
	width: 250px;
	font-family: 'allerregular', arial;
	font-size: 10px;
}
.elegir {
	background: url(../images/main_area.png) center top no-repeat;
	background-size: contain;
	padding-top: 15px;
}
.elegir ul {
	display: inline-block;
	vertical-align: top;
	padding-left: 0;
	list-style: none;
	letter-spacing: .1em;
	color: #000;
	line-height: 1.7em;
}
.elegir ul.izq {
	width: 170px;
}
.elegir ul.der {
	width: 170px;
}
.elegir ul li {
	padding-left: 25px;
	background: url(../images/bullet.png) left 4px no-repeat;
}
.elegir ul li.active {
	background: url(../images/bullet_active.png) left 4px no-repeat;
}
.elegir ul li a {
	display: inline-block;
	vertical-align: top;
	color: #000;
}
.elegir ul li a:hover {
	color: #f60;
}
.elegir ul li.active a {
	border-left: 2px solid #f90;
	padding: 0 10px;
	background: #eee;
	width: 120px;
}
.elegir ul li a span {
	font-size: 10px;
	color: #666;
}
.btn-primary[disabled] {
	background-color: transparent !important;
}
/*terminan estilos elegir*/

/*estilos  visualizador*/
.visualizador {
	position: absolute;
	display: inline-block;
	vertical-align: top;
	width: 300px;
	padding: 5px;
	top: 0;
	bottom: 0;
	font-family: 'allerregular', arial;
	font-size: 11px;
	color: #333;
	background: #E6E6E6 url(../images/bg_visualizador.png) right bottom no-repeat;
	text-align: center;
}
.visualizador img {
	display: block;
}
.visualizador span {
	display: block;
	height: 30px;
	line-height: 30px;
	margin-top: -30px;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.visualizador .tegusta {
	padding-top: 30px;
}
.visualizador .tegusta .boton {
	margin-left: 15px;
	margin-top: 5px;
}
.text-danger {
	color: #c00 !important;
}
/*terminan estilos  visualizador*/

/*terminan estilos de main_area*/

/*estilos galerias*/
.galerias {
	position: relative;
	margin: 0 auto;
	background: #CCC url(../images/main_area.png) center top no-repeat;
	min-height: 50px;
	padding: 30px 15px;
	text-align: center;
}
.galerias h3 {
	display: block;
	height: 30px;
	line-height: 30px;
	margin-top: -60px;
	color: #333;
	letter-spacing: .1em;
	font-size: 16px;
	text-align: left;
	padding-left: 25px;
}
.galerias ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.galerias ul li {
	display: inline-block;
	margin: 0 10px;
	padding: 0;
}
.galerias ul li a {
	display: block;
	width: 198px;
	height: 138px;
	padding: 3px;
	background: #fff;
}
/*terminan estilos galerias*/

/*estilos tus areas*/
.tusareas .main_area {
	padding-left: 420px;
	padding-bottom: 30px;
}
.tusareas .subir canvas, .tusareas .elegir img {
	border: 1px solid #eee;
}
.tusareas .subir_elegir {
	width: auto;
}
/*.tusareas .subir {
	text-align: right;
}*/
.tusareas .subir button, .tusareas .subir a.btn {
	margin-right: 30px;
	margin-left: 10px;
}
.tusareas .subir i.icon-trash {
	width: 14px;
	height: 14px;
	display: inline-block;
	margin-top: -4px;
	margin-right: 5px;
	vertical-align: middle;
}
.tusareas .subir button.borrar i.icon-trash {
	background: url(../images/borrar_icon.png);
}
.tusareas .subir button.agregararea i.icon-trash {
	background: url(../images/area_icon.png);
}
.tusareas .subir button.undo i.icon-undo {
	width: 14px;
	height: 14px;
	display: inline-block;
	margin-top: -4px;
	margin-right: 5px;
	vertical-align: middle;
	background: url(../images/undo_icon.png);
}
#mapArea div[style], #mapArea button {
	display: inline-block !important;
	vertical-align: middle;
}
#mapArea button {
	float: right;
	background: url(../images/adecorar.png) right center no-repeat;
	border: none;
	font-family: 'allerbold_italic', Arial;
	font-size: 16px;
	color: #4D4D4D;
	text-align: right;
	text-transform: uppercase;
	margin-top: 20px;
	margin-right: 10px;
	padding-right: 20px;
	outline: none;
	cursor: pointer;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background: url(../images/btn.png) repeat-x center 9px;
	background-color: transparent !important;
}
.apps_bages{
    position:absolute;
    margin-top:550px;
    margin-left:600px;
}
/*terminan estilos tus areas*/

/*estilos para eviar warnings*/
.colorElmt {
}
.product {
}
/*terminan estilos para eviar warnings*/
/* estilos para programación */
.prd_dtls {
	display: none;
}
.prd_colors {
	display: none;
}
.selImgDiv {
	display: none;
}
.info_prod_init {
	text-align: center;
	font-size: 130%;
}
#areas_links {
	width: 218px;
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
}
#areas_links a {
	display: inline-block;
	width: 176px;
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	border-left: 2px solid #f90;
	padding: 0 10px;
	background: #eee;
	color: #6A0;
	margin-bottom: 3px;
	cursor: default;
	transition: all ease-in-out .2s;
}
#areas_links a.area_link_del {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	border-left: 0;
	padding: 0;
	font-size: 0;
	cursor: pointer;
	background: url(../images/x_area.png) right center no-repeat;
}
#areas_links a.area_link_del:hover {
	opacity: .8;
	transition: all ease-in-out .2s;
}
.subir canvas {
	cursor: crosshair;
	-webkit-tap-highlight-color: transparent;
}
.msg_atleastone {
	font-size: 120%;
	text-align: center;
	margin-top: -25px;
	color: green;
	display: none;
}
.msg_atleastoneArea {
	font-size: 120%;
	text-align: center;
	margin-left: 295px;
	color: red;
	display: none;
}
.divpaletapntmx {
	background: rgba(0,0,0,.7);
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	padding: 10px;
	z-index: 2;
	width: 510px;
	display: none;
	/*font-size: 13px;*/
	font-family: '616', Arial;
	min-height:130px;
}
.close_pltPntmx{
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.div_call_paletapntmx {
    cursor: pointer;
	display:inline-block;
	width:110px;
	height:52px;
	padding-top:10px;
	padding-right:65px;
	text-align:right;
	background:url(../images/circulo_crom.png) right center no-repeat;
}
.div_call_paletapntmx span.texto_grande {
	display:block;
	font-size:22px;
	transition: all ease-in-out .2s;
}
.div_call_paletapntmx span.naranja {
	color:#F16622;
	font-size:13px;
}
.paleta_btn {
	width: auto;
	height:52px;
	padding-top:15px;
	padding-right:75px;
	margin-left: 5px;
	text-align:right;
	background:url(../images/paleta_color.png) right center no-repeat;
	font-family:'616', Arial;
	font-size:15px;
	letter-spacing:-.03em;
	color:#F16622;
}
.paleta_btn strong {
	color:#F16622;
}
.div_call_paletapntmx:hover>span.naranja {
	color:#5CBF14;
	transition: all ease-in-out .2s;
}
.paleta_text{
    color:#F16622;
}
#searchToogleBtn {
	display:inline-block;
	width:25%;
	vertical-align:middle;
	font-family: '616', Arial;
	font-size: 15px;
	letter-spacing: -.03em;
	color: #F16622;
}
.letrao {
	display:inline-block;
	vertical-align:middle;
	font-size:24px;
	font-weight:bold;
	color:#666;
}
.cont_paleta_footer {
	display:inline-block;
	width:65%;
	vertical-align:middle;
	margin-bottom:10px;
}
#colors_search a{
	position:relative;
	display: inline-block;
	width: 34px;
	height: 34px;
	margin: 6px;
	padding:0;
	border:0;
	-webkit-border-radius: 10px 0 10px 10px;
	-moz-border-radius: 10px 0 10px 10px;
	border-radius: 10px 0 10px 10px;
}
#colors_search a:before {
	content:'';
	position:absolute;
	left:-3px;
	top:-3px;
	right:-3px;
	bottom:-3px;
	border: 1px solid #ddd;
	-webkit-border-radius: 12px 0 12px 12px;
	-moz-border-radius: 12px 0 12px 12px;
	border-radius: 12px 0 12px 12px;
}
#colors_search a:after {
	content:'';
	position:absolute;
	width:0;
	height:0;
	right:0;
	top:0;
	border-right: 8px solid #fff;
	border-bottom:8px solid transparent;
	border-left:0;
	border-top:0;
}
#searchDiv {
	background:#eee;
	padding:5px;
}
#searchDiv input {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:1px solid #ccc;;
}
/* terminan estilo para programación */
