﻿@charset "utf-8";
/* CSS Document */

/*HTML5 Tags Styles starts here */
header, hgroup, nav, article, section, footer, aside, address{ display:block;}
time{  font-style:italic; padding:0px 5px;}
address{ font-size:11px; padding:10px 10px; text-align:right }
body{ font-family: Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	font-weight: 400;
	font-size: 15px;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	overflow-x: hidden;
	background: #fff url(http://www.carritosparahotdogs.com.mx/images/fondo-body.png) repeat bottom center;
    }
h1{
	font-size: 36px;
	line-height: 40px;
	margin: 0;
	padding: 0;
	position: relative;
	font-weight: 300;
	color: #333;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

h1 span{
	font-weight: 700;
}

h2{
  width: 96%;
  height: 50px;
  padding: 22px;
  text-align: left;
  background: url(http://www.carritosparahotdogs.com.mx/images/fondo-titulo.png) no-repeat top left;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}

h3{
  padding: 0px;
  margin: 0px;
  /*height: 25px;
  background: url(http://www.carritosparahotdogs.com.mx/images/vineta.png) no-repeat top left;  */
}

h4{
  width: 40%;
  height: 30px;
  padding: 10px;
  text-align: left;
  padding: 3px 0;
  margin: 3px 0;
  background: url(http://www.carritosparahotdogs.com.mx/images/fondo-titulo.png) no-repeat top right;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
}

h5{
  font-size: 20px;
  padding: 0;
  margin: 0;
}

a{
	color: #6190ca;
	text-decoration: none;
}
a:hover { color:#406189;
text-decoration:none;}

.sidebar h1{ font-size:18px; padding:0px;}

/*
Main Styles
*/
#Wrapper{ width: 90%; margin:0px auto; background: #FFFFFF; box-shadow: 0px 0px 55px #000000;}
#Wrapper2{ overflow:hidden;}
#header {
	width: 100%;
    background: url(http://www.carritosparahotdogs.com.mx/images/fondo-nav.png) bottom right no-repeat;
}

#buscar{
   background: url(http://www.carritosparahotdogs.com.mx/images/buscar.png) no-repeat top center;
   width: 180px;
   height: 40px;
   border: 0;
   color: #000000;
   text-shadow: 1px 1px #FFFFFF;
   font-size: 16px;
   text-indent: 5px;
   font-weight: bold;
}

ul.navigation {
	text-align: right;
	display: block;
	line-height: 50px;
	padding: 5px 0px;
    text-transform: uppercase;
  list-style: none;
}

ul.navigation li{
  display: inline-block;
  margin: 0px 4px;
	line-height: 30px;
	border: 1px solid #fff;
	background: #ffffff; /* Old browsers */
    /*	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);  FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));  Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);  Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);  Opera 11.10+ */
	/*background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);  IE10+ */
	/*background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    background: -moz-linear-gradient(top, #EFCC03 0%, #E56E0D 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EFCC03), color-stop(100%,#E56E0D)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #EFCC03 0%,#E56E0D 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #EFCC03 0%,#E56E0D 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #EFCC03 0%,#E56E0D 100%); /* IE10+ */
    background: linear-gradient(top, #EFCC03 0%,#E56E0D 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EFCC03', endColorstr='#E56E0D',GradientType=0 ); /* IE6-9 */
	box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	text-shadow: 1px 1px 1px #fff;
}

ul.navigation li a{
    color: #3C1E00;
    font-weight: bold;
	font-size: 15px;
    padding: 5px 10px;
}

ul.navigation li a:hover{
	color: #FFFFFF;
    text-shadow: 1px 1px #000000;
}

ul.navigation li:hover{
    background: -moz-linear-gradient(top, #E56E0D 0%, #EFCC03 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E56E0D), color-stop(100%,#EFCC03)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #E56E0D 0%,#EFCC03 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #E56E0D 0%,#EFCC03 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #E56E0D 0%,#EFCC03 100%); /* IE10+ */
    background: linear-gradient(top, #E56E0D 0%,#EFCC03 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E56E0D', endColorstr='#EFCC03',GradientType=0 ); /* IE6-9 */
	box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

#title h1 a, #title h1 a:hover, #title h1 a:hover, #title h1 a:hover  {	
	margin: 40px auto 20px auto;
	padding: 15px auto;
	display: inline-block;
	text-decoration: none;
	color: #444;
	-webkit-font-smoothing: antialiased;
	border-bottom: 6px solid transparent;
	text-rendering: optimizeLegibility;
	
}

#title h1 a:hover {
	border-bottom: 6px solid #eee;
}

#title h2 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
	color: #6190ca;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
	line-height: 140%;
	padding:5px 0px;
}

#title h2 small {
	color: #000;
	font-size: 13px;
	
	font-weight: bold;
	text-transform: uppercase;
}

#title h2 a {
	text-decoration: none;
	color: #999;
}

#contents{
	min-height: 408px;
	width: 70%;
	float: right;
	padding:15px;
	overflow:hidden;
	line-height:21px;
}

#contents img {
	/*-moz-box-shadow: 2px 2px 10px #ccc;
	-webkit-box-shadow: 2px 2px 5px #ccc;
	box-shadow: 2px 2px 10px #ccc;
	border:#ffffff solid 8px;
	height:100%;
	width:100%;*/
	margin-top:15px;
	border-radius:6px;
}
#img-slider img{
   -moz-box-shadow: 2px 2px 10px #ccc;
	-webkit-box-shadow: 2px 2px 5px #ccc;
	box-shadow: 2px 2px 10px #ccc;
	border:#ffffff solid 8px;
	height:100%;
	width:100%;
}

