@charset "UTF-8";
html, body {
	height: 100%;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/bkg_elite.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	clear: both;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.descripcion {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #541800;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 541800;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: normal;
}
.breadcrumb a:link {
	color: #666;
	text-decoration: none;
}
.breadcrumb a:visited {
	text-decoration: none;
	color: #666;
}
.breadcrumb a:hover {
	text-decoration: underline;
	color: #666;
}
.breadcrumb a:active {
	text-decoration: none;
	color: #333;
}
#container  {
	width: 889px;
	text-align: left;
	background-image: url(images/paperstyle.png);
	background-repeat: no-repeat;
	background-position: 0px 120px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 23px;
	padding-left: 23px;
} 
#header  {
	height: 96px;
	padding-top: 25px;
	padding-bottom: 0px;
} 
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	background-color: #f4ebdb;
	padding: 10px;
	margin: 10px;
}
#mainContent  {
	margin: 0 340px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#nav {
	height: 29px;
}
#footer    {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer2 {
	background-color: #401206;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	line-height: 30px;
	margin-left: 0px;
	clear: both;
}
#footer2 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer2 a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#footer2 a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#footer2 a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#logo {
	height: 62px;
	width: 137px;
	background-image: url(images/logo_elite.png);
	background-repeat: no-repeat;
}
#call {
	position: relative;
	float: right;
	left: 0px;
	bottom: 50px;
}
.breadcrumbsActive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}
#mainImage {
	padding: 10px;
}
#slider {
	padding: 0px;
	margin-bottom: 20px;
}
#headernavidad {
	padding: 0px;
}
.3boxes {
	height: 142px;
}
.box {
	float: left;
	margin-right: 1px;
	height: 142px;
	width: 282px;
	margin-left: 10px;
}
.last{
	margin-right:0
	;clear:right;
}

#mainContent66 {
	margin-top: 0;
	margin-right: 400px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#sidebar1 #img {
	float: right; /* since this element is floated, a width must be given */
	width: 390px;
	padding: 10px;
	margin: 10px;
}
#mainContentCajas {
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#mainContentCal {
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-top: 10px;
}
.price {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.imgsugerencias {
	margin-right: 10px;
	padding: 0px;
	margin-top: 0px;
}
#sidebarPhoto {
	float: right; /* since this element is floated, a width must be given */
	width: 390px;
	padding-top: 10px;
	padding-right: 10px;
}
#canastos {
	padding: 10px;
	height: 100%;
}
#canastos .imggrande{
	padding-bottom: 10px;
	padding-right: 40px;
	height: 340 px;
}
#grande {
	background-color: #CCCCCC;
	clear: both;
	float: left;
	margin-right: 10px;
}
#social {
	position: relative;
	float: right;
	clear: right;
	bottom: 30px;
}
.ico {
	margin: 5px;
}

#item {
	float: left;
	margin-bottom: 30px;
	width: 190px;
	margin-right: 16px;
}

#item4 {
	float: left;
	margin-bottom: 30px;
	width: 190px;
}
.img {
	float: left;
	height: 190px;
	width: 190px;
}
.details p{
	float: left;
	width: 190px;
	paddingt: 0px;
	margint: 0px;
	font-size: 12px;
	line-height: 12px;
}

