@charset "utf-8";
@import url("../webfonts/ALTGOT2N/stylesheet.css");
@import url("../webfonts/Cheddar_Jack/stylesheet.css");
@import url("../webfonts/OpenSans_Light/stylesheet.css");
@import url("../webfonts/montserrat_light/stylesheet.css");
@import url("../webfonts/BebasNeue_Light/stylesheet.css");
@import url("../webfonts/BebasNeue_Book/stylesheet.css");
@import url("../webfonts/BebasNeue_Bold/stylesheet.css");

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/

			* {
				margin:0px;
				padding:0px;
			}
			
			#header {
	margin: auto;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	z-index: -2147483648;
			}
			
			ul, ol {
				list-style:none;
			}
			
			.nav > li {
	float: left;
	width: 14.2%;
	text-align: center;
	font-family: "BebasNeue Book";
	font-size: 30px;
	letter-spacing: 2px;
	color: #FFFFFF;
			}
			
			.nav li a {
				background-color:#000;
				color:#fff;
				text-decoration:none;
				padding:10px 12px;
				display:block;
			}
			
			.nav li a:hover {
				background-color:#434343;
			}
			
			.nav li ul {
				display:none;
				position:absolute;
				min-width:140px;
			}
			
			.nav li:hover > ul {
	display: block;
	margin-top: 0px;
	margin-left: -30px;
			}
			
			.nav li ul li {
	position: relative;
			}
			
			.nav li ul li ul {
				right:-240px;
				top:0px;
			}

img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
.fluid {
	width: 100%;
	float: left;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}


@-webkit-keyframes STAR-MOVE {
	from {
		background-position: center center
	}
	to { 
		background-position: 900% center
	}
}
.fondomovimiento {
	width: 100%;
	background-image: url(../img/mapacentro.png);
	background-position: center center;
	background-repeat: repeat-x;
	-webkit-animation-name: STAR-MOVE;
	-webkit-animation-duration: 200s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
}

.bw {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-webkit-transition: opacity 0.5s linear;
	-webkit-transition-property: all;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0.1s;
}
.imagengirar360 {
	width:auto;
	height:auto;
	-webkit-transition:1.5s;
	-webkit-transform:rotate(0deg);
	-moz-transition:1.5s;
	-moz-transform:rotate(0deg);
}

.imagengirar360:hover {
	-webkit-transition:1.5s;
	-webkit-transform:rotate(60deg);
	-moz-transition:1.5s;
	-moz-transform:rotate(60deg);
}
.fade{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.3s linear;
}
.fade:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: opacity 0.5s linear;
}
.image img {
    width: 100%;
    height: auto;
    overflow: hidden;
	

}
.image img {
    -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -o-transition: all 3s ease;
    -ms-transition: all 3s ease;
    transition: all 3s ease;
}

.image img:hover {    
    cursor: pointer;
    transform:scale(1.5);
    -ms-transform:scale(1.5);
    -moz-transform:scale(1.5);
    -webkit-transform:scale(1.5);
    -o-transform:scale(1.5);
}

.hr {
	height: 1px;
	border-top: 4px double #FFFFFF;
	text-align: center;
	width: 100%;
	border-bottom: 1;
	border-right: 1;
	border-left: 1;
}
.hr:after {
	position: relative; 
	top: -22px; 
	content:"\25cf\25cf\25cf"; 
	font-size: 34px;
	line-height: 34px; 
	color: #ffffff;
}  
.hr2 {
	height: 1px;
	border-top: 4px double #B9D1A6;
	text-align: center;
	width: 100%;
	border-bottom: 1;
	border-right: 1;
	border-left: 1;
}
.hr2:after {
	position: relative; 
	top: -22px; 
	content:"\25cf\25cf\25cf"; 
	font-size: 34px;
	line-height: 34px; 
	color: #B9D1A6;
} 
.hr3 {
	border: 0; height: 2px; border-top: 1px dashed black; border-bottom: 1px dashed black;
}
/* Mobile Layout: 480px and below. */
  
.contenedor {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	clear: none;
	float: none;
	margin-top: auto;
	margin-bottom: auto;
}
.box {
	text-align: center;
	width: 100%;
	height: 100px;
	overflow: hidden;
	position: relative;
}
.box1 {
	text-align: center;
	width: 100%;
	overflow: hidden;
	position: relative;
	max-height: 100px;
}
.box2 {
	text-align: center;
	width: 100%;
	max-height: 100px;
	overflow: hidden;
	position: relative;
}
.box3 {
	text-align: center;
	width: 100%;
	max-height: 100px;
	overflow: hidden;
	position: relative;
}
.box4 {
	text-align: center;
	width: 100%;
	max-height: 100px;
	overflow: hidden;
	position: relative;
}
.box5 {
	text-align: center;
	width: 100%;
	max-height: 100px;
	overflow: hidden;
	position: relative;
}
.centrar {
	max-width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}
