body{
	margin:0;
	padding:0;
}
#main_container{
	margin:auto;
	width:1024px;
	background-color:white;
}
#header{
	width:896px;
	height:140px;
	margin-top:10px;
	margin-left:64px;
}
#website_logo{
	background-image:url(../images/logo_jema.jpg);
	width:147px;
	height:98px;
	margin-top:10px;
	float:left;
}
#website_title{
	float:left;
	color:GRAY;
	font-family:Calibri;
	font-size:24px;
	margin-top:30px;
	margin-left:70px;
}
#bolsa_access{
	float:right;
	font-family:Calibri;
	font-size:14px;
	margin-top:5px;
	margin-left:70px;
}
#bolsa_access .productos_cotizar{
	height:50px;
	padding-top:15px;
	width:195px;
	cursor:pointer;
}
#search_bar{
	float:right;
	font-family:Calibri;
	font-size:14px;
	height:30px;
	margin-top:5px;
	margin-left:70px; 
	border:1px solid #7EBB42;
	-moz-border-radius:7px; /* Firefox */
	-webkit-border-radius: 7px; /* Safari, Chrome */
	-khtml-border-radius: 7px; /* KHTML */
	border-radius: 7px; /* CSS3 */
    vertical-align:middle
}

#search_bar input{
	width:170px;
    font-family: Calibri;
    font-size: 14px;  
	color:gray;
	margin-left:10px;
	height:26px;
	margin-bottom:2px;
	border:0px solid transparent;
    vertical-align:middle
}

.busqueda_right{
    float: right;
    text-align: right;
    width: 100%;
    font-family: Calibri;
    font-size: 13px;  
	color:#6F6F6F;
}
#btn_search{
	cursor:pointer;
}
#search_bar #btn_search{
	margin-right:5px;
	margin-top:2px;
	float:right;
}
#main_menu{
	float:left;
	width:896px;
	height:50px;
	margin-top:10px;
	text-align:center;
    border-top: 1px solid #ACACAC;
    border-bottom: 1px solid #ACACAC;
}
#main_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#main_menu ul>li.normal {
	font-family:Calibri;
	font-size:15px;
	height:50px;
	padding-top:15px;
	text-align:center;
    display: inline-block;
    border-top: 3px solid white;
}
#main_menu ul>li.padre {
	font-family:Calibri;
	font-size:15px;
	height:50px;
	padding-top:15px;
	text-align:center;
    display: inline-block;
    border-top: 3px solid white;
}
.main_menu_t1.menu_li_selected{
    border-top: 3px solid #7CCE00 !important;
	color:#7EBB42 !important;
}
.main_menu_t2.menu_li_selected{
    border-top: 3px solid #7CCE00 !important;
	color:#7EBB42 !important;
}
.main_menu_t3.menu_li_selected{
    /*border-top: 3px solid gray !important;*/
    border-top: 3px solid #7CCE00 !important;
	color:#7EBB42 !important;
	/*color:#6F6F6F !important;*/
}
.main_menu_t4.menu_li_selected{
    border-top: 3px solid gray !important;
	color:#6F6F6F !important;
}
.menu_li_selected a{
	color:#7EBB42 !important;
}
#main_menu ul>li.normal:hover{
    border-top: 3px solid #7CCE00 !important;
	color:#7EBB42 !important;
}
#main_menu ul>li.normal:hover a{
	color:#7EBB42 !important;
}
#main_menu ul>li.padre:hover{ 
    border-top: 3px solid #7CCE00 !important;
	background-color:white;
}  
#main_menu ul>li.padre:hover a{
	color:#7EBB42;
}
#main_menu ul>li>ul>li>a{ 
	color:#6F6F6F !important;
}  
#main_menu ul>li>ul>li>a:hover{ 
	color:#7EBB42 !important;
} 
.sub_selected{
	color:#7EBB42 !important;
}
.main_menu_t1{
    width: 60px;
}
.main_menu_t2{
    width: 100px;
}
.main_menu_t3{
    width: 190px;
}
.main_menu_t4{
    width: 100px;
}
.main_menu_t5{
    width: 130px;
}
/* Targeting the second level menu */
#main_menu li div {
    /* Fallback for web browsers that doesn't support RGBa */
    border-left:1px solid gray !important; 
	display: none;
	margin-top:40px;
	margin-left:180px;

	width: 1px;
	position: absolute;
	z-index:99;  
	height:250px;
}
#main_menu li ul {
    /* Fallback for web browsers that doesn't support RGBa */
    border:1px solid gray;
    border-top:1px solid white !important;
	color: #CBD1BD;
	display: none;
	margin: 12px 0 0 0;
	width: 300px;
	position: absolute;
	z-index:99;
	padding-top:15px;
	padding-bottom:20px;
	padding-left:25px;
	background-color:white;
}
#main_menu li ul li {
	width: 100%;
	color: #6F6F6F;
	padding:0;
	margin:0;
}
#main_menu li ul li a {
	text-decoration:none;
	background: none;
	border: none;
	margin: 0;
	padding: 0 0 0 0px;
	color: #6F6F6F;
	font-family:Calibri;
	font-size:13px;
	text-align:left;
}
#main_menu li ul li a:hover {
	text-decoration:none; 
}
.hijos{
	display:none;
	float:left;
}
#main_menu ul>li>a {
	text-decoration:none;
	font-family:Calibri;
	font-size:15px;
	text-align:center;
    display: block;
	color:#6F6F6F;
}
#container{
	width:896px;
	min-height:500px;
	margin-left:64px;
}
#footer{
	width:1024px;
	background-color:#7EBB42;
	height:55px;
	float:left;
}
#footer_content{
	width:896px;
	margin-left:64px;
	color:white;
	font-family:Calibri;
	font-size:11px;
}
#footer_left{
	float:left;
	width:60%;
	color:white;
	font-family:Calibri;
	font-size:12px;
}
#footer_derechos{
	float:left;
	padding-top:10px;
}
#footer_developed_by{
	float:right;
	color:white;
	font-family:Calibri;
	font-size:12px;
	margin-top:20px;
}
.link_beta{
	color:white;
	font-family:Calibri;
	font-size:12px;
	text-decoration:none;
}

