body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
body *{
    font-family: sans-serif;
}
    #HeadWeb{
        width: 100%;
        height: 55px;
        background-color: #202020;
        position: fixed;
        top: 0px;
        z-index: 99;
		
    }
    #centroHead{
        width: 97%;
        height: 100%;
        margin: auto;
    }
        #HeadWeb #LogotipoWeb{
            width: 182px;
			height: 50px;
            display: block;
            overflow: hidden;
            float: left;
			margin-top: 3px;
        }
        #HeadWeb #centroWeb{
            width: 10px;
            height: 45px;
            display: block;
            float: left;
            margin-left: 3px;
        }
        #HeadWeb #DerechaWeb{
            width: 230px;
            height: 41px;
            display: block;
            float: right;
        }
        #infoCompraTop{
			background: url("../../imagenes/carrito.png") no-repeat;
			background-position: 10px 10px;
			float: left;
			width: 80px;
			padding: 10px;
			display: block;
			position: relative;
			cursor: pointer;
        }
        #infoCompraTop img{float: left;}
        #numProdCarr{
            margin: 2px 0 0 38px;
			font-size: 20px;
			color:white;
			font-weight: bold;
        }
		.carroLleno{
			background: url("../../imagenes/carrito2.png") no-repeat rgb(255, 38, 0) !important;
			background-position: 10px 10px !important;
			color: white !important;
		}
        #articulosCarr{
			position: absolute;
			display: none;
			background-color: rgb(46, 46, 46);
			width: 210px;
			min-height: 30px;
			border-bottom: 2px solid rgb(98, 98, 98);
			border-right: 2px solid rgb(98, 98, 98);
			color: white;
			padding: 20px 5px 5px 5px;
			top: 45px;
			font-size: 14px;
			left: -80%;
			z-index: 11;
			border-radius: 0 0px 2px 2px;
        }
        #articulosCarr ul{
            margin: 0;
            padding: 0;
            list-style: none;
            max-height: 600px;
            overflow-y: auto;
        }
        #articulosCarr li{
            display: block;
            float: left;
            margin: 0 0 8px 0;
            position: relative;
        }
        #articulosCarr li .borroProdCarro{
            position: absolute;
			color: white;
			top: 88%;
			cursor: pointer;
			width: 80px;
			height: 16px;
			/* border-radius: 0 14px 0px 0px; */
			padding: 0 3px 0 3px;
			background-color: red;
			text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.55);
			font-size: 12px;
			line-height: 18px;
        }
        #articulosCarr li span{
            float: left;
            width: 57%;
            overflow: hidden;
            height: 14px;
            margin: 5px 0 0 4px;
            font-size: 11px;
        }
        #articulosCarr a{
            color: rgb(98, 98, 98);
            text-decoration: none;
        }
        #verCompra{
            float: left;
			width: 100%;
			text-align: center;
			color: rgb(242, 242, 242);
			border-top: 1px solid rgb(98, 98, 98);
			text-shadow: 1px 1px black;
			cursor: pointer;
			padding: 8px 0 3px 0;
			font-weight: bold;
			font-size: 1.2em;
			font-family: sans-serif;
        }
		#infoTrans{
			float: left;
			width: 70%;
			text-align: justify;
			min-height: 48px;
			padding: 5px 0 2px 63px;
			font-size: .9em;
			color: rgb(228, 228, 228);
			background: url('../../imagenes/transPorte.png') no-repeat;
			background-position: 6px 18px;
			border-top: 1px solid rgb(98, 98, 98);
		}
        #cerrarInfoC{
            position: absolute;
            top: 2px;
            z-index: 99;
            color: white;
            left: 90%;
        }
    #menuWeb{
		width: 100%;
		height: 45px;
		color: white;
		float: left;
		top: 55px;
		position: fixed;
		z-index: 99;
		background-color: rgba(32, 32, 32, 1);
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
		box-shadow: 0 1px 2px rgba(0,0,0,0.5);
		border-top: 1px solid white;
    }
        #menuWeb .MenPrincipal{
            margin: auto;
			float: left;
			width: 100%;
			padding-left: 15px;
            list-style: none;
            text-align: center;
        }
        .primerNivel{
            float: left;
			display: block;
			color: #FDB72B;
			height: 41px;
			min-width: 50px;
			max-width: 109px;
			border-right: 1px solid #fff;
			border-left: 1px solid rgba(0, 0, 0, 0.64);
			line-height: 1.1em;
			padding: 4px 10px 0 10px;
			margin-left: 0px;
			font-size: 1em;
			position: relative;
        }
        .primerNivel a{
            color: #FBA512;
            text-decoration: none;
			width: 100%;
			height: 100%;
        }
        .primerNivel:hover{
            color: white;
			border-left: 1px solid rgb(109, 109, 109);
			cursor: pointer;
			background: rgb(0,98,169); /* Old browsers */
			background: -moz-linear-gradient(top,  rgba(0,98,169,1) 0%, rgba(0,56,168,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,98,169,1)), color-stop(100%,rgba(0,56,168,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  rgba(0,98,169,1) 0%,rgba(0,56,168,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  rgba(0,98,169,1) 0%,rgba(0,56,168,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  rgba(0,98,169,1) 0%,rgba(0,56,168,1) 100%); /* IE10+ */
			background: linear-gradient(to bottom,  rgba(0,98,169,1) 0%,rgba(0,56,168,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0062a9', endColorstr='#0038a8',GradientType=0 ); /* IE6-9 */
		}
		.primerNivel a:hover{
			color: white;
		}
        .subMenu{
           margin: 0px;
			padding: 0px;
			list-style: none;
			position: absolute;
			background-color: #F2F2F2;
			top: 40px;
			left: 0px;
			display: none;
			width: 500px;
			z-index: 99;
			min-height: 246px;
        }
		.subMenu ul{
			width: 203px;
			float: left;
			margin: 0px;
			padding: 0px;
		}
		.imgLateral{
			float: left;
			width: 100%;
			height: 100%;
		}.imgLateral img{
			width: 100%;
		}
        .segundoNivel{
            width: 112%;
			text-align: left;
			color: rgb(32, 32, 32);
			overflow: hidden;
			margin: 0px;
			padding-left: 19%;
			line-height: 38px;
			border-bottom: 1px solid rgb(32, 32, 32);
        }
        .segundoNivel:hover{
            color:#FFC5B4;
        }
    #cuerpoWeb{
        width: 100%;
		margin: auto;
		min-height: 700px;
		margin-top: 60px;
    }
    .colFixPage{
        float: left;
        margin: 53px auto auto 3%;
		width: 80%;
    }
    /*****************/
    #ContactoCon{
        text-align: center;
    }
    .textForm{
        width: 186px;
        margin: 0;
        border: 0;
        background-color: #FFAC00;
    }
    #ContactoCon textarea{
        height: 90px;
    }
    .EtForm{
        background-color: #6C6D6C;
        padding: 5px;
        color: rgb(214, 214, 214);
        text-align: center;
        font-weight: bold;
        font-size: 12px;
        margin: 5px 0 0 3px;
        border-radius: 5px 5px 0 0;
        width: 180px;
    }
    .botonFron{
    	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
    	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
    	box-shadow: 0px 1px 0px 0px #fff6af;
    	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
    	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
    	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
    	background-color:#ffec64;
    	-moz-border-radius:6px;
    	-webkit-border-radius:6px;
    	border-radius:6px;
    	border:1px solid #ffaa22;
    	display:inline-block;
    	cursor:pointer;
    	color:#333333;
    	font-family:arial;
    	font-size:15px;
    	font-weight:bold;
    	padding:6px 24px;
    	text-decoration:none;
    	text-shadow:0px 1px 0px #ffee66;
    }
    .botonFron:hover {
    	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
    	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
    	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
    	background-color:#ffab23;
    }
/*************************/
#paseImg{
   background-color: red; 
}
#ritmusLog{
	width: 18%;
	height: 100%;
	display: block;
	/* overflow: hidden; */
	position: absolute;
	top: 60px;
	left: 3%;
	z-index: 80;
}
#ritmusLog img{
	width: 100%;
}
#muestraProducto{
   background-color: yellow;
   height: 300px;
   width: 100%;
}

