/* This code is only meant for previewing your Reflow design. */
.texto-item2{
	width: 50%;
	text-overflow: ellipsis;
	width: 60%;
	max-width: 350px;
	white-space: nowrap;
	overflow: hidden;
	font-family: Arial Narrow;
}
.texto-item{
	width: 50%;
	text-overflow: ellipsis;
	width: 35%;
	max-width: 350px;
	white-space: nowrap;
	overflow: hidden;
	font-family: "Arial Narrow";
}
.menu-mobile{ display:none;}
.comentarios-alejo{ width:89%}
.texto-cantidad2{ width:38px}
.texto-cantidad{ width:28px}
.cuadro_gris h5 {
font-family: Arial Narrow;
text-align: center;
font-weight: normal;
font-size: 20px;
line-height: 22px;
padding-top: 30PX;
color: #F770D5;
margin: 0px 0px 0px;}
/* line-height: 24px; */
.totales-mobile{
	width: 14%;
	font-size: 12px;
	border: 1px solid #cccccc;
	
}	
.cantidad-item-titulo{
    width: 28px;
    font-size: 12px;
    border: none;
}
.tiutulo-item{
    width: 50%;
    text-overflow: ellipsis;
    width: 35%;
    max-width: 350px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
    border: none;
}
.cuadro_gris {
	background-color: #F1F1F1;
	color: beige;
	width: 100%;
	max-width: 391px;
	height: 768px;
	margin-top: 31px;
	border-radius: 7PX;
	float: right;
	font-size: -8px;
}
#formulario_contacto input {
	border: 1px solid #CCC;
	line-height: 24px;
	width: 89%;
	/* width: 333px; */
	padding-left: 5px;
	border-radius: 3px;
}
.col_izq input {
	border: 1px solid #CCC;
	line-height: 24px;
	width: 89%;
	padding-left: 5px;
	border-radius: 3px;
}
.col_der {
	width:   width: 89%;
	float: left;
	width: 95%;
	padding-left: 19px;
	/* padding-top: 50px; */
}
.col_izq {
	/* width: 460px; */
	/* float: right; */
	/* padding-top: 50px; */
	padding-left: 18px;
}
#boton_cotizar {
	background-color: #f089d6;
	color: #FFF;
	font-size: 22px;
	border: none;
	width: 197px;
	height: 43px;
	margin: 21px 0px 8px 30px;
	cursor: pointer;
	border-radius: 6px;
}
#boton_cotizar:hover {
	background-color: #F39;
}
#boton_cotizar:active {
}

#box3 {
	color: #666;
}
.primaryContainer {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	width: 100%;
}


#menu ul { list-style-type: none;}
#menu ul li.nivel1 { float: left;
 width: 115px;
 margin-right: 0px;
 margin-left: 22px; margin-top: 19px;height: 93px;
z-index: 999;}