.correo_corporativo{
	background-image:url(../images/ico_correo_corporativo.png);
	background-repeat:no-repeat;
	width:170px; 
	float:left;
	padding-left:25px;
	font-size:10px;
	margin-left:15px;
	margin-top:20px;
	line-height:18px;
}
#footer_links{
	float:left;
	color:white;
	font-family:Calibri;
	font-size:12px;
}
#footer_links a{
	text-decoration:none;
	color:white;
	font-family:Calibri;
	font-size:12px;
}
.novedades_home{
	float:left;
	width:438px;
	height:280px;
	margin-top:30px;
}
.promociones_home{
	float:right;
	width:438px;
	height:280px;
	margin-top:30px;
}
.facebook_home{
	float:left;
	width:360px;
	height:280px;
	margin-top:30px;
	margin-left:64px;
}
.contactanos_home{
	float:left;
	width:391px;
	height:280px;
	margin-top:20px;
	margin-left:64px;
}
.separador{
	float:left;
	width:20px;
	height:226px;
	background-image:url(../images/separador.jpg);
	margin-top:40px;
}
.div_title{
	font-family:Calibri;
	font-size:20px;
	color:#7EBB42;
	float:left;
	margin-left:30px;
}
.div_title2{
	font-family:Calibri;
	font-size:20px;
	color:#7EBB42;
	float:left;
	margin-left:30px;
	margin-top:10px;
}
.div_vermas{
	background-color: #7EBB42;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Calibri;
    font-size: 19px;
    height: 10px;
    padding-bottom: 15px;
    text-align: center;
    width: 90px;
	float:right;
	margin-right:30px;
	text-decoration:none;
}
.div_vermas:hover{
	background-color: #5E8C32;
}
.producto_detalle{
	float:left;
	width:650px;
	height:400px;
}
.productos_relacionados{
	float:left; 
}
.productos_relacionados .title{
	font-family:Calibri;
	font-size:20px;
	color:#7EBB42;
}

.div_rel_prod.first{
	margin-left:0px !important;
}

.div_rel_prod{
	background-image:url(../images/contenedor_productos_home.jpg);
	width:155px;
	height:180px;
	float:left;
	margin-left:20px;
	margin-top:30px;
}

.div_nov_prod{
	background-image:url(../images/contenedor_productos_home.jpg);
	width:155px;
	height:180px;
	float:left;
	clear:left;
	margin-left:40px;
	margin-top:30px;
}


.div_nov_prod_1{
	background-image:url(../images/contenedor_productos_home.jpg);
	width:155px;
	height:180px;
	float:left;
	clear:left;
	margin-left:40px;
	margin-top:30px;
}