#imagenesMuestra{
    min-height: 275px;
	width: 100%;
	float: left;
	overflow: hidden;
	display: block;
	position: relative;
	margin: 41px 0 0 auto;
}
#centraPase{
    width: 80%;
	display: block;
	height: 320px;
	max-width: 1320px;
	margin: 0 0 0 16%;
	overflow: hidden;
	position: relative;
}
   #imagenesMuestra #ImgAntPase{
        width: 65px;
        height: 100%;
        display: block;
        overflow: hidden;
        position: absolute;
        z-index: 70;
    }
    #imagenesMuestra #ImgAntPase:hover{
        background: url("../../imagenes/flechasSlider.png") no-repeat rgba(138, 138, 138, 0.16);
        background-position: 18px 47%;
        cursor: pointer;
    }
   #imagenesMuestra #paginadorImg{
        position: absolute;
        bottom: 5px;
        left: 8%;
        top: 80%;
        z-index: 70;
    }
   #imagenesMuestra #paginadorImg a{
        background: url("../../imagenes/paginadorSlider2.png") no-repeat;
		width: 15px;
		height: 14px;
		overflow: hidden;
		background-position: 0px 0px;
		display: block;
		float: left;
		margin: 0 12px 0 0;
		font-size: 0.1px;
   }
   #imagenesMuestra #paginadorImg .activeSlide{
        background-position: -17px 0px;
   }
   #imagenesMuestra #ImgNextPase{
        width: 65px;
        height: 100%;
        display: block;
        right: 0px;
        overflow: hidden;
        position: absolute;
        z-index: 70;
    }
    #imagenesMuestra #ImgNextPase:hover{
        background: url("../../imagenes/flechasSlider.png") no-repeat rgba(138, 138, 138, 0.16);
        background-position: -53px 47%;
        cursor: pointer;
    }
    #contenedorPaseImg img{
        width: 100% !important;
        /*height: 101% !important;*/
    }

