@charset "utf-8";
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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 13px;
	line-height: 16px;
	background-color: #000000;
}
#canvas {
	background-color: #000000;
	width:1150px;
	margin:0 auto;
padding:0 50px;
        text-align: left;
} 
#header {
	margin:3em 0;
	text-align: center;
} 
#top_nav {
	text-align:center;
	margin:0 40px 20px auto;
}

#mainContent {
	margin-top:30px;
	padding: 0 20px;
	width:1050px;
} 
#mainContent a:link,a:visited,a:hover,a:active {
	color: #FFFF00;
}
#mainContent a:link {
	text-decoration: none;
}
#mainContent a:visited {
	text-decoration: none;
}
#mainContent a:hover {
	text-decoration: underline;
}
#mainContent a:active {
	text-decoration: none;
	font-weight: bold;
}
#footer {
	padding: 0 10px;
} 
#footer p {
	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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	text-align: right;
	color: #333333;
}
/* CSS Document */

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

h1, h2, h3 {
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	/*color: #D9D900;*/
	color: #FFFFFF;
	line-height: normal;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 17px;
}
h3 {
	font-size: 15px;
}
h4,h5,h6 {
	color: #FFFFFF;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 13px;
}
img {
    border: 0;
}
.imgborder {
	border: 1px solid #D9D900;
}
.image_row {
	float:left;
	margin: 0 20px 20px 0;
}
.faqs li{
	margin-bottom: 15px;
}
.faqsquestion {
	color: #D9D900;
	font-style: italic;
	font-weight: bold;
	}
ul {
	list-style-position: outside;
	list-style-type: square;
	line-height: normal;
	margin: 0px;
	padding: 5px 0 0 30px;/*as margin does not work in IE*/
}
li {
	margin-bottom: 5px;	
}

/* Miscellaneous classes for reuse */
.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;

}
.table01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	empty-cells: show;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-collapse: collapse;
	margin: 5px;
}
.table01 th {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 12px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

.table01 td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 5px;
	vertical-align: top;
	}

.table2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	font-size: 12px;
	empty-cells: show;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-collapse: collapse

}
.table2 td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 3px;
}
.table2 th {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-size: 12px;
	padding: 3px;
}
.redhighlightdigit {
	color: #FF0000;
	font-weight: bold;
}
.bluehighlightdigit {
	color: #0000FF;
	font-weight: bold;
}
.greenhighlightdigit {
	color: #00FF00;
	font-weight: bold;
}
.yellowhighlightdigit {
	color: #FFFF00;
	font-weight: bold;
}
.whitehighlightdigit {
	color: #FFF;
	font-weight: bold;
}

.hols {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
	color: #FF0000;
	text-decoration: blink;
}
.iva_incluido {
	font-size:15px;
}.tienda_link {
	font-style: italic;
	font-weight: bold;
}
.no_flash_installed {
	font-size: 12px;
	color: #000;
	background-color: #F00;
	text-align: center;
	border: thin solid #FFF;
	height: 275px;
	width: 200px;
	vertical-align: middle;
}
.hols {
    color: #FF0000;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    text-decoration: blink;
    text-transform: capitalize;
}
