body {
	position: relative;
	background-color: #333333;
	font-family: Arial;
	color: #000;
	font-size: 8pt;
	margin:  0px;
	padding: 0px;
}

#wrapper {
    position: relative;
    width: 800px;
    height: 100%;
    background-color: Black;
    margin: 0px auto;
	padding: 0px 10px 10px 10px;
    overflow: hidden;
} 

#insideWrapper {
	float: left;
	width: 100%;
    height: 100%;
	background-color: White;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 00px 0px;
}

#masthead {
	float: left;
 	width: 780px;
 	height: 100%;
	background-color: White;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}

#footer {
	float: left;
	width: 100%;
    height: 100%;
	font-size: 7pt;
	text-align: center;
    background-color: Black;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}



#bigbox 
{
	position: relative;
	width: 500px;
	margin: 0 auto;
	text-align: center;

}

#bigboxInside 
{
	position: relative;
	width: 440px;
	border: 10px solid #515153;
	background-color: #fff;
	text-align: justify;
	padding: 20px;
	margin-top: 20px;
}


#mirrorfooter {
	position: relative;
	height: 80px;
	width: 820px;
	background: url('images/footermirror.jpg'); 
	margin: 0 auto;
	text-align: center;
} 


table.centeredTable 
{
		margin-left:auto; 
		margin-right:auto;
		border: 0px;
		padding: 0px;
}

table
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

td {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#mensajes 
{
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}


.headercelltable
{
    background-color: #a2ccf4;
    border-bottom: thin dotted Black;
    vertical-align: middle;
}

.centercelltable
{
    background-color: #fafcdd;
    border-bottom: thin dotted Black;
    vertical-align: middle;
}

#shoppingcart { width: 500px; }

.orderheading  
{
	float:left; 
	width: 100%; 
	margin-bottom: 25px;
}

.orderheadingaddress  
{
	float:left; 
	width: 100%; 
	margin-bottom: 15px; 
	font-weight: bold; 
	text-transform: uppercase; 
}

.ordertitlerow  
{
	float:left; 
	width: 100%; 
	font-weight: bold; 
	border-bottom-style: double; 
	background-color: #8db4e3;
	color: #FFF;
	height: 20px; 
}


.orderdetailrow  
{
	float: left;
	width: 100%; 
	margin: 0px 0px 5px 0px;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	background-color: #f6f5f0;
}

.ordertitle  
{
	float: left;
	width: 100%; 
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom-style: double;
	border-bottom-width: medium;
	background-color: #8db4e3;
	color: #fff;
	text-transform: uppercase;
	font-weight: bolder;
	text-align: center;
}

.shoppinghcolumn1 { float: left; width: 60%; height: 15px; }
.shoppinghcolumn2 { text-align: right; float: left; width: 10%; height: 15px; }
.shoppinghcolumn3 { text-align: right; float: left; width: 15%; height: 15px; }
.shoppinghcolumn4 { text-align: right; float: left; width: 15%; height: 15px; }

.shoppingdcolumn1 { float: left; width: 60%; }
.shoppingdcolumn2 { text-align: right; float: left; width: 10%; }
.shoppingdcolumn3 { text-align: right; float: left; width: 15%; }
.shoppingdcolumn4 { text-align: right; float: left; width: 15%; }

.orderhcolumn1 { float: left; width: 5%; height: 15px; }
.orderhcolumn2 { float: left; width: 55%; height: 15px; }
.orderhcolumn3 { text-align: right; float: left; width: 10%; height: 15px; }
.orderhcolumn4 { text-align: right; float: left; width: 15%; height: 15px; }
.orderhcolumn5 { text-align: right; float: left; width: 15%; height: 15px; }

.orderdcolumn1 { float: left; width: 5%; }
.orderdcolumn2 { float: left; width: 55%; }
.orderdcolumn3 { text-align: right; float: left; width: 10%; }
.orderdcolumn4 { text-align: right; float: left; width: 15%; }
.orderdcolumn5 { text-align: right; float: left; width: 15%; }

.ordertextheader
{
	float: left;
	width: 100%;
	margin: 0px 0px 30px 0px;
	background-color: #e5e5e3;
	padding: 5px 0px 5px 0px;
	
}

.attentiontext
{
	float: left;
	background-color: #f5c6bf;
	padding: 10px 0px 10px 0px;
	font-weight: bold;
	text-transform: uppercase;
	width: 100%; 
	margin-left: auto; 
	margin-right: auto; 
	
}

.orderdataheader
{
	float: left;
	width: 100%;
	margin: 0px 0px 30px 0px;
	background-color: #e5e5e3;
	padding: 5px 0px 5px 0px;
	
}

.ordertextfooter
{
	float: left;
	width: 96%;
	margin: 30px 0px 0px 0px;
	background-color: #e5e5e3;
	padding: 2% 2% 2% 2%;
	border-top-style: dotted;
	border-top-width: 1px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	
}

.orderbuttonsfooter
{
	float: left;
	width: 100%;
	margin: 30px 0px 30px 0px;
	
}



#left 
{
	float: left;
	width: 140px;
	padding-left: 10px;
	background-color: #fff;
	text-align: left;
	font-family: Arial;
	line-height: 11pt;
}

#content {
	float: left;
	width: 490px;
	text-align: justify;
	margin: 0px 5px 0px 5px;
}

#right {
	float: left;
	width: 120px;
	padding-left: 20px;
	padding-right: 10px;
	background-color: #fff;
	text-align: left;
	font-family: Arial;

} 

#left2a {
	float: left;
	width: 136px;
	text-align: left;
	margin: 0px 0px 0px 8px;
} 

#content2a {
	float: left;
	width: 635px;
	text-align: justify;
	margin: 0px 0px 0px 8px;
}