/***********************/
#noticias{
    float: left;
    width: 100%;
    height: 50px;
    background-color: blue;
}
    #conteNoticias{
        width: 100%;
        height: auto;
        display: block;
        overflow: hidden;
        float: left;
    }
    #titNoticias{
        width: 98%;
        font-size: 13px;
        text-align: center;
        background-color: #5E5E5E;
        color: white;
        padding: 2px;
        border-radius: 10px 50px 0px 0px;
    }
    #conteNoticias .noticia{
        width: 463px;
        min-height: 200px;
        border-left: 2px solid black;
        margin: 5px 10px 0 0;
        border-radius: 16px;
        overflow: hidden;
        float: left;
    }
    #conteNoticias .titNoticia{
        font-size: 14px;
        text-align: center;
        position: relative;
        color: white;
        height: 21px;
        line-height: 120%;
        background-color: #FFAC00;
        text-shadow: 2px 2px 2px rgb(136, 136, 136);
    }
    #conteNoticias .titNoticia .fechaNot{
        font-size: 10px;
        top: -2px;
        left: 80%;
        position: absolute;
    }
    #conteNoticias .conteNoticia{
        padding: 0 10px 0 10px;
        height: 100%;
        width: 100%;
        font-size: 10px !important;
        text-align: justify !important;
        display: block;
        overflow-y: scroll;
    }

