@charset "UTF-8";
/* CSS Document */

	

			#wrapper {
				width: 100%;
				position: absolute;
				top: 0;
				left: 0;
				z-index:-1000;
				min-height:500px;
			}
			.caroufredsel_wrapper {
				top: auto !important;
				bottom: 0 !important;
			}
			#carousel {
				height: 66%;
				min-height: 200px;
				position: absolute;
				top: auto;
				left: 0;
			}
			#carousel img {
				height: 100%;
				width: auto;
				display: block;
				float: left;
			}
			

/* hasta aki el carrusel*/

html{
	background-image:url(../img/fondo_menu.jpg);
	background-position:center -18px;
	background-repeat:no-repeat;
	margin:0px;
	}

header{
	width:1000px;
	margin:-18px auto 0 auto;
	height:10px;
	/*z-index:1000;*/
	/*background-image:url(../img/fondo_header.jpg);*/
	/*background-repeat:repeat-x;
	background-position:bottom;*/
}
	
	
	
header img{
	float:left;
	}
	

	
ul {
	list-style:none;
	
	}
	
#main_menu ul li a {
	float:left !important;
	color:#FFF !important;
	text-decoration:none !important;
	width:150px !important;
	padding:10px !important;
	padding-bottom:0px !important;
	padding-top:52px !important;
	text-align:center !important;
	height:27px !important;
	font-weight:bold !important;
	}
	
#main_menu ul li a:hover {
	background-image:url(../img/fondo_menu_up.jpg) !important;
	}
	
#marcas{
	
	width:1000px;
	border-top:#f99300 4px solid;
	margin:10px auto;
	padding:10px 0;
	text-align:right;
	}
	

	
#marcas1{
	
	width:1000px;
	margin:auto;
	padding-top:30px;
	text-align:right;
	padding-bottom:20px;
	}

 ul.slide{
	 margin:0;
     padding:0;
     height:80px;
     list-style-type:none;
	 }
	 
 ul.slide li{
	 float:left;
     list-style-type:none;
	 }
	 
 ul.slide img{
	 border:1px solid silver;
     height:80px;
	 }
	 
	#main_content{
		width:60%;
		margin:auto;
		background-color:#eeeeee;
		border-radius: 0px 100px 0px 100px; 
		-moz-border-radius: 0px 100px 0px 100px; 
		-webkit-border-radius: 0px 100px 0px 100px; 
		border: 1px solid #6C6C6C;
		padding:50px 50px 50px 50px;
		margin-top:0px;
		margin-bottom:auto;
		display:block;
		padding-top:40px;
		padding-bottom:80px;
		line-height : 25px;
		text-align:justify;
		

		}
		
		
	strong{
		color:#F8981D;

		}
		
	.titulo{		
		color:#333 !important;
		text-align:left !important;
		margin-top:90px;
		margin-left:500px !important;
	}
	.linea-inicio{
		width:90%;
		border-bottom:#f99300 4px solid;
		margin:70px auto;
		padding:10px 0;
		text-align:right;
	}
	.seccion-titulo{	
	/*
		width:90%;
		border-bottom:#f99300 4px solid;
		margin:70px auto;
		padding:10px 0;
		text-align:right; 
	*/
		margin:70px auto;
		width: 100%; /* Una longitud o auto */
		height: auto; /* Una longitud necesariamente */
		text-align: right; /* X */
		/*background-color: lightskyblue;*/
	}
	.linea{		
		display: inline-block; /* Imprescindible */
		width: 65%;
		height: auto;
		vertical-align: baseline; /* Y */
		font-size: inherit; /* Debería ser inherit o 1em */
		text-align: center;
		border-bottom:#f99300 4px solid;
	}
		
	.titulo1{
		width:1000px !important;
		margin:auto !important;
		padding-left:300px !important;
		font-weight:bold !important;
		}
		
	#wrap{
		width:1000px;
		margin:auto;
		}
		
	#main_content_contacto{
		width:620px;
		float:right;
		background-color:#eeeeee;
		border-radius: 0px 100px 0px 100px; 
		-moz-border-radius: 0px 100px 0px 100px; 
		-webkit-border-radius: 0px 100px 0px 100px; 
		border: 1px solid #6C6C6C;
		padding:40px;
		margin-top:20px;
		margin-bottom:30px;
		display:block;
		padding-top:50px;
		padding-bottom:80px;
		height:300px;
		}
		
	#direcciones{
		width:250px;
		float:left;
}

#mapa{
	border-radius: 0px 50px 0px 50px; 
	-moz-border-radius: 0px 50px 0px 50px; 
	-webkit-border-radius: 0px 50px 0px 50px;
	overflow:hidden;
	border: 1px solid #6C6C6C;
	margin-top:20px;
	}
	
input{
	border:#CCC solid thin;
	width:470px;
	padding:10px;
	margin-bottom:10px;
	color:#333;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	}
	
textarea{
	border:#CCC solid thin;
	width:470px;
	padding:10px;
	margin-bottom:10px;
	color:#333;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	height:50px;
	}
	
.boton{
	background-color:#333;
	color:#FFF;
	border:#CCC solid thin;
	width:490px;
	}
	
#catalogo_categorias li input[type=submit]{
	color:#666;
	float:left;
	width:300px;
	margin:10px;
	padding:10px;
	text-align:center;
	text-decoration:none;
	border:#999 solid thin;
	background: #eeeeee; /* Old browsers */
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
	height:60px;
	overflow:hidden;
	font-weight:bold;
	letter-spacing:1px;
	transition: background-color .9s;

}