/* FORMULARIO */
#contactenos {
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	-webkit-box-shadow: px px;
	box-shadow: px px;
	background-color: #FFFFFF;
}
.botonenviar {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	background-color: #4D93D4;
	border-radius: 5px;
	color: #000000;
	font-size: 22px;
	border-style: none;
	font-family: "ALTGOT2N";
	font-style: normal;
	width: 100%;
	text-transform: uppercase;
}
#formulario {
	width: 100%;
}
#infocont {
	width: 100%;
}
.cajas {
	width: 98%;
	margin-bottom: 10px;
	text-align: left;
	text-indent: 20px;
	font-family: Arial;
	font-size: small;
	color: #BF1F22;
	border: 1px solid #C5C5C5;
	border-radius: 5px;
	background-color: #FFFFFF;
	margin-left: 1%;
	margin-right: 1%;
	padding-top: 12px;
	padding-bottom: 12px;
}
.cajas2 {
	width: 97%;
	height: 50px;
	border: 1px solid #C5C5C5;
	border-radius: 5px;
	margin-bottom: 10px;
	text-indent: 20px;
	font-family: Arial;
	font-size: small;
}
#botones1 {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
#contactostele {
	width: 100%;
	height: auto;
	margin-top: 15px;
	font-size: 13px;
	margin-bottom: 15px;
}
.titulocontactenos {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	font-size: 20px;
}
.descripcioncontactenos {
	width: 100%;
	text-align: center;
}
.imagencontacto {
	width: 100%;
}
.tituloempresa {
	width: 100%;
	text-align: center;
	font-size: 18px;
}
.icono {
	width: 8%;
	margin-right: 2%;
}
.info {
	width: 87%;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #C5C5C5;
	margin-left: 3%;
}
.iconoredondo {
	background-color: #4D93D4;
	border-radius: 1000px;
	text-align: center;
}
.info2 {
	padding-top: 8px;
	padding-bottom: 8px;
	width: 87%;
	margin-left: 3%;
}
.linea {
	width: 100%;
	margin-bottom: 5px;
}
.slogan {
	text-align: center;
	width: 100%;
}
#menu_celular {
	width: 100%;
	display: none;
	padding-bottom: 5px;
	position: fixed;
	bottom: 0px;
	background-image: url(../img/negrotranspareten.png);
}
.itemenucelu {
	width: 16.6%;
	text-align: center;
	font-size: x-small;
	color: #FFFFFF;
}
#menu_celular2 {
	width: 100%;
	border-top: 30px solid #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	display: none;
	opacity: 0;
}
#tienda_carros_rc_pereira {
}
#filacarbono {
	background-image: url(../img/carbono.png);
	display: none;
}
#filalogomenu {
	background-color: #FFFFFF;
	border-bottom: 1px solid #DBDBDB;
}
.iconotelefono {
	width: auto;
	margin-right: 1%;
}
.telefono {
	width: auto;
	margin-right: 1%;
	font-size: 27px;
	padding-top: 7px;
}
.horario {
	width: auto;
	font-size: 12px;
	padding-top: 15px;
}
.cuentaacceso {
	color: #FFFFFF;
}
.logopayu {
	float: right;
	width: auto;
	margin-left: 2%;
}
.cestadecompras {
	float: right;
	width: auto;
	margin-left: 1%;
	color: #FFFFFF;
}
.iconocestadecompras {
	float: right;
	width: auto;
	margin-left: 3%;
}
.micuenta {
	float: right;
	width: auto;
	margin-left: 1%;
	color: #FFFFFF;
}
.iconomicuenta {
	float: right;
	width: auto;
	margin-left: 1%;
}
.logo {
	width: 80%;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.buscador {
	width: 100%;
	margin-bottom: 20px;
}
.menu {
	display: none;
}
.itemmenu {
	color: #000000;
	font-family: "ALTGOT2N";
	text-transform: uppercase;
	text-align: center;
	-webkit-transition: opacity 0.5s linear;
	-webkit-transition-property: all;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0.1s;
}
.itemmenu:hover{
	background-color: #FEC52B;
	-webkit-transition: opacity 0.5s linear;
	-webkit-transition-property: all;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0.1s;
	}
.titulomenu {
	font-size: 24px;
	text-align: center;
}
.subtitulomenu {
	text-transform: capitalize;
	font-family: pt-sans;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	text-align: center;
}
.telefonos {
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
.cajabuscar {
	background-color: #FFFFFF;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #000000;
	text-indent: 10px;
	text-align: left;
	border-style: none none solid;
	border-width: 0px 0px 3px;
	font-size: 14px;
	width: 59%;
	font-family: open-sans;
	font-style: normal;
	font-weight: 400;
	margin-left: 10%;
	border-bottom-color: #312D2D;
}
.botonbuscar {
	padding-top: 17px;
	padding-bottom: 17px;
	background-color: #4D93D4;
	background-image: url(../img/lupa.png);
	background-position: center center;
	background-size: auto auto;
	border-width: 0px;
	border-style: none;
	font-size: 14px;
	text-align: center;
	width: 10%;
	background-repeat: no-repeat;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	font-family: pt-sans;
	font-style: normal;
	font-weight: 400;
	margin-right: 10%;
}
#sliderfotos {
	position: relative;
	background-image: url(../img/carbono.png);
	padding-bottom: 80px;
}
.itemslider {
	background-position: center center;
	height: 180px;
	background-size: 100% auto;
}
.fondonegro {
	height: 100%;
	background-image: url(../img/fondo-negro-slider.png);
	position: absolute;
}
#categorias {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.t1 {
	font-family: "ALTGOT2N";
	text-transform: uppercase;
	font-size: 52px;
	color: #FFFFFF;
	text-align: center;
}
.t2 {
	font-size: 24px;
	text-transform: uppercase;
	color: #000000;
	background-color: #FFFFFF;
	clear: both;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
	font-family: "ALTGOT2N";
}
.itemcategoria {
	background-position: center center;
	background-size: cover;
	height: 220px;
	position: relative;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 30px;
}
.imagencategoria {
	text-align: center;
	background-position: center center;
	background-size: auto 100%;
	height: 70px;
	background-repeat: no-repeat;
	margin-bottom: 8px;
}
.titulocategoria {
	color: #FFFFFF;
	font-family: "ALTGOT2N";
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	position: absolute;
	bottom: 10px;
	background-image: url(../img/negrotranspareten.png);
	font-style: normal;
	font-weight: 300;
	width: auto;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.listadocategorias {

}
#articulosdetacados {
	background-color: #FFFFFF;
	padding-bottom: 30px;
}
.boladestacados {
	text-align: center;
	margin-top: -90px;
	position: relative;
	margin-bottom: 15px;
}
.espaciador {
	display: none;
}
.t3 {
	font-family: "BebasNeue Book";
	color: #000000;
	font-size: 30px;
	text-align: center;
	letter-spacing: 5px;
}
.t4 {
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid #DCDCDC;
	margin-bottom: 20px;
	padding-bottom: 8px;
	font-family: alegreya-sc;
	font-style: normal;
	font-weight: 400;
}
.itemarticulo {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 30px;
	border-bottom: 1px solid #D4D4D4;
	padding-bottom: 13px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.imagenarticulo {
	height: 200px;
	background-position: center center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	position: relative;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	
}

.imagenarticulo:hover {    
    cursor: pointer;
    transform:scale(1.1);
    -ms-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
}
.tituloespecial {
	position: absolute;
	bottom: 10px;
	width: auto;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	text-align: center;
	color: #FFFFFF;
	background-image: url(../img/negrotranspareten.png);
	font-size: 11px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.tituloarticulo {
	font-size: 15px;
	color: #191818;
	text-align: center;
	padding-top: 10px;
	font-weight: 400;
	font-family: alegreya-sc;
	font-style: normal;
}
.preciomas {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px dashed #837F7F;
}
.precio {
	font-family: "ALTGOT2N";
	font-size: 28px;
	text-align: center;
	color: #000000;
	width: 40%;
	background-color: #FFFFFF;
	margin-left: 5%;
	margin-right: 5%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
}
.vermas {
	width: 50%;
	text-align: center;
}

.agregarcesta {
	width: 45%;
	text-align: center;
	background-color: #FFFFFF;
	margin-right: 5%;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 5px;
}
.leermas {
	font-family: "ALTGOT2N";
	text-transform: uppercase;
	font-size: 33px;
	color: #FFFFFF;
	text-align: center;
	width: 45%;
	padding-top: 2px;
	background-color: #4D93D4;
	-webkit-transition: opacity 0.5s linear;
	-webkit-transition-property: all;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0.1s;
	margin-right: 5%;
	border-radius: 5px;
}
.leermas:hover{
	background-color: #000000;
	-webkit-transition: opacity 0.5s linear;
	-webkit-transition-property: all;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0.1s;
	}
#posicionamiento {
	color: #FFFFFF;
	background-attachment: fixed;
	position: relative;
	display: none;
}
.titulop {
	font-size: 50px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #313131;
	font-family: "ALTGOT2N";
}
.subtiutp {
	font-size: 30px;
	text-align: center;
	text-shadow: 1px 1px 1px #1E1E1E;
}
.fondonegro2 {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../img/negrotranspareten.png);
}
.infobox {
	padding-top: 75px;
	padding-bottom: 75px;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
#blog {
	padding-top: 30px;
	padding-bottom: 30px;

}
.cabecerablog {
	font-family: "ALTGOT2N";
	font-size: 41px;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 20px;
}
.itemblog {
	background-position: center center;
	background-size: cover;
	position: relative;
	margin-bottom: 30px;
	height: 200px;
}
.itemsblog {
}
.vermasblog {
	font-size: 30px;
	font-family: "ALTGOT2N";
	color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	background-color: #333333;
	text-transform: uppercase;
	text-align: center;
	-webkit-transition: opacity 0.5s linear;
	-webkit-transition-property: all;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0.1s;
}
.vermasblog:hover{
	background-color: #000000;
	-webkit-transition: opacity 0.5s linear;
	-webkit-transition-property: all;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0.1s;
}
.infoblog {
	bottom: 100px;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	color: #FFFFFF;
	position: absolute;
	text-align: center;
}
.tituloblog {
	font-size: 18px;
	font-weight: bold;
	font-family: "BebasNeue Book";
	letter-spacing: 3px;
}
.descripblog {
	font-family: alegreya-sc;
	font-style: normal;
	font-weight: 400;

}
.fechablog {
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
	width: auto;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	position: absolute;
	right: 10px;
	padding-top: 8px;
}
.vertiendarojo {
	background-color: #ED3237;
	font-size: 40px;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: "ALTGOT2N";
}
#boletin {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #FFFFFF;
	border-top: 1px dashed #D9D9D9;
}
.tbolten {
	font-size: 38px;
	color: #000000;
	text-transform: uppercase;
	font-family: "ALTGOT2N";
	text-align: center;
}
.sboletin {
	color: #8B8B8B;
	text-align: center;
	font-size: 14px;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 30px;
}
.formuboletin {
}
.cajasbolein {
	padding-top: 15px;
	padding-bottom: 15px;
	text-indent: 10px;
	font-family: "ALTGOT2N";
	font-size: 20px;
	color: #000000;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.bbole {
	background-color: #333333;
	font-family: "ALTGOT2N";
	color: #FFFFFF;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	border-style: none;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
#logoabajo {
	background-image: url(../img/carbono.png);
}
.logoabajoblanco {
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 36%;
	margin-left: 30%;
	margin-right: 30%;
	padding-left: 2%;
	padding-right: 2%;
}
#menu2 {
	background-color: #353535;
	color: #FFFFFF;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	background-position: center center;
}
.footer {
	padding-top: 35px;
	padding-bottom: 35px;
	background-color: #FFFFFF;
	border-top: 1px solid #E5E5E5;
}
.columnasfooter {
	width: 100%;
	margin-bottom: 25px;
	text-align: center;
}
.iconoredsocial {
	text-align: center;
	width: 31.3%;
	margin-left: 1%;
	margin-right: 1%;
}
.iconosredessociales {
	width: 40%;
	margin-left: 30%;
	margin-top: 5px;
	margin-right: 30%;
}
.horizon {
	text-align: center;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ECECEC;
	padding-bottom: 20px;
}
#cestadecomprasinferior {
	position: fixed;
	bottom: 0px;
	right: 20px;
	border-top: 5px solid #3BB8D1;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	z-index: 10;
	color: #FFFFFF;
	text-align: center;
	display: none;
	background-image: url(../img/negrotranspareten.png);
}
.titulocetainferio {
	font-family: "ALTGOT2N";
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 22px;
}
.totalcomprainferior {
	text-align: center;
}
.nroarticuloinfer {
	text-align: center;
}
.vercarritoinfe {
	width: 96%;
	padding-top: 12px;
	padding-right: 2%;
	padding-bottom: 12px;
	padding-left: 2%;
	background-color: #36C4DB;
	color: #000000;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 10px;
}
.vercarritoinfe:hover{
	background-color: #2E3036;
	color: #FFFFFF;
}
.cestamenucelular {
	text-align: center;
	padding-bottom: 8px;
	background-color: #333333;
	padding-top: 8px;
	border-top: 4px solid #030303;
	margin-bottom: 5px;
	color: #FFFFFF;
}
.cabecerassecciones {
	background-position: center center;
	background-size: 100% auto;
	position: relative;
	background-color: #000000;

}
.titulosecciones {
	color: #FFFFFF;
	text-align: center;
	font-family: "ALTGOT2N";
	font-size: 40px;
	position: relative;
	text-transform: uppercase;
	display: none;
}
.subtitulosecciones {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	display: none;
}
.infoseccioncab {
	padding-top: 50px;
	padding-bottom: 50px;
	text-shadow: 1px 1px 1px #000000;
}
.centropagina {
	padding-bottom: 40px;
	background-color: #FFFFFF;
}
.navi {
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #2F2F2F;
	color: #FFFFFF;
	font-size: 12px;
	margin-bottom: 10px;
}
.izquierda {
	width: 100%;
}
.derecha {
	width: 100%;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 5px solid #000000;
}
.tituloseccion {
	font-family: "BebasNeue Book";
	font-size: 40px;
	text-transform: capitalize;
	letter-spacing: 2px;
	text-align: center;
}
.descripcionseccion {
	font-size: 16px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-family: alegreya-sc;
	font-style: normal;
	font-weight: 400;
	text-align: center;
}
.invisible {
	opacity: 0;
}
.fila {
	margin-bottom: 30px;
	width: 100%;
	border-radius: 8px;
}
.titulofila {
	text-align: center;
	background-color: #4D93D4;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #FFFFFF;
	font-size: 30px;
	text-transform: uppercase;
	font-family: "ALTGOT2N";
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.infofila {
	border-bottom-color: #E4E4E4;
	border-left-color: #E4E4E4;
	border-right-color: #E4E4E4;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: none solid solid;
	width: 95.6%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.listacatalgo {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #6B6B6B;
	-webkit-transition: opacity 0.5s linear;
	-webkit-transition-property: all;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0.1s;
}
.listacatalgo:hover{
	background-color: #E9EFF3;
	-webkit-transition: opacity 0.5s linear;
	-webkit-transition-property: all;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0.1s;
	}
.nombrelista {
	width: 70%;
	color: #010101;
	font-weight: bold;
}
.cantidadlista {
	width: 20%;
	text-align: center;
	color: #4D93D4;
}
.iconolista {
	width: 6%;
	padding-right: 2%;
	padding-left: 2%;
}
.imagenfila {
	width: 30%;
}
.infofila2 {
	width: 68%;
	margin-left: 2%;
}
.artitculofila {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #ACACAC;
}
.imagenarticulo2 {
	background-position: center center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	position: relative;
	height: 200px;
	background-color: #FFFFFF;
}
.precio2 {
	width: 100%;
	font-family: "ALTGOT2N";
	color: #000000;
	text-align: center;
	font-size: 40px;
}
.leermas2 {
	width: 50%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	font-family: "ALTGOT2N";
	text-transform: uppercase;
	font-size: 20px;
	background-color: #4D93D4;
	border-radius: 5px;
}
.stock {
	font-size: 11px;
	color: #25559F;
	text-align: center;
}
.tituloarticulo2 {
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
}
.preciomas2 {
	text-align: center;
	width: 80%;
	margin-left: 10%;
	margin-bottom: 10px;
	border-radius: 5px;
}
.vermas22 {
	border: 1px dashed #D1D1D1;
	width: 99.6%;
	border-radius: 5px;
}
.filacabeceracesta {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #0D0D0D;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	margin-top: 30px;
	display: none;
}
.productoc {
}
.cantidadc {
	text-align: center;
	width: 33.3%;
	margin-top: 10px;
	border-top: 1px solid #555555;
}
.subtotalc {
	text-align: right;
	width: 33.3%;
	margin-top: 10px;
	border-top: 1px solid #464646;
}
.valorc {
	text-align: center;
	width: 33.3%;
	margin-top: 10px;
	border-top: 1px solid #555555;
}
.infocestaproducto {
	border-bottom: 2px solid #2E2E2E;
	padding-bottom: 10px;
}
.imagenproductopcesta {
	width: 30%;
}
.datosprodcuto {
	width: 68%;
	margin-left: 2%;
}
.titulodelproxucto {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #4D4D4D;
	border-bottom: 1px dashed #D1D1D1;
	padding-bottom: 9px;
	padding-top: 9px;
}
.acciones {
	width: 25.6%;
	margin-left: 70%;
	padding-top: 8px;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 8px;
	border-bottom: 1px dashed #C3C3C3;
	border-right: 1px dashed #C3C3C3;
	border-left: 1px dashed #C3C3C3;
}
.adicionar {
	width: 31.3%;
	margin-left: 1%;
	margin-right: 1%;
}
.remover {
}
.otrainfo {
	width: 100%;
}
.novisible {
	font-weight: bold;
}
.totalcarritoabajo {
	background-color: #E1E1E1;
	border: 1px dashed #9E9E9E;
	width: 95.5%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	font-size: 15px;
	margin-top: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}
.columnascarrito {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 15px;
}
.checkout {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.titulocolumnacarrito {
	background-color: #286099;
	color: #FFFFFF;
	font-size: 15px;
	text-align: left;
	width: 96%;
	padding-top: 10px;
	padding-right: 2%;
	padding-bottom: 10px;
	padding-left: 2%;
	border-radius: 5px;
}
.imagenayuda {
	width: 28%;
	margin-right: 2%;
	margin-top: 10px;
}
.infoayuda {
	width: 70%;
	padding-top: 10px;
}
.textoayuda {
	text-align: center;
	color: #B4B4B4;
	font-size: 12px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.imagenmetodo {
	width: auto;
	padding-left: 1%;
	padding-right: 1%;
}
.seguircomprando {
	width: 96%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	background-color: #D83339;
	text-align: center;
	color: #FFFFFF;
	border-radius: 5px;
}
.vertotal {
	text-align: right;
	padding-top: 5%;
	padding-right: 2%;
	padding-bottom: 5%;
	padding-left: 2%;
	background-color: #E4E4E4;
	border: 1px dashed #C4C4C4;
	border-radius: 5px;
	font-weight: bold;
	width: 95.6%;
	margin-top: 10px;
}
.cortablog {
	font-size: 12px;
	text-align: justify;
	color: #000000;
}
.tituloarticulo2 {
}
.tituloarticulo3 {
	font-size: 13px;
	color: #A3A3A3;
}
.vertpdpub {
	width: 100%;
	text-align: center;
	background-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "ALTGOT2N";
	text-transform: uppercase;
	font-size: 20px;
	color: #FFFFFF;
	margin-bottom: 15px;
}
.listablog {
	width: 100%;
	margin-bottom: 30px;
}
.iblog {
	background-position: center center;
	background-size: cover;
	height: 300px;
	margin-bottom: 10px;
	position: relative;
}
.tblog {
	font-weight: bold;
	color: #FFFFFF;
	font-family: "BebasNeue Light";
	font-size: 20px;
	text-align: center;
	letter-spacing: 2px;
}
.dblog {
	font-size: 15px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 5px;
	font-family: alegreya-sc;
	font-style: normal;
	font-weight: 400;
}
.fblog {
	color: #41C7CD;
	font-size: 11px;
}
.colizquierdaitem {
	width: 100%;
}
.colderechaitem {
	width: 100%;
	margin-top: 30px;
}
.imagenitemfinal {
	margin-bottom: 10px;
}
.infoitemfinal {
}
.tifinal {
	font-weight: normal;
	font-size: 35px;
	border-bottom: 1px solid #E3E3E3;
	margin-bottom: 6px;
	padding-bottom: 6px;
	font-family: "BebasNeue Bold";
	text-transform: uppercase;
	color: #286099;
	text-align: center;
}
.instock {
	text-align: left;
	color: #4AD7F4;
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom: 1px dashed #D4D4D4;
}
.dlitemfinal {
	color: #9E9E9E;
	width: 93.5%;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
	border: 1px dashed #E0E0E0;
	margin-top: 20px;
	text-align: justify;
	margin-bottom: 20px;
}
.cajacomprar {
	border-radius: 10px;
}
.titulito {
	background-color: #CCDDEE;
	color: #414141;
	text-align: center;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.valoresarticulo {
	background-color: #F0EFEB;
	border-bottom-left-radius: 9px;
}
.precioartiuclofinal {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	width: 20%;
	background-color: #F6F5F2;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.agregaralcarrito {
	width: 40%;
	text-align: center;
	font-family: "ALTGOT2N";
	font-size: 20px;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 15px;
}
.compartiredes {
	width: 80%;
}
.galeriafotos {
}
.itemfotog {
	width: 46.5%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 10px;
	border: 1px solid #F3F3F3;
}
.columnasabajo {
}
.largatotal {
	text-align: justify;
	margin-bottom: 20px;
}
.colvercesta {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #332F2F;
	margin-top: 10px;
	border-radius: 5px;
}
.colmicuenta {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #286099;
	color: #FFFFFF;
	margin-top: 10px;
	border-radius: 5px;
}
.fomuprincipal {
}
.login {
}
.bolas {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 30px;
}
.imgbola {
	text-align: center;
}
.titulobola {
	font-family: "ALTGOT2N";
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #000000;
}
.descripcionbola {
	text-align: center;
	color: #7A7A7A;
}
.seccionbolas {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 3px solid #4D4D4D;
}
.formularioregistro {
	width: 100%;
}
.datospersonales {
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
	background-color: #D7D7D7;
	width: 94%;
	margin-bottom: 15px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}
.datosdeingreso {
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
	width: 94%;
	background-color: #F0F0F0;
	border-radius: 8px;
	margin-top: 20px;
}
.datosdecontacto {
}
.titulosformularios {
	padding-left: 3%;
	padding-right: 3%;
	background-color: #286099;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 22px;
	color: #FFFFFF;
	width: auto;
	text-transform: uppercase;
	background-image: url(../img/carbono.png);
	font-family: "ALTGOT2N";
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.cajasusuarios {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: 10px;
	font-size: 13px;
	color: #000000;
	border-style: none;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	font-family: pt-sans;
	font-style: normal;
	font-weight: 400;
}
.colformu {
}
.btnguardar {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: pt-sans;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	text-align: center;
	background-color: #286099;
	border-style: none;
	color: #FFFFFF;
}
.botonentrar {
	background-image: url(../img/Login-Button-300x99.jpg);
	background-position: center center;
	background-size: auto 100%;
	border-style: none;
	width: 40%;
	background-repeat: no-repeat;
	height: 40px;
	background-color: transparent;
	margin-left: 30%;
	margin-right: 30%;
	margin-top: 10px;
}
.olvidarregistrar {
	text-align: center;
	font-size: 12px;
	margin-top: 12px;
}
.datosfalsos {
	text-align: center;
	width: 80%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	border: 1px dashed #E84F51;
	margin-left: auto;
	margin-right: auto;
	color: #E45B5D;
}
.siregistro {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	border: 1px solid #414141;
	margin-top: 15px;
	margin-bottom: 15px;
}
.espaciocontenidos {
	padding-top: 30px;
}
.izquierdapedido {
	width: 95.5%;
	margin-top: 25px;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	border: 1px solid #E9E9E9;
}
.titulosdatospedido {
	font-family: "ALTGOT2N";
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #286099;
}
.botondepagopau {
	text-align: center;
	margin-top: 10px;
}
.nropedidof {
	font-size: 13px;
	color: #286099;
	text-align: center;
	width: 25%;
	font-weight: bold;
}
.fechapediof {
	text-align: center;
	color: #000000;
	width: 25%;
}
.valortotalp {
	color: #000000;
	text-align: right;
	width: 23%;
	margin-right: 2%;
}
.estadopedido {
	color: #000000;
	text-align: center;
	width: 25%;
}
.notadicionalf {
	font-size: 11px;
	color: #2A2A2A;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.filacabecerapedido {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #DCDCDC;
	font-weight: bold;
	background-color: #E1E1E1;
	color: #FFFFFF;
	display: none;
}
.infopedidofilas {
	border-bottom: 1px dashed #8B8B8B;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-transition: opacity 0.5s linear;
	-webkit-transition-property: all;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0.1
}
.infopedidofilas:hover{
	background-color: #E9E9E9;
	-webkit-transition: opacity 0.5s linear;
	-webkit-transition-property: all;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0.1
}
.filacabeceracelular {
	background-color: #BBBBBB;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}
.bordepedidos {
	border: 1px solid #D5D5D5;
	width: 99.5%;
}
.nohaypedidos {
	width: 93.5%;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
	color: #DF4B4E;
	border: 1px dashed #D4494B;
	text-align: center;
}
.cajasdentro {
	width: 93.5%;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
	border: 1px dashed #D9D9D9;
	line-height: 22px;
}
.obtdetpedido {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 3px solid #D5D5D5;
}
.colpedidof {
	width: 100%;
	margin-top: 10px;
	text-align: center;
}
#venta_ropa_deportiva_pereira {
}
.logograndems {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
}
#menums {
	width: 100%;
	border-top: 1px dashed #88817F;
	border-bottom: 2px dashed #88817F;
	display: none;
}
.itemmenums {
	width: 12.2%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: "BebasNeue Book";
	font-size: 14px;
	border-right: 1px dashed #B9B9B9;
	padding-left: 1%;
	padding-right: 1%;
	color: #FFFFFF;
	-webkit-transition: opacity 0.5s linear;
	-webkit-transition-property: all;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0.1s;
	letter-spacing: 3px;
}
.itemmenums:hover {
	-webkit-transition: opacity 0.5s linear;
	-webkit-transition-property: all;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0.1s;
	background-color: #1D1B1B;
	color: #FFFFFF;
}
.cuentaloginms {
	background-color: #000000;
	color: #FFFFFF;
}
#sliderms {
	background-color: #F7F7F7;
}
.itemsliderms {
	height: 200px;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.cajacuentaylogin {
	text-align: center;
	width: 100%;
	padding-top: 10px;
	display: none;
	padding-bottom: 10px;
}
.redondoms {
	background-color: #FFFFFF;
	width: 10%;
	text-align: center;
	display: none;
}
.buscadorms {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ogoybusca {
}
.negriadentro {
	width: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../img/negrotranspareten.png);
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	bottom: 30px;
	padding-left: 5%;
	padding-right: 5%;
}
.tituloslider1 {
	font-family: "Cheddar Jack";
	font-size: 30px;
}
.descirpslider1 {
	font-size: 13px;
	display: none;
}
#venta_ropadeportiva_pereira {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #E9E9E9;
}
.banner {
	background-image: url(../img/foto-1-2.jpg);
	background-position: center center;
	height: 150px;
	width: 100%;
	background-size: cover;
}
#ropa_deportiva_colombia {
	background-position: center center;
	background-size: cover;
	height: 200px;
	padding-left: 10%;
	color: #FFFFFF;
	padding-top: 70px;
	width: 90%;
	position: relative;
}
.visitat {
	background-color: #4D93D4;
	color: #FFFFFF;
	width: auto;
	padding-left: 3%;
	padding-right: 3%;
	margin-left: 50%;
	margin-top: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 8px;
}
.titulodestacadosms {
}
.titulobanerprinci {
	font-family: "OpenSans Light";
}
.pequemo {
	font-family: "ALTGOT2N";
}
.descripdsd {
	font-style: italic;
}
.blog2 {
}
.itemblogadnres {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 25px;
}
.itemarticulo22 {
	margin-bottom: 30px;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	background-color: #FBFBFB;
	border-radius: 5px;
}
#monica_sierra_ropa_deportiva {
	padding-top: 30px;
	padding-bottom: 30px;
}
.imagenitemms {
	background-position: center center;
	background-size: cover;
	height: 200px;
	width: 100%;
	position: relative;
}
.cajacompartir {
	margin-bottom: 30px;
}
.visitas {
	width: auto;
	margin-bottom: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 2%;
	padding-right: 2%;
	color: #000000;
	border: 1px solid #DCDEE3;
	background-color: #F6F7F8;
	border-radius: 4px;
	margin-top: 5px;
}
.pruebas {

}
.anchototal {
	width: 100%;
}
#cabeceraprincipal {
	height: 300px;
	background-image: url(../img/img-5.jpg);
	background-position: center bottom;
	background-size: auto 100%;
}
.tituloandres {
	font-family: "BebasNeue Book";
	text-align: center;
	width: 100%;
	color: #FFFFFF;
	letter-spacing: 12px;
}
#cajacentroinicio {
	width: 100%;
	padding-top: 150px;
}
.photographer {
	width: 100%;
	text-align: center;
	font-family: "BebasNeue Light";
	color: #FFFFFF;
	letter-spacing: 5px;
}
.bienenue2 {
	font-family: alegreya-sc;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	width: 100%;
	color: #FFFFFF;
}
.cajabuscadorinfoereo {
}
#bolitascentro {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
}
.itemesfera {
	width: 90%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 20px;
}
.imgredondita {
	width: 200px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 900px;
	background-image: url(../img/foto-1-2.jpg);
	background-position: center center;
	background-size: cover;
}
.tituloerfera {
	text-align: center;
}
.descrsss {
	text-align: center;
}
.rendonditocentro {
}
.imgcircular {
	width: 250px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
}
.titutlocircular {
	text-align: center;
	font-family: "BebasNeue Book";
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.descaripcirucalr {
	text-align: center;
	font-family: alegreya-sc;
	font-style: normal;
	font-weight: 400;
}
#fotocentrales {
	display: none;
}
.ft1 {
	background-position: center center;
	background-size: cover;
}
.ft2 {
}
.ft3 {
	background-position: center center;
	background-size: cover;
}
.ft4 {
	background-position: center center;
	background-size: cover;
}
.ft5 {
	background-position: center center;
	background-size: cover;
}
.ft6 {
	background-position: center center;
	background-size: cover;
}
.ft7 {
	background-position: center center;
	background-size: cover;
}
.ft8 {
	background-position: center center;
	background-size: cover;
}
.columna1ft {
}
.columna2ft {
}
.columna3ft {
}
.tblogpequeno {
	font-family: "BebasNeue Book";
	color: #868686;
	font-size: 20px;
	letter-spacing: 2px;
}
.tbloggrande {
	font-family: "BebasNeue Bold";
	font-size: 40px;
	letter-spacing: 3px;
}
.desrdsfblog {
	font-family: alegreya-sc;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	margin-top: 20px;
}
.vertodoslospost {
	margin-top: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #111111;
	border-bottom: 1px solid #111111;
	font-family: alegreya-sc;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	text-align: center;
	color: #000000;
}
.INSTAGRAM {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #D4D4D4;
}
#fotografia_video_bodas {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}
.fotografo_bodas {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 30px;
}
.imgsub {
	width: 100%;
	background-position: center center;
	background-size: cover;
	height: 200px;
}
.infosub {
	width: 96%;
	padding-left: 2%;
	background-color: #E4E4E4;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #000000;
	padding-right: 2%;
}
.fotografia_y_video {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	position: relative;
	background-position: center center;
	background-size: cover;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	height: 280px;
}
.centralinfo2 {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	text-align: center;
	background-image: url(../img/negrotranspareten.png);
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
}
.titulocentrarl {
	font-family: "BebasNeue Book";
	font-size: 22px;
	letter-spacing: 5px;
}
.descriopcsadf {
	font-family: alegreya-sc;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
}
.cajacentroinicio2 {
	padding-top: 90px;
}
#cabeceraprincipal2 {
	background-image: url(../img/img-5.jpg);
	background-position: center bottom;
	background-size: cover;
	height: 200px;
}
.infocentralblogss {
	position: absolute;
	bottom: 20px;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url(../img/negrotranspareten.png);
	background-size: cover;
	background-repeat: repeat;
}
.cometnariosface {
	width: 100%;
	text-align: center;
	border-top: 1px dashed #7C7C7C;
	margin-top: 20px;
	padding-top: 20px;
}
.botonlikefacess {
	margin-bottom: 15px;
}
.listablog2 {
	width: 100%;
}
.agregaralcarrito {
}
.agrealcarro {
	width: 98%;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #000000;
	text-align: center;
	font-family: "BebasNeue Book";
	text-transform: uppercase;
	color: #000000;
	font-size: 25px;
	margin-bottom: 15px;
}
.PRECIOGRANDE {
	font-family: "BebasNeue Bold";
	font-style: normal;
	font-weight: 400;
	font-size: 50px;
	margin-bottom: 15px;
}
.fotoitemcuadrada {
	width: 100px;
	height: 100px;
	background-position: center center;
	background-size: cover;
	margin-bottom: 15px;
	margin-right: 6%;
}
.fotosinfocentral2 {
	width: 90%;
	margin-bottom: 20px;
	margin-left: 5%;
	margin-right: 5%;
	height: 200px;
	background-position: center center;
	background-size: cover;
}
#menudespleglable {
	background-color: #000000;
	color: #FFFFFF;
	display: none;
	padding-bottom: 15px;
}
.ladologo {
}
.ladomenu {
}
.fila1menu {
}
.fila2menu {
}
#centrointes {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}
.hjk {
	position: absolute;
	bottom: 0px;
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	text-align: center;
	color: #FFFFFF;
}
#celumenunuevo {
	background-color: #000000;
	position: fixed;
	top: 0px;
	z-index: 99999999;
	padding-bottom: 15px;
	border-bottom: 2px solid #2E2E2E;
}
.andres {
	width: 90%;
}
.LADOLOGOCEUL {
	width: 20%;
}
.LADOMENUCEUL {
	width: 80%;
}
.descargaarchivo {
}
.aunno {
	text-align: center;
	color: #FF0004;
	border: 1px solid #FF0004;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.contenedor {
	margin-left: auto;
}
.box {
	text-align: center;
	width: 100%;
	height: 100px;
	overflow: hidden;
	position: relative;
}
.box1 {
	text-align: center;
	width: 100%;
	overflow: hidden;
	position: relative;
	max-height: 60px;
}
.box2 {
	text-align: center;
	width: 100%;
	max-height: 100px;
	overflow: hidden;
	position: relative;
}
.box3 {
	text-align: center;
	width: 100%;
	max-height: 100px;
	overflow: hidden;
	position: relative;
}
.box4 {
	text-align: center;
	width: 100%;
	max-height: 100px;
	overflow: hidden;
	position: relative;
}
.box5 {
	text-align: center;
	width: 100%;
	max-height: 100px;
	overflow: hidden;
	position: relative;
}
.centrar {
}
/* FORMULARIO */
#contactenos {
}
#formulario {
}
#infocont {

}
.cajas {

}
.cajas2 {
}
#botones1 {
	width: 50%;
	margin-left: 25%;
}
#contactostele {
	width: 100%;
}
.titulocontactenos {
	text-align: center;
}
.descripcioncontactenos {
	text-align: center;
}
.imagencontacto {
	width: 48%;
	margin-right: 2%;
}
.tituloempresa {
	text-align: center;
}
.icono {
}
.info {
}
.info2 {
}
.linea {

}
.slogan {
	text-align: center;
}
#menu_celular {
	display: none;
}
.itemenucelu {
}
#menu_celular2 {
	display: none;
}
#tienda_carros_rc_pereira {
}
#filacarbono {
	display: block;
}
#filalogomenu {
}
.iconotelefono {
}
.telefono {
}
.horario {
}
.cuentaacceso {
	width: 100%;
}
.logopayu {
}
.cestadecompras {
}
.iconocestadecompras {
}
.micuenta {
}
.iconomicuenta {
}
.logo {
	width: 50%;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
}
.buscador {
	width: 50%;
	padding-top: 25px;
}
.menu {
	width: 100%;
	display: block;
	border-top: 4px solid #FEC52B;
}
.itemmenu {
	width: 25%;
	padding-top: 28px;
	padding-bottom: 28px;
}
.titulomenu {
}
.subtitulomenu {
}
.telefonos {
	width: 100%;
}
.cajabuscar {
}
.botonbuscar {
}
#sliderfotos {
}
.itemslider {
	height: 300px;
}
.fondonegro {
}
#categorias {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
.t1 {
	text-align: left;
}
.t2 {
}
.itemcategoria {
	width: 48%;
	height: 250px;

}
.imagencategoria {
}
.titulocategoria {
}
.listadocategorias {
}
#articulosdetacados {
}
.boladestacados {
}
.espaciador {
}
.t3 {
	font-size: 40px;
}
.t4 {
}
.itemarticulo {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
}
.imagenarticulo {
}
.tituloespecial {
}
.tituloarticulo {
	height: 38px;
}
.preciomas {
}
.precio {
}
.vermas {
}
.agregarcesta {
}
.leermas {
}
#posicionamiento {
	display: block;
	background-size: 100% auto;
}
.titulop {
}
.subtiutp {
}
.fondonegro2 {
}
.infobox {
}
#blog {
}
.cabecerablog {
}
.itemblog {

}
.itemsblog {
}
.vermasblog {
	width: 30%;
	margin-left: 35%;
	margin-right: 35%;
}
.infoblog {
}
.tituloblog {
}
.descripblog {
}
.fechablog {
}
.vertiendarojo {
	width: 30%;
	margin-left: 35%;
	margin-right: 35%;
}
#boletin {
	padding-top: 40px;
	padding-bottom: 40px;
}
.tbolten {
}
.sboletin {
}
.formuboletin {
}
.cajasbolein {
	width: 37%;
	margin-left: 1%;
	margin-right: 1%;
	border-bottom: 5px solid #373737;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-bottom: 0px;
}
.bbole {
	width: 18%;
	margin-left: 1%;
	margin-right: 0px;
}
#logoabajo {
}
.logoabajoblanco {
	width: 24%;
	margin-left: 35%;
	margin-right: 35%;
	padding-left: 3%;
	padding-right: 3%;
}
#menu2 {
}
.footer {
}
.columnasfooter {
}
.iconoredsocial {
}
.iconosredessociales {
}
.horizon {
}
#cestadecomprasinferior {
	width: 20%;
	display: block;
}
.titulocetainferio {
}
.totalcomprainferior {
}
.nroarticuloinfer {
}
.vercarritoinfe {
}
.cestamenucelular {
}
.cabecerassecciones {
-webkit-filter: blur(4px);
	-moz-filter: blur(4px);
	-o-filter: blur(4px);
	-ms-filter: blur(4px);
	filter: blur(4px);
}
.titulosecciones {
	font-size: 50px;
}
.subtitulosecciones {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	font-size: 14px;
}
.infoseccioncab {
	padding-top: 70px;
	padding-bottom: 70px;
}
.centropagina {

}
.navi {
	margin-bottom: 20px;
	z-index: 9;
}
.izquierda {
}
.derecha {
}
.tituloseccion {
}
.descripcionseccion {
}
.invisible {
}
.fila {
}
.titulofila {
}
.infofila {
}
.listacatalgo {
}
.nombrelista {
}
.cantidadlista {
}
.iconolista {
}
.imagenfila {
}
.infofila2 {
}
.artitculofila {
}
.imagenarticulo2 {
}
.precio2 {
	font-size: 30px;
}
.leermas2 {
}
.stock {
}
.tituloarticulo2 {
	height: 35px;
}
.preciomas2 {
}
.vermas22 {
}
.filacabeceracesta {
	display: block;
}
.productoc {
	width: 48%;
	padding-left: 2%;
}
.cantidadc {
	width: 16.6%;
	margin-top: 0px;
	border-top-width: 0px;
	border-top-style: none;
}
.subtotalc {
	width: 14.6%;
	padding-right: 2%;
	margin-top: 1px;
	border-top-width: 0px;
	border-top-style: none;
}
.valorc {
	width: 16.6%;
	margin-top: 1px;
	border-top-width: 0px;
	border-top-style: none;
}
.infocestaproducto {
}
.imagenproductopcesta {
}
.datosprodcuto {
}
.titulodelproxucto {
}
.acciones {
	width: 25.6%;
	margin-left: 70%;
}
.adicionar {
}
.remover {
}
.otrainfo {

}
.novisible {
	display: none;
}
.totalcarritoabajo {
}
.columnascarrito {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 0px;
}
.checkout {
}
.titulocolumnacarrito {
}
.imagenayuda {
}
.infoayuda {
}
.textoayuda {
}
.imagenmetodo {
}
.seguircomprando {
	width: 36%;
}
.vertotal {
	margin-left: 2%;
	width: 53.6%;
	margin-top: 0px;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
}
.cortablog {
}
.tituloarticulo2 {
}
.tituloarticulo3 {
}
.vertpdpub {
}
.listablog {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
}
.iblog {
	position: relative;
	height: 250px;
}
.tblog {
	font-size: 30px;
}
.dblog {
}
.fblog {
}
.colizquierdaitem {
	width: 40%;
}
.colderechaitem {
	width: 58%;
}
.imagenitemfinal {
	display: block;
}
.infoitemfinal {
}
.tifinal {
}
.instock {
}
.dlitemfinal {
}
.cajacomprar {

}
.titulito {
}
.valoresarticulo {
}
.precioartiuclofinal {
}
.agregaralcarrito {
}
.compartiredes {
}
.galeriafotos {
}
.itemfotog {

}
.columnasabajo {
}
.largatotal {
}
.colvercesta {
}
.colmicuenta {
}
.fomuprincipal {
}
.login {
}
.bolas {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
}
.imgbola {
}
.titulobola {
}
.descripcionbola {
}
.seccionbolas {
}
.formularioregistro {
}
.datospersonales {
}
.datosdeingreso {
}
.datosdecontacto {
}
.titulosformularios {
}
.cajasusuarios {
}
.colformu {
}
.btnguardar {
}
.botonentrar {
}
.olvidarregistrar {
}
.datosfalsos {
}
.siregistro {
}
.espaciocontenidos {
}
.izquierdapedido {
	width: 43.5%;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 0px;
}
.titulosdatospedido {
}
.botondepagopau {
}
.nropedidof {
	width: 15%;
}
.fechapediof {
	width: 15%;
}
.valortotalp {
	width: 13%;
	margin-right: 2%;
}
.estadopedido {
	width: 15%;
}
.notadicionalf {
	width: 40%;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
}
.filacabecerapedido {
	display: block;
}
.infopedidofilas {
}
.filacabeceracelular {
	display: none;
}
.bordepedidos {
}
.nohaypedidos {
}
.cajasdentro {
}
.obtdetpedido {
}
.colpedidof {
	margin-top: 0px;
	width: 50%;
	font-size: 16px;
	text-align: left;
}
#venta_ropa_deportiva_pereira {

}
.logograndems {
	width: 40%;
	text-align: left;
}
#menums {
	display: block;
	position: fixed;
	background-image: url(../img/img-5.jpg);
	background-position: center top;
	background-size: cover;
}
.itemmenums {
}
.cuentaloginms {
}
#sliderms {
}
.itemsliderms {
	height: 350px;
}
.cajacuentaylogin {
	width: 90%;
	text-align: right;
	display: block;
}
.redondoms {
	width: 10%;
	display: block;
}
.buscadorms {
	width: 60%;
	margin-left: 20%;
}
.ogoybusca {
}
.negriadentro {
	width: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: left;
}
.tituloslider1 {
	font-size: 40px;
}
.descirpslider1 {
	font-size: 14px;
	display: block;
}
#venta_ropadeportiva_pereira {
}
.banner {
	background-position: center center;
}
#ropa_deportiva_colombia {
	padding-top: 60px;
	background-attachment: fixed;
}
.visitat {
	margin-left: 55%;

}
.titulodestacadosms {
}
.titulobanerprinci {
}
.pequemo {
}
.descripdsd {
}
.blog2 {
}
.itemblogadnres {
	width: 31.3%;
	margin-bottom: 0px;
}
.itemarticulo22 {
	width: 31.3%;
	margin-left: 1%;
	margin-right: 1%;
}
#monica_sierra_ropa_deportiva {
}
.imagenitemms {
	height: 300px;
}
.cajacompartir {
}
.visitas {
}
.pruebas {
}
.anchototal {
}
#cabeceraprincipal {
	height: 500px;
	background-size: cover;
	background-attachment: fixed;
}
.tituloandres {
}
#cajacentroinicio {
	padding-top: 200px;
}
.photographer {
}
.bienenue2 {
}
.cajabuscadorinfoereo {
}
#bolitascentro {
}
.itemesfera {
	width: 31.3%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 0px;
}
.imgredondita {
}
.tituloerfera {
}
.descrsss {
}
.rendonditocentro {
	width: 31.3%;
	margin-right: 1%;
	margin-left: 1%;
}
.imgcircular {
}
.titutlocircular {
}
.descaripcirucalr {
}
#fotocentrales {
}
.ft1 {
}
.ft2 {
}
.ft3 {
}
.ft4 {
}
.ft5 {
}
.ft6 {
}
.ft7 {
}
.ft8 {
}
.columna1ft {
}
.columna2ft {
}
.columna3ft {
}
.tblogpequeno {
}
.tbloggrande {
}
.desrdsfblog {
}
.vertodoslospost {
}
.INSTAGRAM {
}
#fotografia_video_bodas {
}
.fotografo_bodas {

}
.imgsub {
	height: 280px;
	width: 40%;
}
.infosub {
	height: 250px;
	width: 56%;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 4%;
	padding-right: 0px;
}
.fotografia_y_video {
	padding-top: 0px;
	padding-bottom: 0px;
}
.centralinfo2 {
	position: absolute;
	bottom: 0px;
}
.titulocentrarl {
}
.descriopcsadf {
}
.cajacentroinicio2 {
	padding-top: 100px;
}
#cabeceraprincipal2 {
	height: 300px;
}
.infocentralblogss {
}
.cometnariosface {
}
.botonlikefacess {
}
.listablog2 {
}
.agregaralcarrito {
}
.agrealcarro {
}
.PRECIOGRANDE {
}
.fotoitemcuadrada {
}
.fotosinfocentral2 {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	height: 300px;
}
#menudespleglable {
	z-index: 77777777;
	position: fixed;
	top: 0px;
	display: none;
}
.ladologo {
	width: 18%;
	padding-right: 2%;
}
.ladomenu {
	width: 80%;
}
.fila1menu {
}
.fila2menu {
}
#centrointes {
}
.hjk {
}
#celumenunuevo {
}
.andres {
	width: 80%;
}
.LADOLOGOCEUL {

}
.LADOMENUCEUL {
}
.descargaarchivo {
}
.aunno {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.contenedor {

}
.box {
	text-align: center;
	width: 100%;
	height: 100px;
	overflow: hidden;
	position: relative;
}
.box1 {
	text-align: center;
	width: 100%;
	overflow: hidden;
	position: relative;
	max-height: 60px;
}
.box2 {
	text-align: center;
	width: 100%;
	max-height: 100px;
	overflow: hidden;
	position: relative;
}
.box3 {
	text-align: center;
	width: 100%;
	max-height: 100px;
	overflow: hidden;
	position: relative;
}
.box4 {
	text-align: center;
	width: 100%;
	max-height: 100px;
	overflow: hidden;
	position: relative;
}
.box5 {
	text-align: center;
	width: 100%;
	max-height: 100px;
	overflow: hidden;
	position: relative;
}
.centrar {
	margin-left: auto;
	margin-right: auto;
	max-width: 1300px;
}
/* FORMULARIO */
#contactenos {
}
#formulario {
	width: 63%;
	margin-right: 2%;
}
#infocont {

}
.cajas {
}
.cajas2 {
}
#botones1 {
	width: 50%;
	margin-left: 25%;
}
#contactostele {
	width: 100%;

}
.titulocontactenos {
	text-align: left;
}
.descripcioncontactenos {
	text-align: left;
}
.imagencontacto {
	width: 100%;
	margin-right: 0px;
}
.tituloempresa {
	text-align: left;
}
.icono {
}
.info {
}
.info2 {
}
.linea {
}
.slogan {
	text-align: left;
}
#menu_celular {
	display: none;
}
.itemenucelu {
}
#menu_celular2 {
	display: none;
}
#tienda_carros_rc_pereira {
	position: fixed;
	top: 0px;
	z-index: 10;
}
#filacarbono {
}
#filalogomenu {
}
.iconotelefono {
}
.telefono {
}
.horario {
}
.cuentaacceso {
	width: 60%;
}
.logopayu {
}
.cestadecompras {
}
.iconocestadecompras {
}
.micuenta {
}
.iconomicuenta {
}
.logo {
	width: 20%;
	text-align: left;
}
.buscador {
	width: 40%;
}
.menu {
	width: 40%;
	border-style: none;
	border-top-width: 0px;
}
.itemmenu {
}
.titulomenu {
}
.subtitulomenu {
}
.telefonos {
	width: 40%;
}
.cajabuscar {
}
.botonbuscar {

}
#sliderfotos {
	padding-bottom: 0px;
}
.itemslider {
	height: 700px;
}
.fondonegro {
}
#categorias {
	position: absolute;
	top: 100px;
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	padding-top: 0px;
	padding-bottom: 0px;
}
.t1 {
	color: #FFFFFF;
	text-align: left;
}
.t2 {
}
.itemcategoria {
	height: 300px;
}
.imagencategoria {
	height: 60px;
}
.titulocategoria {
	font-size: 30px;
}
.listadocategorias {
}
#articulosdetacados {
}
.boladestacados {
}
.espaciador {
	height: 125px;
	opacity: 0;
	display: block;
}
.t3 {
	font-size: 60px;
	text-transform: uppercase;
}
.t4 {
}
.itemarticulo {
	width: 23%;
}
.imagenarticulo {
	height: 200px;
}
.tituloespecial {
}
.tituloarticulo {
}
.preciomas {
}
.precio {
}
.vermas {
}
.agregarcesta {
}
.leermas {
}
#posicionamiento {
	background-size: 100% auto;
}
.titulop {
	font-size: 80px;
}
.subtiutp {
}
.fondonegro2 {
}
.infobox {
	padding-top: 200px;
	padding-bottom: 200px;
}
#blog {
	padding-top: 50px;
	padding-bottom: 50px;
}
.cabecerablog {
}
.itemblog {
	height: 260px;


}
.itemsblog {
}
.vermasblog {
	width: 20%;
	margin-left: 40%;
	margin-right: 40%;
}
.infoblog {

}
.tituloblog {
	font-size: 22px;
}
.descripblog {
}
.fechablog {
}
.vertiendarojo {
	width: 20%;
	margin-left: 40%;
	margin-right: 40%;
}
#boletin {
	padding-top: 50px;
	padding-bottom: 50px;
}
.tbolten {
}
.sboletin {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
}
.formuboletin {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
.cajasbolein {
}
.bbole {
}
#logoabajo {
}
.logoabajoblanco {
	width: 14%;
	text-align: center;
	padding-left: 3%;
	padding-right: 3%;
	margin-left: 40%;
	margin-right: 40%;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menu2 {
}
.footer {
}
.columnasfooter {
	margin-bottom: 0px;
	width: 33.3%;
}
.iconoredsocial {
}
.iconosredessociales {
}
.horizon {
}
#cestadecomprasinferior {
	width: 10%;
}
.titulocetainferio {
}
.totalcomprainferior {
}
.nroarticuloinfer {
}
.vercarritoinfe {
}
.cestamenucelular {
}
.cabecerassecciones {
	background-attachment: fixed;

}
.titulosecciones {
	font-size: 60px;
	display: block;
}
.subtitulosecciones {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	display: block;
}
.infoseccioncab {
	padding-top: 100px;
	padding-bottom: 100px;
}
.centropagina {
}
.navi {
	margin-bottom: 30px;
}
.izquierda {

}
.derecha {
	width: 25%;
	margin-top: 0px;
	padding-top: 0px;
	border-style: none;
	border-width: 1px;
	display: none;
}
.tituloseccion {
	font-size: 55px;
	text-align: left;
}
.descripcionseccion {
	text-align: left;
}
.invisible {
}
.fila {
}
.titulofila {
}
.infofila {
}
.listacatalgo {
}
.nombrelista {
}
.cantidadlista {
}
.iconolista {
}
.imagenfila {
}
.infofila2 {
}
.artitculofila {
}
.imagenarticulo2 {
	height: 200px;
}
.precio2 {
	font-size: 30px;
}
.leermas2 {
}
.stock {
}
.tituloarticulo2 {
}
.preciomas2 {
}
.vermas22 {
}
.filacabeceracesta {
}
.productoc {
}
.cantidadc {
}
.subtotalc {
}
.valorc {
}
.infocestaproducto {
}
.imagenproductopcesta {
}
.datosprodcuto {
}
.titulodelproxucto {
}
.acciones {
	width: 21.6%;
	margin-left: 75%;
}
.adicionar {
}
.remover {
}
.otrainfo {

}
.novisible {
}
.totalcarritoabajo {
}
.columnascarrito {
}
.checkout {
}
.titulocolumnacarrito {
}
.imagenayuda {
}
.infoayuda {
}
.textoayuda {
}
.imagenmetodo {
}
.seguircomprando {
	width: 26%;
}
.vertotal {
	width: 63.6%;
}
.cortablog {
}
.tituloarticulo2 {
}
.tituloarticulo3 {
}
.vertpdpub {
}
.listablog {
}
.iblog {
	height: 350px;
}
.tblog {
}
.dblog {
}
.fblog {
}
.colizquierdaitem {
	width: 40%;
}
.colderechaitem {
	width: 58%;
	margin-left: 2%;
	margin-top: 0px;
}
.imagenitemfinal {
}
.infoitemfinal {
}
.tifinal {
	text-align: left;
	font-size: 40px;
}
.instock {
}
.dlitemfinal {

}
.cajacomprar {
	width: 50%;
	margin-left: 50%;
}
.titulito {
}
.valoresarticulo {
}
.precioartiuclofinal {
}
.agregaralcarrito {
	font-size: 25px;
}
.compartiredes {
}
.galeriafotos {
}
.itemfotog {
	width: 29.6%;
	margin-left: 1%;
	margin-right: 1%;
}
.columnasabajo {
}
.largatotal {
}
.colvercesta {
}
.colmicuenta {
}
.fomuprincipal {
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
}
.login {
}
.bolas {
	width: 31.3%;
	margin-left: 1%;
	margin-right: 1%;
}
.imgbola {
}
.titulobola {
}
.descripcionbola {
}
.seccionbolas {
}
.formularioregistro {
}
.datospersonales {
}
.datosdeingreso {
	width: 58%;
	margin-left: 20%;
	margin-right: 20%;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
}
.datosdecontacto {
}
.titulosformularios {
}
.cajasusuarios {
}
.colformu {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
}
.btnguardar {
}
.botonentrar {
	width: 20%;
	margin-left: 40%;
	margin-right: 40%;
}
.olvidarregistrar {
}
.datosfalsos {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	color: #EC6063;
}
.siregistro {
	width: 50%;
	margin-left: 25%;
}
.espaciocontenidos {
}
.izquierdapedido {
	margin-left: 1%;
	margin-right: 1%;
}
.titulosdatospedido {
}
.botondepagopau {
}
.nropedidof {
}
.fechapediof {
}
.valortotalp {
}
.estadopedido {
}
.notadicionalf {
}
.filacabecerapedido {
}
.infopedidofilas {
}
.filacabeceracelular {
}
.bordepedidos {
}
.nohaypedidos {
}
.cajasdentro {
}
.obtdetpedido {
}
.colpedidof {
}
#venta_ropa_deportiva_pereira {
}
.logograndems {
}
#menums {
	position: fixed;
	top: 0px;
	background-color: #E7E7E7;
	z-index: 999999;
	background-image: url(../img/img-5.jpg);
	background-position: center top;
	background-size: cover;
}
.itemmenums {
	font-size: 30px;
}
.cuentaloginms {
}
#sliderms {
}
.itemsliderms {
	height: 700px;
}
.cajacuentaylogin {
	width: 95%;
}
.redondoms {
	width: 5%;

}
.buscadorms {

}
.ogoybusca {
}
.negriadentro {
}
.tituloslider1 {
	font-size: 50px;
}
.descirpslider1 {
}
#venta_ropadeportiva_pereira {
	padding-top: 50px;
	padding-bottom: 50px;
}
.banner {
	height: 250px;
}
#ropa_deportiva_colombia {
	height: 400px;
	padding-left: 15%;
	padding-top: 200px;
	width: 85%;
}
.visitat {
	margin-left: 60%;
	margin-top: 100px;
}
.titulodestacadosms {
}
.titulobanerprinci {
	font-size: 70px;
}
.pequemo {
	font-size: 20px;
}
.descripdsd {
	font-size: 20px;
}
.blog2 {
}
.itemblogadnres {
	position: relative;
}
.itemarticulo22 {
	width: 23%;
}
#monica_sierra_ropa_deportiva {
	padding-top: 50px;
	padding-bottom: 50px;
}
.imagenitemms {

}
.cajacompartir {

}
.visitas {
}
.pruebas {
	height: 300px;
}
.anchototal {
}
#cabeceraprincipal {
	width: 100%;
	height: 900px;
}
.tituloandres {
	font-size: 100px;
}
#cajacentroinicio {
	padding-top: 300px;
}
.photographer {
	font-size: 50px;
}
.bienenue2 {
	font-size: 16px;
}
.cajabuscadorinfoereo {
}
#bolitascentro {
	padding-top: 100px;
	padding-bottom: 100px;
}
.itemesfera {


}
.imgredondita {
}
.tituloerfera {
}
.descrsss {
}
.rendonditocentro {
}
.imgcircular {
	background-image: url(../img/e-commerce.jpg);
	border-radius: 900px;
}
.titutlocircular {
	font-size: 30px;
}
.descaripcirucalr {
	font-family: alegreya-sc;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	font-size: 15px;
}
#fotocentrales {
	display: block;

}
.ft1 {
	width: 100%;
	height: 400px;
}
.ft2 {
	width: 100%;
	height: 200px;
	background-position: center center;
	background-size: cover;
}
.ft3 {
	width: 100%;
	height: 400px;
}
.ft4 {
	width: 100%;
	height: 500px;
	background-position: center 0%;
}
.ft5 {
	height: 500px;
}
.ft6 {
	width: 100%;
	height: 600px;
}
.ft7 {
	height: 400px;
	width: 50%;
}
.ft8 {
	width: 50%;
	height: 400px;
}
.columna1ft {
	width: 30%;
}
.columna2ft {
	width: 40%;
}
.columna3ft {
	width: 30%;
}
.tblogpequeno {
}
.tbloggrande {
	margin-top: 20px;
}
.desrdsfblog {
}
.vertodoslospost {
	text-align: center;
	width: 40%;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #2A2A2A;
	border-bottom: 1px solid #2A2A2A;
}
.INSTAGRAM {
}
#fotografia_video_bodas {
}
.fotografo_bodas {
	width: 58%;
	margin-right: 1%;
	margin-left: 1%;
}
.imgsub {

}
.infosub {
}
.fotografia_y_video {
	padding-top: 0px;
	padding-bottom: 0px;
	width: 38%;
	height: 280px;
}
.centralinfo2 {
}
.titulocentrarl {
	font-size: 30px;
}
.descriopcsadf {
}
.cajacentroinicio2 {
	padding-top: 135px;

}
#cabeceraprincipal2 {
	height: 400px;
}
.infocentralblogss {
}
.cometnariosface {
}
.botonlikefacess {
}
.listablog2 {
}
.agregaralcarrito {
}
.agrealcarro {
	background-color: #5F5F5F;
	color: #FFFFFF;
}
.PRECIOGRANDE {
}
.fotoitemcuadrada {
	width: 110px;
	height: 110px;
}
.fotosinfocentral2 {
}
#menudespleglable {
	display: block;
}
.ladologo {
}
.ladomenu {
}
.fila1menu {
}
.fila2menu {
}
#centrointes {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
.hjk {
}
#celumenunuevo {
	display: none;
}
.andres {
	width: 70%;
}

.LADOLOGOCEUL {
}

.LADOMENUCEUL {
}

.descargaarchivo {
}

.aunno {
	width: 50%;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FF0004;
	border: 1px solid #FF0004;
}

.zeroMargin_desktop {
margin-left: 0;
}

.hide_desktop {
display: none;
}
}