#contents img.none{
	margin-top:15px;
	border-radius:6px;
}

#contents h1{ padding:5px 0px;}

#sidebar-wrapper {
	float: right;
	width:20%;
	padding:10px;
}

#logo{ background:url(http://www.carritosparahotdogs.com.mx/images/logo.png) no-repeat left top; height:80px; width:289px; text-align: left;}

ul.sidebar{
  float: left;
  padding: 10px;
  width: 98%;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

ul.sidebar li{
  padding: 0 auto;
  margin: 0 auto;
  width: 90%;
  padding:5px 0px;
  border: 1px solid #fff;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #EFCC03 0%, #E56E0D 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EFCC03), color-stop(100%,#E56E0D)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #EFCC03 0%,#E56E0D 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #EFCC03 0%,#E56E0D 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #EFCC03 0%,#E56E0D 100%); /* IE10+ */
  background: linear-gradient(top, #EFCC03 0%,#E56E0D 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EFCC03', endColorstr='#E56E0D',GradientType=0 ); /* IE6-9 */
  box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
  text-align: center;
  font-weight: bold;
}
ul.sidebar li a{
  margin: 0px 4px;
  padding: 10px 6px;
  color: #3C1E00;
  line-height: 30px;
  font-size: 15px;
  text-shadow: 1px 1px 1px #fff;
  width: 98%;
}

ul.sidebar li a:hover{
  color: #FFFF66;
  text-shadow: 1px 1px 1px #660000;
}

ul.sidebar li:hover{
  background: -moz-linear-gradient(top, #E56E0D 0%,  #EFCC03 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E56E0D), color-stop(100%, #EFCC03)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #E56E0D 0%, #EFCC03 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #E56E0D 0%, #EFCC03 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #E56E0D 0%, #EFCC03 100%); /* IE10+ */
  background: linear-gradient(top, #E56E0D 0%, #EFCC03 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E56E0D', endColorstr=' #EFCC03',GradientType=0 ); /* IE6-9 */
}

blockquote{ padding:10px; margin:0px 0px; border-bottom:1px solid #dedede;}
blockquote:before {
content: '\201C';
}
blockquote:after {
content: '\201D';
}
#copyrights{
  border-top:3px solid #CCC;
  background: -moz-linear-gradient(top, #EFCC03 0%, #E56E0D 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EFCC03), color-stop(100%,#E56E0D)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #EFCC03 0%,#E56E0D 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #EFCC03 0%,#E56E0D 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #EFCC03 0%,#E56E0D 100%); /* IE10+ */
  background: linear-gradient(top, #EFCC03 0%,#E56E0D 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EFCC03', endColorstr='#E56E0D',GradientType=0 ); /* IE6-9 */
}
#copyrights header{
  margin: 20px auto 20px auto;
  text-align: center;
  color: #3C1E00;
  text-shadow: 1px 1px 1px #fff;
  font-size: 17px;
  font-weight: bold;
}

#copyrights p{ float:left; margin:10px 15px 0px 0px;}

.resize { position:fixed;
bottom:0px;
right:0px;
height:80px;
width:80px;
background:url(http://www.carritosparahotdogs.com.mx/images/resize.png) repeat scroll 0% 0% transparent;
}

.aviso{
  font-size: 12px;
  text-align: center;
  border: 1px #D7D7D7 solid;
  color: #000000;
  padding: 10px;
  font-weight: bold;
}

#contenido{
  border: 2px solid #000000;
  border-radius: 4px;
}

.izquierdo{
  float: left;
  width: 40%;
}
.derecho{
  float: left;
  width: 50%;
}

.parrafo-centrado{
  text-indent: 20px;
  text-align: center;
}

#precioydetalles{
  width: 25%;
  float: left;
  text-align: center;
}

a.masdetalles{
  background: url(http://www.carritosparahotdogs.com.mx/images/detalles.png) no-repeat top center;
  padding: 15px 40px;
  color: #FFFFFF;
  margin: 0 auto;
  font-weight: bold;
}

a.masdetalles:hover{
  color: #FFFFCC;
  font-weight: bold;
}

a.mostrarprecio{
  background: url(http://www.carritosparahotdogs.com.mx/images/precio.png) no-repeat top center;
  padding: 20px 20px;
  color: #FFFFFF;
  margin: 0px auto;
  font-size: 20px;
  text-shadow: 1px 1px #000000;
}

div.titulo-all{
  width: 100%;
}

div.descripcion-all{
  width: 40%;
  text-align: justify;
  float: left;
  margin: 10px;
}

div.imagen-all{
  width: 30%;
  float: left;
  text-align: center;
}

.productos-all{
  border: 2px #000000 solid;
  border-radius: 10px;
  box-shadow: 0px 0px 15px #000000;
  width: 96%;
  text-align: justify;
  margin-right: 10px;
  padding: 10px;
}

div.descripcion-all ul{
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.f-clear{
  clear: both;
}

.f-floatleft{
  float: left;
}

.f-floatright{
  float: right;
}

.h-60p{
  height: 100px;
}

.w-98{
  width: 98%;
}

.w-96{
  width: 96%;
}

..w-96c{
  width: 96%;
}

.w-50{
  width: 50%;
}

.w-50c{
  width: 50%;
}

.w-20{
  width: 20%;
}

div.clear{
  display: none;
}

.img-grande img{
  width: 98%;
}

div.borde{
  border: 2px #000000 solid;
  border-radius: 10px;
  box-shadow: 0px 0px 15px #000000;
  text-align: justify;
  margin-right: 10px;
  padding: 10px;
}

img.sombra{
  border: 2px #000000 solid;
  border-radius: 10px;
  box-shadow: 0px 0px 15px #000000;
  text-align: justify;
  margin-right: 10px;
  padding: 10px;
}

.form-paypal{
  background: url(http://www.servinox.com.mx/catalogo/images/fondo-paypal.png) no-repeat top center;
  width: 100%;
  height: 293px;
  text-align: center;
}

div.preguntas-frecuentes{
  background: url(http://www.carritosparahotdogs.com.mx/images/preguntas.png) no-repeat top center;
  width: 200px;
  margin: 0 auto;
  padding: 10px 20px;
}

div.preguntas-frecuentes a{
  font-weight: bold;
  color: #000000;
  padding: 1px 55px;
  text-shadow: 1px 1px #FFFFFF;
  font-size: 14px;
}

div.mas-productos{
  background: url(http://www.carritosparahotdogs.com.mx/images/mas-productos.png) no-repeat top center;
  width: 200px;
  padding: 20px 20px;
  margin: 0 auto;
}

div.mas-productos a{
  font-weight: bold;
  color: #000000;
  padding: 10px 40px;
  text-shadow: 1px 1px #FFFFFF;
}

div.ubicacion{
  background: url(http://www.carritosparahotdogs.com.mx/images/ubicacion.png) no-repeat top center;
  width: 200px;
  padding: 20px 20px;
  margin: 0 auto;
}

div.ubicacion a{
  font-weight: bold;
  text-shadow: 1px 1px #FFFFFF;
  color: #000000;
  padding: 10px 50px;
}

.centrar{
  text-align: center;
}

.centrado{
  padding: 0 auto;
}

.todos-productos{
  width: 25%;
  float: left;
  margin: 15px;
}

.tituloproducto{
  color: #000000;
}

.tituloproducto img{
  margin: 0 5px;
}

@media all {
	#Wrapper,#logo,#navigation ul li a {
		transition:all 0.5s linear;
-o-transition:all 0.5s linear;
-moz-transition:all 0.5s linear;
-webkit-transition:all 0.5s linear;
	}
}
@media screen and (min-width: 1401px){
	#Wrapper{ width: 1135px; margin:0px auto;}
	#contents{
	width: 75%;
	}
    .w-96c{
        width: 350px;
      }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
	#Wrapper{ width: 1100px; margin:0px auto;}
	#contents{
	width: 70%;
	}

    .w-96c{
        width: 350px;
      }
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
	#Wrapper{ width: 960px; margin:0px auto;}
	#contents{
	width: 70%;
	}
	#contents h1{ line-height:40px;}
    #sidebar-wrapper {
	width:22%;
	}
    .w-96c{
        width: 350px;
      }
}
@media screen and (min-width: 861px) and (max-width: 960px) {
	#Wrapper{ width: 830px; margin:0px auto;}
	#navigation ul li a{ font-size:12px; padding:0px 11px;}
	#contents{
	width: 63%;
	}
	#contents h1{ line-height:40px;}

    #sidebar-wrapper {
	width:30%;
	}

    .imagen-all{
      width: 50%;
    }

    .descripcion-all{
      width: 45%;
    }

    #precioydetalles{
      clear: both;
      width: 100%;
      float: none;
      display: block;
    }


    div.productos-all{
      border: 1px #000000 solid;
      border-radius: 10px;
      box-shadow: 0px 0px 15px #000000;
      width: 96%;
      text-align: justify;
      margin: 0 4px;
      padding: 0;
    }

    span.vineta{
      font-size:16px;
    }

    div.imagen-all{
      width: 45%;
      float: left;
    }

    div.descripcion-all{
      width: 45%;
      float: left;
      margin-bottom: 20px;
    }

    div.clear{
      clear: both;
    }

    div.descripcion-all h5{
      font-size: 12px;
    }

    div#precioydetalles{
      clear: both;
      width: 100%;
      float: none;
      display: block;
    }

    .w-20{
      width: 30%;
    }


    .titulo-carritos{
      display: none;
    }
    .w-96c{
        width: 350px;
      }

    .w-50c{
      width: 95%;
    }

    .todos-productos{
      width: 40%;
    }
}
@media screen and (min-width: 761px) and (max-width: 860px) {
	#Wrapper{ width: 740px; margin:0px auto;}
	#navigation ul li a{ font-size:12px; padding:0px 11px;}
	#contents{
	width: 63%;
	}
	#contents h1{ font-size:30px; text-align:left; line-height:30px;}
    #sidebar-wrapper {
	width:30%;
	}
	#logo{ background:url(http://www.carritosparahotdogs.com.mx/images/logo.png) no-repeat left; height:90px; width:300px;}


    .titulo-carritos{
      display: none;
    }

    #precioydetalles{
      width: 100%;
      float: none;
      display: block;
    }

    .imagen-all{
      width: 50%;
    }

    .descripcion-all{
      width: 45%;
    }

    #precioydetalles{
      clear: both;
      width: 100%;
      float: none;
      display: block;
    }


    div.productos-all{
      border: 1px #000000 solid;
      border-radius: 10px;
      box-shadow: 0px 0px 15px #000000;
      width: 96%;
      text-align: justify;
      margin: 0 4px;
      padding: 0;
    }

    span.vineta{
      font-size:16px;
    }

    div.imagen-all{
      width: 45%;
      float: left;
    }

    div.descripcion-all{
      width: 45%;
      float: left;
      margin-bottom: 30px;
    }

    div.clear{
      clear: both;
    }

    div.descripcion-all h5{
      font-size: 12px;
    }

    div#precioydetalles{
      clear: both;
      width: 100%;
      float: none;
      display: block;
    }

    .w-20{
      width: 45%;
    }

    h4{
      background: url(http://www.carritosparahotdogs.com.mx/images/fondo-titulo.png) no-repeat top left;
    }

    .titulo-carritos{
      display: none;
    }

    .w-96c{
        width: 350px;
      }
    .todos-productos{
      width: 40%;
    }

    .w-50c{
      width: 95%;
    }
}


