* {
	margin: 0px;
}
body {
	background-image: url(../images/back-top.png);
	background-repeat: repeat-x;
	height: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.clear {
	clear: both;
	height: 30px;
}
.wrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.wrap #baner {
	height: 250px;
	width: 960px;
}
#header {
	height: 150px;
}
#top {
	float: right;
	width: 500px;
	height: 150px;
}
.wrap #header #top #idioma {
/*	background-image: url(../images/bandera.png);*/
	background-repeat: no-repeat;
	float: right;
	height: 20px;
	width: 145px;
	background-position: right;
	line-height: 22px;
	margin-top: 13px;
	text-align: left;
}

.wrap #header #top #idioma img {
	border: 0;
}

.wrap #header #top #tel {
	width: 185px;
	margin-left: 315px;
	height: 30px;
	margin-top: 22px;
	text-align: right;
	background-image: url(../images/Phone-icon.png);
	background-repeat: no-repeat;
	line-height: 30px;
}
.wrap #header #top #menu1 {
	height: 45px;
	width: 450px;
	float: right;
	margin-top: 20px;
}
#logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	float: left;
	height: 96px;
	width: 320px;
	margin-top: 34px;
	margin-left: 20px;
}
#navegacion {
	height: 50px;
	width: 960px;
}
#left {
	float: left;
	width: 450px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F2981E;
}

#onecol-left {
	float: left;
	width: 960px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F2981E;
}

#onecol-left p {
	font-size: 1.2em;
	color: #666;
	margin-top: 10px;
	line-height: 20px;
	text-align: left;
}

#titulo {
	margin-top: 10px;
}
#left #contenido p {
	font-size: 1.2em;
	color: #666;
	margin-top: 10px;
	line-height: 20px;
}

#right {
	height: 470px;
	width: 450px;
	float: right;
}

#right #contenido p {
	font-size: 1.2em;
	color: #666;
	margin-top: 10px;
	line-height: 20px;
}

#right-text {
	width: 450px;
	float: right;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F2981E;
}

#right-text #contenido p {
	font-size: 1.2em;
	color: #666;
	margin-top: 10px;
	line-height: 20px;
}

#footer {
	clear: both;
	color: #FFF;
	background-image: url(../images/back-footer.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
}

#footer .wrap #info #direccion {
	font-size: 1em;
	height: 30px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FF8100;
	line-height: 1.5em;
	width: 750px;
	margin-bottom: 10px;
}

#footer .wrap #info #direccion p{
	font-size: 11px;
}

#footer .wrap #info #titulo2 {
}
#footer .wrap #info {
	margin-top: 12px;
}

#footer .wrap #copyright {
	background-color: #FF8100;
	height: 120px;
	margin-top: 10px;
	font-size: 1em;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#footer .wrap #copyright p {
	font-size: 11px;
}

#menu1 a {
	font-size: 10pt;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	display: block;
	float: right;
	height: 45px;
	width: 150px;
	background-image: url(../images/boton-menu-inact.png);
	background-repeat: no-repeat;
	text-decoration: none;
	line-height: 55px;
}

