* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body {
	background: #111 url(img/bg.jpg) repeat-y center top;
	color: #BBB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0 10%;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

blockquote {font: bold 1em sans-serif;}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {border: none;}

ul {margin-left: 2em;}
h1 {
	color: #99CC33;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align:left;
}

h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}


.clearer {clear: both;}
.stripes {
	background: #333 url(img/stripe.gif);
	height: 6px;
}
.left {float: left;}
.right {float: right;}
.center {text-align:center;}
.center p{
	margin:0px;
	padding:0px;
	font-size:10px;
}


.header {
	background: #191919 url(img/bannerzerolaps.gif) no-repeat;
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 100px;
}
.header a {
	color: #888;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 32px;}

.container {
	width: 791px;
	border: 1px solid #444;
	margin: 0px auto;
	margin-top:30px;
	margin-bottom:30px;
}

.main {

	background: #303030;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}
.main .left {width: 80%;}
.main .right {width: 20%;}

.content {
	padding: 16px;
	text-align:justify;

}

.content h1 {
	background: url(img/bgh1.gif) repeat-x left bottom;
	color: #99CC33;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content h1 a{
	text-decoration: none;
}

.content a {
	color: #99CC33;
	text-decoration: underline;
}

.content a:hover {color: #7AA228;}
.content .descr {margin-bottom: 5px;}

.nav {background: #191919 url(img/nav.gif);}
.nav a {
	background: #191919 url(img/nav.gif);
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 51px;
	padding: 0 15px;
}
.nav a:hover {
	background: #191919 url(img/nav_hover.gif);
}

.subnav {
	background: #2A2A2A;
	border: 1px solid #1E1E1E;
	border-top-color: #444;	
	padding: 12px;
}
.subnav h1 {
	padding-top: 8px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;

	
}
.subnav ul {margin: 0;}
.subnav li {
	background: url(img/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #777;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a:hover {color: #BBB;}


.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 0% 0% 0%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #666;}
.footer a:hover {
	color: #BBB;
	background: #222;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}


.pie {
	text-align:center;
	color: #666;
	clear: both;
	font-size: 1.1em;
}

.pie a {
	color: #888;
}

.pie p {
	margin:0px;
	padding:0px;
	font-size:10px;
}


.imagen_producto{
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.imagen_producto img{
	width:100px;
	border:none;
}

.producto {
	margin-bottom:20px;
}

.precio{
	float:right;
}


.mensaje{

}
.mensaje p{
	text-align:center;
}

.formulario{
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.formulario input{
	background-color:#2A2A2A;
	color:#777;
	border-color:#1E1E1E;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.formulario textarea{
	background-color:#2A2A2A;
	color:#777;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:370px;
	height:300px;
	border-color:#1E1E1E;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.resumenPrincipal{
	padding-top:30px;
	float:left;
	width:47%;
	margin:3px;
}



.resumenPrincipal ul {margin: 0;}
.resumenPrincipal li {
	background: url(img/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.resumenPrincipal li a {
	color: #777;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}
.resumenPrincipal li a:hover {color: #BBB;}