@media screen and (min-width: 641px) and (max-width: 760px) {
  body{
    border:0;
    padding: 0;
    margin: 0;
  }

	#Wrapper{ width: 620px; margin:0px auto;}
	header{ text-align:center;}
	#navigation{ height:190px;}
	#navigation ul li{ float:none; text-align:center; border-bottom:1px solid #dedede; }
	#navigation ul li a{ font-size:11px; padding:0px 0px; width:100%;}
	#contents{
	width: 55%;
	font-size:16px;
	}
	#contents h1{ font-size:25px; text-align:left; line-height:30px;}
	#comments h1,.sidebar h1{ font-size:16px; text-align:left; line-height:normal;}
	#sidebar-wrapper {
	float: left; font-size:14px;
	width:30%;
	}
	#logo{ background:url(http://www.carritosparahotdogs.com.mx/images/logo.png) no-repeat left center;}
    .titulo-carritos{
      display: none;
    }
    #precioydetalles{
      width: 100%;
      float: none;
      display: block;
    }

    .imagen-all{
      width: 50%;
    }

    .descripcion-all{
      width: 45%;
    }

    #precioydetalles{
      clear: both;
      width: 100%;
      float: none;
      display: block;
    }

    div.productos-all{
      border: 1px #000000 solid;
      border-radius: 10px;
      box-shadow: 0px 0px 15px #000000;
      width: 96%;
      text-align: justify;
      margin: 0 4px;
      padding: 0;
    }

    span.vineta{
      font-size:16px;
    }

    div.imagen-all{
      width: 45%;
      float: left;
    }

    div.descripcion-all{
      width: 45%;
      float: left;
      margin-bottom: 20px;
    }

    div.clear{
      clear: both;
    }

    div.descripcion-all h5{
      font-size: 12px;
    }

    div#precioydetalles{
      clear: both;
      width: 100%;
      float: none;
      display: block;
    }

    .w-20{
      width: 96%;
    }

    h4{
      background: url(http://www.carritosparahotdogs.com.mx/images/fondo-titulo.png) no-repeat top left;
    }


    .titulo-carritos{
      display: none;
    }

    .titulo-categoria{
      font-size: 14px;
    }

    .todos-productos{
      width: 40%;
    }
    .w-50c{
      width: 95%;
    }

}