.div_nov_prod_2{
	background-image:url(../images/contenedor_productos_home.jpg);
	width:155px;
	height:180px;
	float:left;
	margin-left:40px;
	margin-top:30px;
}
.div_nov_prod_img{
	height: 127px;
    margin-left: 5px;
    margin-top: 16px;
    width: 145px;
}
.div_nov_prod_name{
	width:100px;
	height:30px;
	font-family:Calibri;
	font-size:13px;
	margin-left:10px;
	float:left; 
}
.div_nov_prod_det{
	width:30px;
	height:30px;
	margin-right:10px; 
	float:right;
    margin-top: 2px;
	cursor:pointer;
}

.div_prom_banner{
	border:5px solid #D6E799;
	width:300px;
	height:170px;
	float:left;
	margin-left:80px;
	margin-top:30px;
	cursor:pointer;
}
.div_contact_text{
	font-family:Calibri;
	font-size:14px;
	margin-left:30px;
	margin-top:40px;
	clear:left;
	width: 250px;
	color:#6F6F6F;
}
.social_buttons{
	float: right;
    margin-right: 104px;
}
.hr{
	width:896px;
	float:left; 
	border-top:1px solid #ACACAC;
	height:1px;
}
.banner_tipo1 {
	width:896px;
	float:left;
	margin-top:20px;
}
.parrafo_1{
	float:left;
	width:100%;
	height:250px;
	margin-top:30px; 
}
.parrafo_1 span{
	font-family:Calibri;
	font-size:20px;
	color:#7EBB42;
	float:left;
	margin-left:30px;
}
.parrafo_1 p{
	font-family:Calibri;
	font-size:15px; 
	color:#6F6F6F;
	float:left;
	margin-left:60px;
	margin-right: 40px;
}
.parrafo_2{
clear:left;
	float:left;
	width:438px;
	height:280px;
	margin-top:30px;
}
.parrafo_2 span{
	font-family:Calibri;
	font-size:20px;
	color:#7EBB42;
	float:left;
	margin-left:30px;
}
.parrafo_2 p{
	font-family:Calibri;
	font-size:15px; 
	color:#6F6F6F;
	float:left; 
	margin-right: 30px;
}
.parrafo_3{
	float:right;
	width:438px;
	height:280px;
	margin-top:30px;
}
.parrafo_3 span{
	font-family:Calibri;
	font-size:20px;
	color:#7EBB42;
	float:left;
	margin-left:30px;
}
.parrafo_3 p{
	font-family:Calibri;
	font-size:15px; 
	color:#6F6F6F;
	float:left; 
	margin-right: 30px;
}
.parrafo_4{
	float:left;
	width:100%; 
	margin-top:30px; 
}
.parrafo_4 span{
	font-family:Calibri;
	font-size:20px;
	color:#7EBB42;
	float:left;
	margin-left:30px;
}
.parrafo_5{
	float:left;
	width:328px;
	height:280px;
	margin-top:60px;
	margin-left:50px;
}
.parrafo_5 span{
	font-family:Calibri;
	font-size:20px;
	color:#7EBB42;
}
.parrafo_5 p{
	font-family:Calibri;
	font-size:15px; 
	color:#6F6F6F;
	float:left; 
	width:100%;
}
.productos_destacados{
	margin-left:10px;
	height:550px;
}

.div_prod_destacado{
	background-image:url(../images/contenedor_productos_home.jpg);
	width:155px;
	height:180px;
	float:left;
	margin-left:45px;
	margin-top:30px;
}
.div_prod_destacado_img{
	height: 127px;
    margin-left: 5px;
    margin-top: 16px;
    width: 145px;
}
.div_prod_destacado_name{
	width:100px;
	height:30px;
	font-family:Calibri;
	font-size:13px;
	margin-left:10px;
	float:left; 
}
.div_prod_destacado_det{
	width:30px;
	height:30px;
	margin-right:10px; 
	float:right;
    margin-top: 2px;
	cursor:pointer;
}
#div_prom_1{
	width:896px;
	height:573px;
	float:left;
	margin-top:20px;
}
#div_prom_2{
	width:440px;
	height:280px;
	float:left;
	margin-top:10px;
	margin-bottom:20px;
	border:1px solid #FFFFFF;
} 
#div_prom_3{
	width:440px;
	height:280px;
	float:left;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:12px;
	border:1px solid #FFFFFF;
}
.promo{
	-webkit-border-top-left-radius: 35px;
	-webkit-border-bottom-right-radius: 35px;
	-moz-border-radius-topleft: 35px;
	-moz-border-radius-bottomright: 35px;
	border-top-left-radius: 35px;
	border-bottom-right-radius: 35px;
}

