@charset "UTF-8";
/* CSS M1 */

body  {
	font-family: Georgia, serif;
	margin: 0;          /* shorthand for all margins = 0 */
	padding: 0;         /* no padding */
	background-color: #999999;
	background-repeat: no-repeat;
	background-position: left top;
}

p, h1, h2, h3, h4, h6, li {
margin: 1ex 1em;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clear {
	clear: both;
	padding: 0;
	margin: 0;
}
.button { 
	background-image: -moz-linear-gradient(top, #828282, #646565); 
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #828282),color-stop(1, #646565)); 
	padding: 5px 15px; 
	color: white; 
	font-weight: normal !important;
	text-decoration: none; 
	text-transform: uppercase; 
	border: 2px solid white !important; 
	-moz-box-shadow: 1px 1px 3px #666; 
	-webkit-box-shadow: 1px 1px 3px #666; 
	box-shadow: 1px 1px 3px #666;
}
.button:hover {
	background-image: none;
	background-color: #FF3300;
	-moz-box-shadow: 0px 0px 2px #999;
	-webkit-box-shadow: 0px 0px 2px #999;
	box-shadow: 0px 0px 2px #999;
	text-decoration: none !important;
}

* {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}


* #wrapper {
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 978px;
}



#header {
	background-color: #FFFFFF;
	height: 86px;
	width: 978px;
}
#logo{
	float: left;
	height: 130px;
	width: 264px;
}
#navbar  {
	width: 980px;	
}
#ban	{
	background-color: #B5B3B2;
	height: 200px;
	width: 978px;
}
#descripcion{
	height: 100px;
	background-image: url(img/desc_back.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#descripcion p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: justify;
	line-height: 20px;
}
#descripcion span{
	color: #FF3300;
	font-weight: bolder;
}
#content{
	width: 928px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}
#wrapper #content #productos {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	color: #333333;
	width: 900px;
	float: left;
}

#wrapper #content #productos img {
	padding: 3px;
	border: 1px solid #CCCCCC;
	background-color: #DFDFDF;
	float: left;
	margin-top: 4px;
	margin-right: 15px;
	margin-bottom: 9px;
	margin-left: 0px;
}
#wrapper #content #productos p {
	font-family: Calibri, Verdana, Arial, sans-serif;
	font-size: 0.95em;
	color: #333333;
	padding-right: 15px;
	padding-left: 120px;
	text-align: justify;
	padding-top: 2px;
	padding-bottom: 40px;
}
#wrapper #content #productos h1 {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 24px;
	color: #FF3300;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-weight: lighter;
	margin: 0px;
}
#wrapper #content #productos h2 {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 0.9em;
	color: #FF3300;
	padding-left: 18px;
	padding-top: 10px;
}
#wrapper #content #testimonios {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	float: right;
	width: 500px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#wrapper #content #testimonios img {
	padding: 3px;
	border: 1px solid #CCCCCC;
	background-color: #DFDFDF;
	float: left;
	margin-top: 4px;
	margin-right: 15px;
	margin-bottom: 9px;
	margin-left: 0px;
}
#wrapper #content #testimonios p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	padding-right: 15px;
	padding-left: 120px;
	text-align: justify;
	padding-top: 2px;
	padding-bottom: 40px;
}
#wrapper #content #testimonios h1{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #666666;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
	#wrapper #content #testimonios h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.78em;
	color: #FF3300;
	padding-left: 30px;
	padding-top: 10px;
}

#wrapper #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #C1C1C1;
	width: 948px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: center;
}
#wrapper #footer a {
	color: #FF3300;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF3300;
	padding-bottom: 1px;
}
#wrapper #content #maincontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	width: 930px;
	padding-bottom: 40px;
	line-height: 1.2em;
	text-align: justify;
}
#wrapper #content #maincontent h1 {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 30px;
	color: #CC3300;
	font-weight: normal;
	text-transform: capitalize;
}
#wrapper #content #maincontent #lista {
	background-color: #E8E8E8;
	width: 500px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 10px;
	border: 1px dotted #999999;
	margin-left: 10px;
	margin-top: 20px;
}
#wrapper #content #maincontent #lista li {
	font-family: Calibri, Verdana, Arial, sans-serif;
	font-size: 14px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	padding-top: 15px;
	background-image: url(img/check.png);
	background-repeat: no-repeat;
	background-position: 0px 15px;
	list-style-image: none;
	list-style-type: none;
}
#wrapper #content #maincontent #lista2 {
	background-color: #E8E8E8;
	width: 500px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 10px;
	border: 1px dotted #999999;
	margin-left: 10px;
	margin-top: 20px;
}
#wrapper #content #maincontent #lista2 li {
	font-family: Calibri, Verdana, Arial, sans-serif;
	font-size: 14px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	padding-top: 15px;
	background-image: url(img/check.png);
	background-repeat: no-repeat;
	background-position: 0px 15px;
	list-style-image: none;
	list-style-type: none;
}
#wrapper #content #maincontent h2 {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: 16px;
}
#wrapper #content #maincontent h3 {
	font-size: 12px;
	font-weight: bolder;
	color: #CC3300;
}
#wrapper #content #maincontent li {
	font-family: Calibri, Verdana, Arial, sans-serif;
	font-size: 0.9em;
	color: #333333;
	padding-left: 0px;
	margin-left: 30px;
}
#wrapper #content #maincontent a{
	color: #FF3300;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF3300;
}
#wrapper #content #maincontent a:hover {
	color: #FF3300;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
	
#wrapper #content #maincontent p {
	font-family: Calibri, Verdana, Arial, sans-serif;
	color: #333333;
	font-size: 14px;
}
.separacion{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