#menu1 a:hover {
	background-image: url(../images/boton-menu-act.png);
	background-repeat: no-repeat;
}
#menu1 a.current {
	background-image: url(../images/boton-menu-act.png);
	background-repeat: no-repeat;
}
#menu1 a.current {
	background-image: url(../images/boton-menu-act.png);
	background-repeat: no-repeat;
}
ul#navigation-1
	{
	margin:0;
	list-style:none;
	width:100%;
	height:50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	line-height: 50px;
	float: right;
}
ul#navigation-1 li
	{
	display:block;
	float:left;
	position:relative;
	width:192px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: bottom;
	border-right-color: #999;
	border-left-color: #999;
	background-image: url(../images/boton-back-menu2.png);
}
ul#navigation-1 li a:link,
ul#navigation-1 li a:visited
	{
	display:block;
	text-align:center;
	text-decoration:none;
	width:192px;
	height:50px;
	background-repeat: repeat-x;
	background-position: bottom;
	color: #333;
	vertical-align: middle;
}
ul#navigation-1 li:hover a
{
	display:block;
	text-align:center;
	text-decoration:none;
	width:192px;
	height:50px;
	background-repeat: no-repeat;
	background-position: top;
	color: #FFF;
	background-image: url(../images/boton-back-menu2.png);
}
ul#navigation-1 li ul.navigation-2 li
	{
	width:146px;
	width:192px;
	height: 50px;
	left: -40px;
}
ul#navigation-1 li ul.navigation-2
	{
	display:none;
	width:192px;
	position:absolute;
	top:50px;
	height: 50px;
	list-style-image: none;
	list-style-type: none;
	line-height: 50px;
}
ul#navigation-1 li:hover ul.navigation-2
	{
	display:block;
}
ul#navigation-1 li ul.navigation-2 li a:link,
ul#navigation-1 li ul.navigation-2 li a:visited
	{
	width:192px;
	color: #333;
	background-image: url(../images/boton-back-menu2.2.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 50px;
	margin: 0px;
	padding: 0px;
	z-index: auto;
}
	
ul#navigation-1 li ul.navigation-2 li:hover a,
ul#navigation-1 li ul.navigation-2 li a:active,
ul#navigation-1 li ul.navigation-2 li a:hover
	{
	width:192px;
	color: #FFF;
	background-image: url(../images/boton-back-menu2.2.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 50px;
}

a:link {
	text-decoration: none;
	color: #333;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #F2981E;
	font-weight: normal;
}
a:visited {
	text-decoration: none;
/*	color: #333;*/
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#formwraper {
	width: 550px;
	margin-top: 50px;
	padding-top: 2em;
	padding-right: 0px;
	padding-bottom: 2em;
	padding-left: 0px;
	background-image: url(../images/form-back.png);
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
}

form {
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

label {
	width: 9em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	color: #666;
}

textarea {
	width: 470px;
	height: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1em;
}


.labelOne {

	margin-top: 1em;
}
.btn {
	margin-top: 0em;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
}
fieldset {
border:none}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #999;
	font-weight: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #333;
}
.wrap #onecolumn {
	margin-top: 35px;
}
.wrap #header #top #tel #tel icon {
	float: right;
	width: 25px;
	height: 25px;
}
h5 {
	font-size: 1.6em;
	color: #333;
}

#footer .wrap #info #copyright #copy {
	width: 100px;
	float: right;
	text-align: right;
	line-height: 20px;
	height: 30px;
}

#footer .wrap #info #copyright #external-links {
	width: 200px;
	float: right;
	text-align: right;
	line-height: 20px;
}

#footer .wrap #info #copyright #external-links p{
	font-size: 11px;
}

#footer .wrap #info #copyright #w3logos img {
	border: 0;
}

bold {
	font-weight: bold;
	color: #333;
}
italics {
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
ul {
	list-style-position: outside;
	list-style-image: url(../images/bullet.png);
	list-style-type: none;
	line-height: 20px;
}
a {
	font-weight: bold;
	color: #333;
}
a:visited {
	color: #F2981E;
}
ol {
	line-height: 20px;
}

table {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

th {
	height: 50px;
	background-color: #F2981E;
	width: 166px;
	font-size: 1.4em;
	color: #FFF;
	font-weight: normal;
	line-height: 50px;
	text-align: center;
}

td {
	background-image: url(../images/td-back.jpg);
	background-repeat: repeat-y;
	height: 39px;
	font-size: 1.2em;
	line-height: 39px;
	text-align: center;
}

.clear2 {
 clear: both;
 }


#albumlist {
 list-style-type: none;
	list-style: none;
	list-style-image: none;
}

#albumlist li {
	list-style-type: none;
	float: left;
	width: 350px;
	margin-right: 6px;
	margin-bottom: 10px;
	margin-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

#albumlist img {
	float: left;
/*	width: 115px;*/
	border: 0px solid #000;
	margin-right: 30px;
	margin-bottom: 10px;
}