.div_mapa{
	width:446px;
	height:446px;
	border:1px solid #7EBB42;
	float:left;
	margin-top:20px;
	margin-left:30px;
	margin-bottom:30px;
}
.map_container{
	padding:5px;
}
.ul_categorias{
    list-style-type: none;
    margin-top:5px;
    padding: 0;
	font-family:Calibri;
	font-size:15px;
}
.ul_categorias li a{
	text-decoration:none;
	color:#6F6F6F;
}
.ul_categorias li a:hover{
	color:#7EBB42;
}
.cat_select_on{
	color:#7EBB42 !important;
}
.div_paginas{
	float:left; 
	width:800px;
	margin-top:20px; 
	font-family:Calibri;
	font-size:15px;
	color:#6F6F6F;
}
.btn_cotizar_menu{
	color:#6F6F6F;
}
.prod_separador{
	float:left;
	width:10px;
	min-height:730px; 
	height:730px;
	margin-top:40px;
	border-left:1px solid #ACACAC;
}
.div_categorias{
	float:left;
	clear:left;
	width:168px;
	min-height:750px;
	height:750px;
	margin-top:30px;
	margin-left:30px;
}
.div_categorias span{
	font-family:Calibri;
	font-size:20px;
	color:#7EBB42;
}

.productos_listado{
	margin-left:10px;
	height:700px;
}

.div_productos_next{
	width:155px;
	height:180px;
	float:left;
	margin-left:20px;
	margin-top:30px;
}
.div_productos_next.row1{
	margin-top:0px !important;
}
.btn_next_prod{
	cursor:pointer;
}

.div_paginacion{
	width:600px;
	height:29px;
	line-height:29px;
	margin-top:10px;
	text-align:right;
	font-family:Calibri;
	font-size:20px;
	float: right;
}
.div_paginacion a{
	text-decoration:none;
}
.div_paginacion_page.select{
	color:#7EBB42;
}
.btn_prev_pag{
	cursor:pointer;
}
.btn_next_pag{
	cursor:pointer;
}
.div_productos{
	background-image:url(../images/contenedor_productos_home.jpg);
	width:155px;
	height:180px;
	float:left;
	margin-left:20px;
	margin-top:30px;
}
.productos_listado span{
	font-family:Calibri;
	font-size:20px;
	color:#7EBB42;
	float:left;
}
.div_productos.first{
	margin-left:5px !important;
}
.div_productos.row1{
	margin-top:0px !important;
}
.div_productos:hover{
	background-image:url(../images/contenedor_productos_home_seleccion.jpg);
	width:155px;
	height:180px;
	float:left;
	margin-left:20px;
	margin-top:30px;
}
.div_productos_img{
	height: 127px;
    margin-left: 5px;
    margin-top: 16px;
    width: 145px;
}
.prod_img_thumb{
	width:100%;
	height:100%;
	cursor:pointer;
}
.div_productos_name{
	width:100px;
	height:30px;
	font-family:Calibri;
	font-size:13px;
	margin-left:10px;
	float:left; 
}
.div_productos_det{
	width:30px;
	height:30px;
	margin-right:10px; 
	float:right;
    margin-top: 2px;
	cursor:pointer;
}

.hr2{
	border-bottom: 1px solid #ACACAC;
    float: left;
    height: 40px;
    margin-bottom: 20px;
    margin-top: 30px;
    width: 685px;
}

.hr3{
	width:685px;
}

.hr4{
	border-bottom: 1px solid #ACACAC;
    float: left;
    height: 70px;
    margin-bottom: 20px;
    margin-top: 30px;
    width: 685px;
}