#menu ul li:hover {position: relative;
}
#menu ul li a:hover, #menu ul li:hover a.nivel1
 {/*background-color: #6CC;*/
 color:#F770D5;
position: relative;
text-decoration:none;
}
#menu ul li a.nivel1 {display: block!important;display: none;
color: #444444;position: relative;
font-size: 13px;height: 58px;}
#menu ul li ul {display: none;
}
#menu ul li a:hover ul, #menu ul li:hover ul {display: block;
position: absolute;left: 0px;
width: 166px;background-color:rgb(238, 238, 238);}
#menu ul li ul li a {width: 160px;
padding: 6px 0px 8px 0px;
font-size: 11px;line-height: 40px;border-top-color: #000;
padding-left: 15px;font-size: 13px;color: gray;}
#menu ul li ul li a:hover {border-top-color: #000;
position: relative;
}
table.falsa {border-collapse:collapse;
border:0px;
float: left;
position: relative;
}

	.nivel1:hover{
	
	color:#d8c0a8;}
	
	
	#box3:hover {
	color:#d8c0a8;}

 @media only screen and (max-width: 320px) {
 }
 



/* ================= Forms ================= */
input, textarea {
	
	font-size: 12px;
	color: #000000;
	width: 16%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 5px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 0px;
	padding-top: 0px;
}

input, textarea {
	
	font-size: 12px;
	color: #000000;
	width: 16%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 5px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 0px;
	padding-top: 0px;
}




/* ================= Contact Page ================= */
.contact_map {
	background:url("") no-repeat;
	width:261px;
	height:310px;
	padding:35px 0 0 21px;
	margin:30px 0 30px 0;
}
.map_canvas {
	width:240px;
	height:280px;
}
.required_info {
	font-size:11px;
	margin:0 0 10px 0;
}
.required_info span {
	color:red;
}
.inputText {
	width:300px;
	height:24px;
	border:1px solid #cccccc;
	padding:7px;
}
.inputTextarea {
	width:525px;
	height:250px;
	border:1px solid #cccccc;
	padding:7px;
}
.contact_form .inputText.error_class {
	border:1px solid #ef716d;
}
.contact_form .inputTextarea.error_class {
	border:1px solid #ef716d;
}
.contact_form label {
	text-align:left;
	margin-right: 0.5em;
	color:#262626;
	font-size:13px;
}
.contact_form label span {
	color:red;
}




/* ================= Tablet (Portrait) 768px - 959px ================= */
@media only screen and (min-width: 768px) and (max-width: 959px) {
/* ================= Logo and Main menu ================= */

.main-menu {
	margin:0 0 30px 0;
	float:left;
}

/* ================= Container and Columns ================= */
	.container {
	width: 748px;
}
.col_1_2 {
	width: 364px;
}
.col_1_3 {
	width: 236px;
}
.col_2_3 {
	width: 492px;
}
.col_1_4 {
	width: 172px;
}
.col_1_5 {
	width: 133px;
}
.col_3_4 {
	width: 556px;
}
.content .col_1_2 {
	width:239px;
	margin:0 10px 0 0;
}
.content .col_1_3 {
	width:156px;
	margin:0 10px 0 0;
}
.content .col_2_3 {
	width:322px;
	margin:0 10px 0 0;
}
.content .col_1_4 {
	width:114px;
	margin:0 10px 0 0;
}
.content .col_1_5 {
	width:89px;
	margin:0 10px 0 0;
}
.content .col_3_4 {
	width:362px;
	margin:0 10px 0 0;
}
/* ================= Pricing Table ================= */
	.pricing_table .box {
	width: 364px;
}
.pricing_table.columns_2 .box, .pricing_table.columns_2 .item_list {
	width: 248px;
}
.pricing_table.columns_3 .box, .pricing_table.columns_3 .item_list {
	width: 186px;
}
.pricing_table.columns_4 .box, .pricing_table.columns_4 .item_list {
	width: 148px;
}
.pricing_table.columns_5 .box, .pricing_table.columns_5 .item_list {
	width: 122px;
}
/* ================= Contact Page ================= */

.inputText {
	width:300px;
	height:24px;
}
.inputTextarea {
	width:300px;
	height:150px;
}

/* ================= Mobile (Portrait) < 767px ================= */
@media only screen and (max-width: 767px) {
/* ================= Logo and Main menu ================= */

.main-menu {
	margin:0 0 30px 0;
	float:left;
	width:100%;
}
.main-menu ul {
	position:static !important;
	padding:0 !important;
}
.main-menu li {
	box-shadow:none !important;
	border:0 !important;
	border-top:1px solid #d9d9d9 !important;
	display:block !important;
	float:none !important;
	margin:0 !important;
}
.main-menu li.submenu > a {
	cursor:pointer;
}
.main-menu li a {
	padding:0 16px;
	line-height:33px;
}
.main-menu li ul li a {
	padding-left:32px !important;
}
.main-menu li ul li ul li a {
	padding-left:48px !important;
}
.main-menu li.submenu > a {
	padding-right:20px;
	background:url() no-repeat right;

}
.main-menu li ul {
	display:none !important;
}
.main-menu li:hover > ul {
	display:block !important;
}

/* ================= Pricing Table ================= */
	.pricing_table .pricing_items li:before {
	font-size:13px;
	font-weight:bold;
	display:inline-block;
	text-align: center;
	padding-right:5px;
	content: attr(data-item) ':' !important;
}
.pricing_table .box {
	width:300px !important;
	margin:0 0 20px 0;
}
.pricing_table .item_list {
	display: none;
}
.pricing_table .box.featured {
	margin:40px 0 20px 0;
}


/* ================= Container and Columns ================= */
	.col_1_2, .col_1_3, .col_1_4, .col_1_5, .col_3_4, .col_2_3 {
	float: none;
	margin-right: 0;

}
.container, .col_1_2, .col_1_3, .col_1_4, .col_1_5, .col_3_4, .col_2_3 {
	width:300px;
}
.content .col_1_2, .content .col_1_3, .content .col_1_4, .content .col_1_5, .content .col_3_4, .content .col_2_3 {
	width:300px;
}



/* ================= Pricing Table ================= */
	.pricing_table .box {
	width:420px !important;
}

/* ================= Contact page ================= */
	.inputText {
	width:250px;
}
.inputTextarea {
	width:250px;
	height:150px;
}



/* ================= Mobile (Portrait) < 320px ================= */
@media only screen and (max-width: 317px) {
/* ================= Container and Columns ================= */

	.col_1_2, .col_1_3, .col_1_4, .col_1_5, .col_3_4, .col_2_3 {
	float:none;
	margin:0;
}
.container, .col_1_2, .col_1_3, .col_1_4, .col_1_5, .col_3_4, .col_2_3 {
	width:226px;
}
.content .col_1_2, .content .col_1_3, .content .col_1_4, .content .col_1_5, .content .col_3_4, .content .col_2_3 {
	width:226px;
}



/* =================  Pricing Table ================= */
	.pricing_table .box {
	margin:0 0 20px 0;
	width:226px !important;
}


/* =================  General Sidebar Menu ================= */

ul.sidebarmenu li {
	font-size:12px !important;
}
ul.sidebarmenu li {
	padding:10px !important;
	line-height:25px !important;
	border-bottom:1px solid #f6f4e7;
}
ul.sidebarmenu li:hover {
	background:#f7f3e3;
}

#menu2 {
	width: 100%;
	clear: both;
	float: left;
	margin: 0 auto;
}
#cantidad {
	width: 50px;
	/* display: inline; */
}

#unitario{
	width:30px;}
	
#v-total{
	width:140px}
	
	.tip {
	color: #fff;
	background:#1d1d1d;
	display:none; /*--Hides by default--*/
	/* padding:10px; */
	position:absolute;	
	z-index:1000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.item{
	width: 551px;
	/* height: 66px; */
	display: grid;
	margin: 0 12px 17px 12px;
}


/*aqui empieza el lightbox de imagenes*/



#boton{
	
	background-color: #f089d6;
	color:#FFF;
	font-size: 18px;
	border: none;
	width: 150px;
	height: 30px;
	margin: 0 20px 7px;
}

.contenedor_cotizador{
	/* margin-left:auto; */
	/* margin-right:auto; */
	position: relative;  margin:0 auto;
	/* background-color: black; */
	width: 97%;
	max-width: 561px;
	min-width: 300px;
	float: left;
}
@media only screen and (max-width: 484px) {
	.totales-mobile{ display:none;}
	#box4{display:none;}
	#box6{margin-top: 0px;}
	.contenedor_cotizador{  margin-top: -60px;}
	.menu-mobile{   display: block;
  margin: 31px 0px 0px 88%;
  float: right;
  margin-right: 5%;
  position: absolute;}
	}