/**************************/
    .conte-Contacto{
        width: 100%;
        height: 330px;
        overflow: hidden;
        float: left;
        margin: 30px 0 0 0;
    }
    .mapa-Contacto{
        width: 420px;
        height: 300px;
        padding: 10px 0 10px 0;
        float: left;
        overflow: hidden;
        background-color: #4F504F;
        text-align: center;
    }
    .datos-Contacto{
        width: 430px;
        float: left;
        overflow: hidden;
        height: 115px;
        border: 1px solid black;
        margin: 10% 0 0 40px;
        padding: 5px 5px 0px 30px;
        border-radius: 16px;
        font-size: 15px;
    }
    .datos-Contacto ul{
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .datos-Contacto li{
        margin-top: 7px;
    }
    .datos-Contacto li span{
        margin-right: 15px;
    }
/*************************/
    #pieWeb{
        width: 100%;
		height: auto;
		margin-top: 40px;
		float: left;
		display: block;
		overflow: hidden;
		background-color: #202020;
    }
	#imgPie{
		float: left;
		margin-top: 7px;
	}
    #contePie{
        width: 80%;
        margin: auto;
        height:auto;
        display: block;
        overflow: hidden;
    }
    #contePie .PieLoc{
		width: 30%;
		height: auto;
		padding: 10px 0 0 10px;
		float: left;
		list-style: none;
		overflow: hidden;
		font-size: .75em;
		color:#FDB72B;
    }
    #contePie .PieLocLin{
        cursor: pointer;
		margin-top: 3px;
		width: 45%;
		float: left;
    }
    #contePie .PieLocLin span{
        margin-right: 7px;
    }
    #contePie #redesSoc{
        width: 137px;
        height: 70px;
        float: left;
        overflow: hidden;
    }
    #contePie #derechos{
        width: 100%;
        text-align: center;
        color: rgb(165, 165, 165);
        font-size: 10px;
        padding: 10px 0 0 10px;
        float: left;
    }
    #localizador{
        font-size:  0.8em;
        margin: 7px 0 0 9px;
        color: rgb(182, 182, 182)
    }
    #localizador a{
        text-decoration: none;
        color: rgb(182, 182, 182);
    }
    #localizador a:hover{
        color:black;
    }
    
    /*****Notificacion*****/
    #notificacion{
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 350px;
        margin-left: -175px;
        min-height: 120px;
        margin-top: -60px;
        border: 1px solid #808080;
        padding: 5px;
        background-color: rgb(63, 63, 63);
        z-index: 99;
        border-radius: 7px;
        cursor: pointer;
    }
    #cerrarNotifica, #cerrarNotificaReg{
        color: white;
        position: absolute;
        left: 94%;
        top: 5px;
        cursor: pointer;
    }
    #textoNotifica{
        color: white;
        text-align: justify;
        padding: 22px;
        font-size: 14px;
    }
    #dialogReg{
        position: absolute;
        top: 50px;
        left: 50%;
        width: 600px;
        margin-left: -300px;
        min-height: 120px;
        border: 1px solid #808080;
        color: white;
        padding:5px 0 10px 0;
        background-color: rgb(63, 63, 63);
        z-index: 99;
        border-radius: 7px;
        font-size: 14px;
        display: none;
        margin-bottom: 30px;
    }
    #dialogRegIzqui,#dialogRegDer{
        width: 46%;
        float: left;
        height: 100%;
        margin-top: -9px;
        display: block;
        overflow: hidden;
        padding: 10px;
        text-align: justify;
    }
    #dialogRegIzqui label{
        width: 100%;
        float: left;
        padding: 5px;
    }
    #dialogRegIzqui input{
        float: left;
        width: 100%;
        height: 22px;
    }
    #dialogRegIzqui button, #dialogRegDer button, #dialogRegformula button{
        width: 120px;
        height: 37px;
        margin-top: 5px;
        background-color: white;
        color: black;
        font-weight: bold;
        cursor: pointer;
    }
    #dialogRegDer button{
        margin: 32% 0 0 27%;
    }
    #dialogRegDer{
        border-left: 1px dashed white;
    }
    #dialogRegformula{
        clear: both;
		width: 97%;
		display: none;
		float: left;
		margin: 10px 0 0 3%;
    }
    #dialogRegformula div{
        margin-bottom: 10px;
        width: 100%;
        float: left;
    }
    #dialogRegformula textarea{
        width: 53%;
    }
    #dialogRegformula label{
        min-width: 140px;
        float: left;
    }
    #passwordReg{
        display: none;
    }
    #contePago{
        
    }
    #informaPago{
        width: 60% !important;
        visibility: hidden;
        margin-right: 10%;
        height: 45px;
        float: left;
        font-size: 12px;
        background-color: rgb(74, 74, 74);
        padding: 5px;
    }
    #informaPago div{
        margin: 2px !important;
    }
    #socialbar {
		list-style: none;
		padding: 0px;
		margin: 0px;
		/* position: fixed; */
		bottom: 2px;
		right: 3px;
		float: right;
		margin: 10px 0 0 0px;
	}
	#socialbar span {
		width: 100%;
		float: left;
		/*margin: 0px 0 5px 46px;*/
		margin: 0px 0 5px -31px;
		font-size: 1.1em;
		color: rgb(226, 226, 226);
	}
	#socialbar ul {
		list-style: none;
		margin: 0;
		padding: 0;
		margin-left: -20px;
		}
	#socialbar li {
	float: left;
	}
	.PieLoc a{
		text-decoration: none;
		color: inherit;
	}