.centeredImage {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}



.GlobalCssImages {
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}

#sidebar {
	width: 120px;
	float: left;
}


.menuitem1
{
	float: left;
	padding-left: 0%;
	width: 100%;
}

.menuitem2
{
	float: left;
	padding-left: 0%;
	border-bottom: dotted 1px black;
	width: 100%;
}

.detalle1
{
	float: left;
	background-color: #e1e1e1;
	border-bottom: dotted 1px black;
	width: 100%;
}

.celdaCampo { float:left; width: 100%; text-align: left; height: 17px; clear: both; }

#footer a {
	color: #fff;
}

#footer a:visited {
	color: #fff;
}

#footer a:hover {
	color: #ff3333;
}


.seprow  
{
	float:left; 
	width: 100%; 
	font-weight: bold; 
	border-bottom-style: double; 
	background-color: #8db4e3;
	color: #FFF;
	height: 20px; 
	margin: 20px 0px 0px 0px;
}


.orderdetailrow  
{
	float: left;
	width: 100%; 
	margin: 0px 0px 5px 0px;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	background-color: #f6f5f0;
}

.sep {
	position: relative;
	background: url('images/sep.jpg');
 	width: 162px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	left: 132px;
	text-align: center;
}

.commentBox {
	position: relative;
	margin: 0 auto;
	width: 90%; 
	background-color: #f5f5f5; 
	text-align: left; 
	border: 1px solid #999; 
	padding: 5px;
}

.cite {
	font-size: 7pt;
	color:#666;
}

.code {
	text-align:left;
	font-size: 8pt;
	background-color: #f6fc8e;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}

.code p
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.blogs p
{
	margin: 0px 0px 10px 0px;

}

input {
	border: 1px solid #333333;
	border-top-style: dotted;
	border-top-width: 1px;
	border-right-style: dotted;
	border-right-width: 1px;
	border-left-style: dotted;
	border-left-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	padding: 0px;
}

.input9 {
	border: 1px solid #333333;
	border-top-style: dotted;
	border-top-width: 1px;
	border-right-style: dotted;
	border-right-width: 1px;
	border-left-style: dotted;
	border-left-width: 1px;
	background-color: #f6f5f0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	padding: 0px;
}

.input2 {
	border: 1px solid #333333;
	border-top-style: dotted;
	border-top-width: 1px;
	border-right-style: dotted;
	border-right-width: 1px;
	border-left-style: dotted;
	border-left-width: 1px;
	background-color: #f8e99e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	padding: 0px;
}


.input3 {
	color: #ffffff;
	background-color: #0063dc;
	font-weight: bold;	
	padding: 5px 5px 5px 5px;
}

input.submit {
	border: 1px solid #333333;
	border-top-style: dotted;
	border-top-width: 1px;
	border-right-style: dotted;
	border-right-width: 1px;
	border-left-style: dotted;
	border-left-width: 1px;
	background-color: #8db4e3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000;
	height: 25px;
	padding: 0px;
}

td  {
    text-align: Justify;
}

h2 {
	color: #666;
	font-size: 14px;
	text-align: left;
}

ul {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}

img { border-width:0px;}

zp {
	margin: 0px 0px px 0px;
	padding: 0px 0px 0px 0px;
}

li {
	list-style-type: none;
	margin-left: 0px;
}

blockquote, blockquote p {
	text-indent: 0px;
	margin-bottom: 0px;
	color: #666;
}


.footerLink {
	color: #666;
	text-decoration: underline;
}

a
{
    border: 0px 0px 0px 0px;
}

za:visited
{
	color: blue;
	text-decoration: underline;
}

za:hover 
{
	color: white;
	text-decoration: underline;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	background-color: Gray;
}


.mg a
{
	color: white;
	text-decoration: none;
	border-width: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.mg a:visited
{
	color: white;
	text-decoration: none;
	border-width: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.mg a:hover 
{
	color: white;
	text-decoration: none;
	border-width: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}






a.footerLink {
	color: #666;
	text-decoration: underline;
}

a.footerLink:visited {
	color: #666;
	text-decoration: underline;
}

a.footerLink:hover {
	color: #999;
	text-decoration: underline;
}

.productTitleListingRow
{
	color: black;
	text-transform: uppercase;
}

.titleMenu {
	font-family: 'Arial Black';
	color: #fff;
    background-color: #333;
	font-size: 7.5pt;
	text-transform: uppercase;
	float: left;
	width: 100%;
	margin-top: 5px;
	border-bottom: solid 2px #cbcbcf;
}

a.titleMenu {
	color: #333;
}

a.titleMenu:visited {
	color: #333;
}

a.titleMenu:hover {
	color: #999;
	border: 0px;
}

#blogTitle {
	position: relative;
	top: 50px;
	left: 20px;
	font-family: 'Arial Black';
	color: #333;
	font-size: 8pt;
	text-transform: uppercase;
	text-align: left;
}

#blogTitle a {
	color: #333;
}

#blogTitle a:visited {
	color: #333;
}

#blogTitle a:hover {
	color: #ff3333;
	border: 0px;
}


.SqlListing { float: left; width: 100%; }

.SqlListingHeaderRow {
	float: left;
    background-color: #333;
	border-bottom: solid 2px #cbcbcf;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
}

.SqlListingHeaderCell {
	float: left;
}

.SqlListingDetailRow
{
	float: left;
	background-color: #e1e1e1;
	border-bottom: dotted 1px black;
	width: 100%;
}

.separator
{
	float: left;
	width: 100%;
	height: 10px;
}

.SqlListingDetailCell
{
	float: left;
	background-color: #e1e1e1;
}


.textogris { color: Gray; }