.div_detproductos{ 
	width:155px;
	height:180px;
	float:left;
	margin-left:20px;
	margin-top:30px;
}
.div_detproductos_img{ 
    margin-left: 5px; 
    width: 270px;
	float:left;
}
.div_detproductos_det{
	width:260px;
	height:300px;
	margin-right:10px; 
	float:left;
    margin-top: 2px;
	cursor:pointer;
	margin-left:30px;
}
.hexa_color{
	width:12px;
	height:12px;
	float:left;
	margin-left:3px;
	margin-top:3px;
	border:1px solid #ACACAC;
}
#txt_prod_cantidad{
	width:60px;
	height:20px;
	border:1px solid #7EBB42;
	font-family:Calibri;
	font-size:16px;
	text-align:center;
	margin-top:5px;
}
#txt_prod_cantidad_layer{
	width:60px;
	height:20px;
	border:1px solid #7EBB42;
	font-family:Calibri;
	font-size:16px;
	text-align:center;
	margin-top:5px;
}
.txt_prod_cantidad2{
	width:50px;
	height:15px;
	border:1px solid gray;
	font-family:Calibri;
	font-size:16px;
	text-align:center;
}
.div_detproductos_det p{
	border-bottom:1px solid #7EBB42;
}
.title_prod{
	font-size:23px;
	font-family:Calibri;
}
.cod_prod{
	font-size:23px;
	font-family:Calibri;
}
.prod_desc{
	font-size:13px;
	font-family:Calibri;
}
.div_prod_zoom{
	background-color:#E5E5E5;
	width:270px;
	height:350px;
}
.div_detproductos_cot{
	cursor:pointer;
	width:180px;
	height:40px;
	float:left;
	color:#7EBB42;
	margin-left:30px;
	font-family:Calibri;
	font-size:15px; 
	padding-left:50px;
	padding-top:10px;
	background-image:url(../images/ico_boton_cotizar.jpg);
	background-repeat:no-repeat;
}

.div_detproductos_cot_agregado{
        display: none;
	cursor:pointer;
	width:180px;
	height:40px;
	float:left;
	color:#E63434;
	margin-left:40px;
	font-family:Calibri;
	font-size:15px; 
	padding-left:30px;
	padding-top:0px;
	background-image:url(../images/ico_boton_cotizar_agregado.gif);
	background-repeat:no-repeat;    
}

.div_detproductos_cot_layer{
	cursor:pointer;
	width:180px;
	height:40px;
	float:left;
	color:#7EBB42;
	margin-left:30px;
	font-family:Calibri;
	font-size:15px; 
	padding-left:50px;
	padding-top:10px;
	background-image:url(../images/ico_boton_cotizar.jpg);
	background-repeat:no-repeat;
}
.prod_note{
	margin-top:50px;
	width:240px;
	height:50px;
	font-family:Calibri;
	font-size:12px;
	padding:5px 10px 0px;
	text-align:justify;
	color:white;
	background-color:#7EBB42;
	border:1px solid #FFFFFF;
	-moz-border-radius:15px; /* Firefox */
	-webkit-border-radius: 15px; /* Safari, Chrome */
	-khtml-border-radius: 15px; /* KHTML */
	border-radius: 15px; /* CSS3 */
}
 

/*
			Slides container
			Important:
			Set the width of your slides container
			Set to display none, prevents content flash
		*/
		.slides_container {
			width:896px;
			display:none;
			float:left;
			margin-top:20px;
	border:1px solid #FFFFFF;
		}

		.slides_container .rounded{
			-webkit-border-top-left-radius: 70px;
			-webkit-border-bottom-right-radius: 70px;
			-moz-border-radius-topleft: 70px;
			-moz-border-radius-bottomright: 70px;
			border-top-left-radius: 70px;
			border-bottom-right-radius: 70px;
		}
		/*
			Each slide
			Important:
			Set the width of your slides
			If height not specified height will be set by the slide content
			Set to display block
		*/
		.slides_container div {
			width:896px;
			height:390px;
			display:block;
		}
		

	.slides_container a {
		width:896px;
		height:390px;
		display:block;
	}

	.slides_container a img {
		display:block;
	}

		/*
			Optional:
			Reset list default style
		*/
		

.pagination {
	/*margin:-26px auto 0;*/
	width:100px;
	margin-top:-26px;
	left:-50px;
	position: absolute; 
	margin-left: 50%; 
	z-index: 9999;
	display:none;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}
		
		#slider_wrapper .next,#slider_wrapper .prev {
			position:absolute;
			width:56px;
			height:56px;
			display:block !important;
			z-index:10; 
		}

		#slider_wrapper .prev {
			margin-top:200px;
			margin-left:15px;
		}

		#slider_wrapper .next {
			margin-top:200px;
			margin-left:825px;
		}
		
		
		
		