#buscadorGeneral{
	float: right;
	width: 100%;
	height: 42px;
	margin-top: 5px;
	overflow: hidden;
}
#buscadorGeneral input{
	float: left;
	width: 69%;
	height: 20px;
	margin-top: 4px;
}
#btBuscaGen{
	width: 56px;
	float: left;
	background-color: #FDB72B;
	overflow: hidden;
	font-size: 1em;
	height: 19px;
	margin-top: 4px;
	line-height: 18px;
	padding: 3.6px;
	color: rgb(0, 0, 0);
	cursor: pointer;
	border-radius: 0px 15px 15px 0;
}
::-webkit-input-placeholder {
   text-align: center;
   font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
   text-align: center;
   font-style: italic;
}

::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;
   font-style: italic;
}

:-ms-input-placeholder {  
   text-align: center;
   font-style: italic;
}
#buscadorMin{
	display: none;
}
#textoAbuscarMin{
	font-size: 18px;
	margin-top: 9px;
}
#btMenMin{
	display: none;
	float: left;
	width: 18%;
	height: 39px;
	text-align: center;
	line-height: 200%;
	cursor: pointer;
	font-weight: bold;
	font-size: 1em;
	background:url("../../imagenes/menuMovm.png") no-repeat rgb(32, 32, 32);
	background-position: 6px 0px;
}
#btFilMin{
	display: none;
	float: left;
	width: 52px;
	height: 39px;
	cursor: pointer;
	text-align: center;
	line-height: 200%;
	font-weight: bold;
	font-size: 1em;
	background: url("../../imagenes/menuMovA.png") no-repeat rgb(32, 32, 32);
	background-position: 6px 0px;
}

#cajacookies {
    box-shadow: 0px 0px 5px 5px #4a4a4a;
    background-color: #0660a8;
    color: white;
    padding: 10px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0px;
    position: fixed;
    bottom: 39px;
    width: 100%;
}

#cajacookies a{
    color: black;
}

#cajacookies button {
    color: #202020;
    margin: 0px 15px;
    background-color: #fdb929;
    border: 1px solid;
    padding: 15px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 10px;
}
/***********responsive***************/

@media (max-width: 1055px){
	#centroHead {
		width: 100% !important; 
	}
	#centroWeb {
		width: 40% !important;
	}
	#DerechaWeb {
		width: 29% !important;
	}
	#menuWeb .MenPrincipal {
		width: 100% !important;
		padding-left: 0px !important;
	}
	#contePie {
		width: 100% !important;
	}
}

@media (max-width:900px) {
	#centroWeb {
		width: 10% !important;
	}
	#DerechaWeb {
		width: 48% !important;
	}
	#menuWeb {
		height: auto !important;
	}
	#cuerpoWeb {
		margin-top: 6% !important;
	}
	#articulosCarr { left: -150% !important;}
	#contePie .PieLocLin {
		width: 66% !important;
	}
}
@media (max-width: 1000px){
	#DerechaWeb, #ritmusLog img{
		display:none !important;
	}
	#menuWeb {
		border-top: 0px;
	}
	#ritmusLog {
		background: none;
	}
	#btMenMin{
		display:block;
	}
	#menuWeb .MenPrincipal{
		display: none;
		float: left;
		background-color: rgb(32, 32, 32);
	}
	#centroWeb{
		display: none !important;
	}
	.primerNivel{
		width: 100% !important;
		max-width: 100% !important;
		border-left: 0px solid white !important;
		border-top: 2px solid white !important;
		height: auto !important;
		font-size: 1.2em !important;
	}
	.subMenu {
		position: relative;
		float: left;
	}
	#columnaA {
		width: 89% !important;
		height: auto !important;
		min-height: 0px !important;
		padding-top: 6px !important;
		margin-top: 8px !important;
		border-radius: 0px 41px 41px 0px;
	}
	#buscadorMin {
		display: block;
	}
	#notificacion {
		width: 96% !important;
	}
}
/***
@media (max-width: 1366px){
	
}
@media (max-width: 1280px){
	
}

@media (max-width:1024px) {
	
}

@media (max-width: 900px){
	
}
@media (max-width: 500px){
	
}
********/