#productlist {
 list-style-type: none;
	list-style: none;
	list-style-image: none;
}

#productlist li {
	list-style-type: none;
	float: left;
	width: 300px;
	margin-right: 6px;
	margin-bottom: 10px;
	margin-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

#productlist img {
	float: left;
/*	width: 115px;*/
	border: 0px solid #000;
	margin-right: 20px;
	margin-bottom: 10px;
}

#centerbox {
	width: 760px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
}

#centerbox table {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
/*	border-collapse: collapse*/
}

#centerbox th {
	height: 50px;
	background-color: white;
	width: 166px;
	font-size: 1.4em;
	color: black;
	font-weight: normal;
	line-height: 50px;
	text-align: center;
}

#centerbox td {
	background-image: none;
	background-color: white;
	text-align: left;
	padding: 0px 30px 0px 0px;
	margin: 0px;
	font-size: 1.2em;
	line-height: 20px;
	color: #333333;
}

#centerbox td span {
	color: #F2981E;
}

#centerbox td p {
	color: #333333;
	text-align: center;
}

#w-centerbox {
	width: 960px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
}

#w-centerbox img {
	border: 0;
}

#w-centerbox table {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
/*	border-collapse: collapse*/
}

#w-centerbox th {
	height: 50px;
	background-color: white;
	width: 166px;
	font-size: 1.4em;
	color: black;
	font-weight: normal;
	line-height: 50px;
	text-align: center;
}

#w-centerbox td {
	background-image: none;
	background-color: white;
	text-align: left;
	padding: 0px 30px 0px 0px;
	margin: 0px;
	font-size: 1.2em;
	line-height: 20px;
	color: #333333;
}

#w-centerbox td span {
	color: #F2981E;
}

#w-centerbox td p {
	color: #333333;
	text-align: center;
}

#adober {
	clear: both;
	padding: 30px 0 30px 0;
	float: right;
}

#adober span {
	display: block;
	float: left;
	font-size: 12px;
	width: 360px;
	color: #666;
	text-align: left;
}

#adober img {
	float: left;
	height: 30px;
	width: 86px;
}

#notice {
	font-size: 19px;
	font-weight: bold;
	color: #F2981E;
	text-align: center;
	padding-bottom: 20px;
}

#sample {
	clear: both;
	padding: 0px 0 0 0;
	float: left;
}

#sample span {
	display: block;
	float: left;
	font-size: 12px;
	width: 160px;
/*	color: #666;*/
	text-align: left;
}

#sample img {
	float: left;
	border: 0;
	height: 17px;
	width: 35px;
}

#line_items th {
  background-color: #F2981E;
  padding: 4px 8px;
  padding-bottom: 4px;
	color: #FFF;
	font-weight: normal;
	line-height: 50px;
	text-align: center;
}

#line_items td {
  padding: 4px 20px;
	background-image: none;
	background-color: white;
}

#line_items .even td {
  background-color: white;
}

#line_items .odd td {
  background-color: white;
}

#line_items .price {
  text-align: right;
  font-weight: bold;
}

#line_items .qty {
  text-align: center;
}

#line_items .total {
  border-top: solid 1px #F2981E;
}




#orders th {
	background-image: none;
  background-color: white;
	color: black;
	font-weight: normal;
	text-align: center;
}

#orders td {
  padding: 0px;
	background-image: none;
	background-color: white;
}

div.field {
  margin-bottom: 20px;
}

div.actions {
  margin-bottom: 10px;
  margin-top: 20px;
  margin-left: 20px;
}

.paypal_button img {
	border: 0px;
	margin-right:7px;
}