#layer_add_prod{
	position:absolute;
	width:650px;
	height:400px; 
	visibility:hidden;
	background-color:white;
	border:5px solid #c4c4c4;
	z-index:9;
}
.flecha_layer{    
	height: 11px;
    margin-left: 225px;
    width: 21px;
	background-image:url('../images/flecha_cotizar_02.png');
}
#layer_cart_resumen{
	position:absolute;
	width:333px; 
	visibility:hidden; 
	z-index:9;
	background-color:white;
	border:1px solid #8CC34B;
	-moz-border-radius:17px; /* Firefox */
	-webkit-border-radius: 17px; /* Safari, Chrome */
	-khtml-border-radius: 17px; /* KHTML */
	border-radius: 17px; /* CSS3 */
}
#layer_cart_resumen_main{
	position:absolute;
	width:333px; 
	visibility:hidden; 
	z-index:15;
	background-color:white;
}
.producto_detalle_layer{
	float:left;
	width:630px;
	height:380px; 
	margin-left:25px;
}
.btn_cerrar_layer
{
	background-color: #7EBB42;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Calibri;
    font-size: 19px;
    height: 10px;
    padding-bottom: 15px;
    text-align: center;
    width: 90px;
	float:right;
	margin-right:15px;
	margin-top:10px;
	text-decoration:none;
}
.carrito_txt_1{
    font-family: Calibri;
    font-size: 24px;
	font-weight:bold;
	color:#7EBB42;
	margin-left:30px; 
}
.carrito_txt_2{
    font-family: Calibri;
    font-size: 18px;
	color:#7EBB42;
	margin-left:7px; 
}
.carrito_hr{
	width:275px;
	border-top:1px solid #7EBB42;
	height:5px;
	margin-left:30px;
	margin-top:10px;
}
#layer_cart_resumen_listado{
	width:275px;
	height:280px;
	font-size:15px;
	font-family:Calibri; 
	margin-left:30px;
}

.1st{
	background-color:#E1E1E1;
}
.2nd{
	background-color:#F3F3F3;
}
#btn_cotizacion{
	background-image:url(../images/boton_cotizar.jpg);
    cursor: pointer;
    font-family: Calibri;
    font-size: 19px;
    height: 44px; 
    text-align: center;
    width: 275px; 
	margin-left:30px;
	margin-top:10px;
	text-decoration:none;
	margin-bottom:20px;
}
#btn_cotizacion a{
	text-decoration:none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Calibri;
    font-size: 19px;
}
.cotizacion_table{
	width:520px;
	float:left;
	margin-top:30px;
	margin-left:20px;
}
.cotizacion_table_productos{
	width:500px; 
    font-family: Calibri;
    font-size: 15px;
	
	border:1px solid #E5E5E5;
	-moz-border-radius:17px; /* Firefox */
	-webkit-border-radius: 17px; /* Safari, Chrome */
	-khtml-border-radius: 17px; /* KHTML */
	border-radius: 17px; /* CSS3 */
}
.cotizacion_table table{
	width:500px; 
    font-family: Calibri;
    font-size: 15px;
}
.cotizacion_table table th{
	height:30px;
}
.cotizacion_table table tr{
	height:40px;
}
.cotizacion_form{
	width:346px;
	/*height:291px;*/
	height:491px;
	background-image:url(../images/informacion_contacto.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-top:30px;
}
.cotizacion_form_div{
    font-family: Calibri;
    font-size: 18px;
	color:#B9E87A;
	margin-left:63px;
	margin-top:30px;
}
.cuadro_texto{
    font-family: Calibri;
    font-size: 15px;
	width:280px;
	height:30px;
	border:1px solid #7EBB42;
}
.cotizacion_form form{
    font-family: Calibri;
    font-size: 15px;
	color:#B9E87A;
	margin-left:33px;
	margin-top:20px;
	width:280px;
}
.cotizacion_form form label{
	margin-left:0;
	margin-top:0;
}
#btn_enviar_cotizacion{
	background-image:url(../images/boton_enviar_a_cotizar.jpg);
    cursor: pointer;
    font-family: Calibri;
    font-size: 19px;
    height: 44px; 
    text-align: center;
    width: 275px; 
	margin-left:40px;
	margin-top:10px;
	text-decoration:none; 
} 
.hr_green1{
	border-top:1px solid #EEFAE2;
	width:100%;
	height:1px;
}
.hr_green2{
	border-top:1px solid #DCF5C0;
	width:100%;
	height:1px;    
	margin-top: 5px;
    padding-top: 5px;
}
.table_footer{
	float:left;margin-top:5px;
}