@media screen and (min-width: 421px) and (max-width: 640px) {
  body{
    border:0;
    padding: 0;
    margin: 0;
  }

	#Wrapper{ width: 420px; margin:0px auto;}
	header{ text-align:center;}
	#navigation{ height:190px;}
	#navigation ul li{ float:none; text-align:center; border-bottom:1px solid #dedede; }
	/*.navigation a{ float:none; font-size:16px; padding:0px 0px; width:100%; text-align:center; text-transform:uppercase;}*/
	#contents{
	width: 93%;
	font-size:14px;position:relative;
	}
	#contents h1{ font-size:22px; text-align:left; font-weight:bold; line-height:normal;}
	#comments h1,.sidebar h1{ font-size:15px; text-align:left; line-height:normal;}
	#sidebar-wrapper {
	float: none; font-size:14px;
	width:95%;clear:both;
	}
	#logo{ background:url(http://www.carritosparahotdogs.com.mx/images/logo2.png) no-repeat left center; height:55px; width:200px;}
    #paypal{
      display: none;
    }
    #img-slider,#control-slide{
      display: none;
    }
    #precioydetalles{
      width: 100%;
      float: none;
      display: block;
    }

    .imagen-all{
      width: 50%;
    }

    .descripcion-all{
      width: 45%;
    }

    #precioydetalles{
      clear: both;
      width: 100%;
      float: none;
      display: block;
    }

    div.productos-all{
      border: 1px #000000 solid;
      border-radius: 10px;
      box-shadow: 0px 0px 15px #000000;
      width: 96%;
      text-align: justify;
      margin: 0 4px;
      padding: 0;
    }

    span.vineta{
      font-size:16px;
    }

    div.imagen-all{
      clear: both;
      width: 100%;
      float: none;
    }

    div.descripcion-all{
      clear: both;
      width: 90%;
      float: none;
    }

    div.clear{
      clear: both;
    }

    div.descripcion-all h5{
      font-size: 12px;
    }

    div#precioydetalles{
      clear: both;
      width: 100%;
      float: none;
      display: block;
    }

    .w-20{
      width: 96%;
    }

    h4{
      background: url(http://www.carritosparahotdogs.com.mx/images/fondo-titulo.png) no-repeat top left;
    }

    .titulo-carritos{
      display: none;
    }

    .titulo-categoria{
      font-size: 12px;
    }

    .todos-productos{
      width: 40%;
    }
    .w-50c{
      width: 95%;
    }

}