#catalogo_categorias li input[type=submit]:hover{
	color:#FFF;
	background: #666;
	border:#fff solid thin;
	cursor:pointer;
	transition: background-color .9s;
}
	
#main_content_catalogo{
		display: block;
    	margin: 0 auto auto;
    	width: 80%;		
}
		
	
#main_content_catalogo ul li{
	font-size:11px;
		
		}
		
.input_buscador{
		width:250px;
		padding:5px;
		font-size:12px;
		margin-right:20PX;
		}
		
.boton_buscar{
	width:34px;
	background-color:#CCC;
	padding:5px;
	font-size:14px;
	background-image:url(../img/icon_search.png);
	background-repeat:no-repeat;
}

.boton_buscar:hover{
	cursor:pointer;
}
	
#buscador{
	float:right;
	margin-top:-30px;
	}
	
#clear{
	clear:both;
	}
	
#breadcrumb{
	width:1000px !important;
	margin-top:-60px;
	padding-left:200px !important;
	padding-top:25px !important;
	
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 

}
	
#crop_mask{
	width:290px;
	height:290px;
	overflow:hidden;
	border:#999 solid thin;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	box-shadow: 3px 3px 10px #ccc;
	float:left;
	margin-right:35px;
	margin-bottom:35px;
}
#crop_mask img{
	text-align:center;
	display:block;
	margin:auto;
}

#crop_mask img:hover{
	cursor:pointer;
}


#catalogo_productos{
	text-align:center;
	display:block;
}
	
	
	#main_menu22 ul li a {
	float:left;
	color:#FFF;
	text-decoration:none;
	width:150px;
	padding:10px;
	padding-bottom:0px;
	padding-top:55px;
	text-align:center;
	height:24px;
	}
	
#main_menu22 ul li a:hover {
	background-image:url(../img/fondo_menu_up.jpg);
	}

.titulo22{
		width:1000px;
		margin:auto;
		padding-left:400px;
		font-weight:bold;
		}
		#breadcrumb22{
	width:1000px;
	margin:auto;
	padding-left:400px;
	padding-top:10px;
	}
#nanoGallery3{width:1000px;}
.nanogallery_theme_default .nanoGalleryContainerParent{
	margin-top:50px !important;
	}

.modalbody {
	padding:20px;
	line-height:20px;
	letter-spacing:1px;
}
/*
.modalbody p{
	line-height:25px;
	letter-spacing:1px;
}

#modalbody p{
	padding:15px;
}
*/	
.modal-header {
	background-color:#F8991D !important;
	padding:20px !important;
}
	
.modal-header .close{
	display:none;
}
.modal-title{
	color:#FFF;
	font-weight:bold;
	letter-spacing:1.5px;
}

.p-producto{
	font-weight:bold;
	letter-spacing:1px;
}

.btn {
    font-size: 14px;
    padding: 15px;
    margin-bottom: 0;

    display: inline-block;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}
.btn:focus,
.btn:active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none;
}
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

/* default
---------------------------- */
.btn-default {
    color: #F8991D;
    background-color: #fff;
    border-color: #F8991D;
	letter-spacing:1.5px;
	font-weight:bold;
}
.btn-default:focus {
    color: #fff;
    background-color: #F8991D;
    border-color: #F8991D;
}
.btn-default:hover {
    color: #fff;
    background-color: #F8991D;
    border-color: #F8991D;
}
.btn-default:active {
    color: #fff;
    background-color: #F8991D;
    border-color: #F8991D;
}

.pagination-div{
	width:auto;
	text-align:center;
	display:block;
	margin:auto;
	padding:20px;
}
/*
.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem;
margin:auto;
}
.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}
.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}
.page-item.active .page-link{z-index:1;color:#fff;background-color:#F99300;border-color:#F99300}
.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}

.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}
.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}
.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}
.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}

.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#F99300;background-color:#fff;border:1px solid #dee2e6; font-weight:bold}

.page-link:hover{color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}
.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}
.page-link:not(:disabled):not(.disabled){cursor:pointer}
.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}
.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}
.page-item.active .page-link{z-index:1;color:#fff;background-color:#F99300;border-color:#F99300}
.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}
a{color:#fff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}

*/
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: #6C6C6C;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .5s;
    border: 1px solid #F99300;
	
	font-weight:bold;
	font-size:16px;
}

ul.pagination li a.active {
    background-color: #F99300;
    color: white;
    border: 1px solid #F99300;	
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;border: 1px solid #ddd;	}

div.center {text-align: center;}

.guia{
	color:#6C6C6C;
	text-decoration:none;
	font-weight:bold;
	transition: .5s;
}
.guia:hover{
	color:#F99300;
	cursor:pointer;
}

.guia-fijo{
	color:#6C6C6C;
	text-decoration:none;
	font-weight:bold;
}









	