@media screen and (min-width: 320px) and (max-width: 420px) {
  body{
    border:0;
    padding: 0;
    margin: 0;
  }

	#Wrapper{ width: 320px; margin:0px auto;}
	header{ text-align:center;}
	#navigation{ height:190px;}
	#navigation ul li{ float:none; text-align:center; border-bottom:1px solid #dedede; }
	ul.navigation li{ float:none; font-size:13px; padding:0px 0px; width:96%; text-align:center; text-transform:uppercase;}
	#contents{
	width: 92%;
	font-size:14px;position:relative;
	}
	#contents h1{ font-size:18px; text-align:left; font-weight:bold; line-height:normal;}
	#comments h1,.sidebar h1{ font-size:14px; text-align:left; line-height:normal;}
	#sidebar-wrapper {
	float: none; font-size:13px;
	width:95%;clear:both; 
	}
	#logo{ background:url(http://www.carritosparahotdogs.com.mx/images/logo3.png) no-repeat left center; height:41px; width:150px; margin-left:auto; margin-right:auto;}
    #paypal{
      display: none;
    }
    #img-slider,#control-slide{
      display: none;
    }
    #precioydetalles{
      width: 100%;
      float: none;
      display: block;
    }

    .imagen-all{
      width: 50%;
    }

    .descripcion-all{
      width: 45%;
    }

    #precioydetalles{
      clear: both;
      width: 100%;
      float: none;
      display: block;
    }

    div.productos-all{
      border: 1px #000000 solid;
      border-radius: 10px;
      box-shadow: 0px 0px 15px #000000;
      width: 96%;
      text-align: justify;
      margin: 0 4px;
      padding: 0;
    }

    span.vineta{
      font-size:14px;
    }

    div.imagen-all{
      clear: both;
      width: 100%;
      float: none;
    }

    div.descripcion-all{
      clear: both;
      width: 90%;
      float: none;
    }

    div.clear{
      clear: both;
    }

    div.descripcion-all h5{
      font-size: 12px;
    }

    div#precioydetalles{
      clear: both;
      width: 100%;
      float: none;
      display: block;
    }


    .w-20{
      width: 96%;
    }

    h4{
      background: url(http://www.carritosparahotdogs.com.mx/images/fondo-titulo.png) no-repeat top left;
    }


    .titulo-carritos{
      display: none;
    }
    .titulo-categoria{
      font-size: 12px;
    }

    .todos-productos{
      width: 90%;
    }
    .w-50c{
      width: 95%;
    }

}
@media screen and (min-width: 0px) and (max-width: 319px) {
  body{
    border:0;
    padding: 0;
    margin: 0;
  }

  Wrapper{
    border: 0;
    box-shadow: 0;
  }

	#Wrapper{ width: 100%; margin:0px auto;}
	header{ text-align:center;}

	#navigation{ height:190px;}
	ul.navigation li{ float:none; font-size:13px; padding:0px 0px; width:96%; text-align:center; text-transform:uppercase;}
	#contents{
	width: 90%;
	font-size:14px;position:relative;
	}
	#contents h1{ font-size:16px; text-align:left; font-weight:bold; line-height:normal; }
	#comments h1,.sidebar h1{ font-size:14px; text-align:left; line-height:normal;}
	#sidebar-wrapper {
	float: none; font-size:13px;
	width:95%;clear:both;
	}
	#logo{ background:url(http://www.carritosparahotdogs.com.mx/images/logo3.png) no-repeat center center; height:41px; width:150px; margin-left:auto; margin-right:auto;}
    #paypal{
      display: none;
    }
    #img-slider,#control-slide{
      display: none;
    }
    /*.fb_iframe_widget iframe{*/
    section.sidebar{
      display: none;
    }

    div.productos-all{
      border: 1px #000000 solid;
      border-radius: 10px;
      box-shadow: 0px 0px 15px #000000;
      width: 96%;
      text-align: justify;
      margin: 0 4px;
      padding: 0;
    }

    span.vineta{
      font-size:12px;
    }

    div.imagen-all{
      clear: both;
      width: 100%;
      float: none;
    }

    div.descripcion-all{
      clear: both;
      width: 90%;
      float: none;
    }

    div.clear{
      clear: both;
    }

    div.descripcion-all h5{
      font-size: 12px;
    }

    div#precioydetalles{
      clear: both;
      width: 100%;
      float: none;
      display: block;
    }

    .w-20{
      width: 96%;
    }

    h4{
      background: url(http://www.carritosparahotdogs.com.mx/images/fondo-titulo.png) no-repeat top left;
    }

    .titulo-carritos{
      display: none;
    }
    .titulo-categoria{
      font-size: 12px;
    }

    .todos-productos{
      width: 90%;
    }

    .w-50c{
      width: 95%;
    }
}

