/* CSS by Acan Creative */

/* @group Limpieza Inicial */

:link,:visited { text-decoration:none }

h1,h2,h3,h4,h5,h6 { font-size:1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; }

ul,ol { list-style-type: disc; margin: 20px;}

table { border-spacing: 0; }

a img, img { border: none; vertical-align: middle; }

html { height: 100%; }

body { height: 100%;
	background: #000 url(../images/background.jpg) repeat-x;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* @end */

/* @group Vínculos */

a:link {
	color: maroon;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: maroon;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: maroon;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: red;
	font-weight: bold;
	border-bottom: thin dotted silver;
}

/* @end */

.textInput1
{
	border: 1px solid #ff0000;
	background: #555555;
	color: #ffffff;	
	font-size: 1.1em;
}

.fieldHolder
{
	height: 60px;
	background: url(../images/tfbg2.png) no-repeat;
	float: right;
	width: 260px;
}

.textInput2
{
	width: 170px;
	height: 22px;
	background: none;
	border: none;
	color: #828282;
	margin-right: 30px;
	margin-top: 21px;
}

.main_wrap {
	position: relative;
	width: 850px;
	margin: 0px auto;
	border: 0px;
	background: url(../images/back.png) no-repeat center top;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #4a4a4a;
	height: 200%;
	padding: 0px 2px;
}

.contenedor {
	width: 830px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

.header {
	width: 425px;
	float: right;
	text-align: right;
	padding-right: 30px;
	height: 110px;
	position: relative;
	padding-top: 40px;
}

.logo {
	width: 380px;
	float: left;
	margin-left: 11px;
	position: relative;
}

.thumbsmoneda {
	vertical-align: middle;
}

.sidebar_top {
	width: 220px;
	height: 32px;
	position: relative;
	background: url(../images/top_sidebar.png) no-repeat;
}

.sidebar {
	margin-left: 11px;
	width: 220px;
	height: 50px;
	position: relative;
	clear: both;
	float: left;
	background-repeat: repeat-y;
}

.sidebar_centro {
	width: 220px;
	height: auto;
	position: relative;
	background: url(../images/sidebar.png) repeat-y;
	clear: both;
	float: left;
	
}

.sidebar_centro_container {
	text-align: left;
}

.sidebar_down {
	width: 220px;
	height: 32px;
	position: relative;
	background: url(../images/bottom_sidebar.png) repeat-y;
	clear: both;
}

.contenido {
	height: auto;
	float: right;
	margin-right: 11px;
	width: 585px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

.img {
	border: medium solid silver;
}

.img_side {
	border: medium solid silver;
	margin-left: 15px;
}

.h1 {
	color: #5e5e5e;
	font-size: 13px;
	font-weight: bold;
}

.thumb {
	width: 140px;
	height: 170px;
	float: left;
	position: relative;
	margin: 5px 20px 10px 0;
}

.precio {
	font-weight: bold;
	color: maroon;
}

.footer {
	
}

.pagos {
	width: 210px;
	height: auto;
	position: relative;
	float: left;
	padding-left: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
}

li{
	list-style: none;
	background-image: url(../images/bullet.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 15px;
}

.txt_side {
	margin-left: 15px;
}

.cart {
	width: 118px;
	height: 85px;
	padding-left: 92px;
	background: url(../images/cart_back.png) no-repeat;
	padding-top: 35px;
	padding-bottom: 10px;
	color: silver;
}

.total {
	color: white;
	font-size: 25px;
}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1em;
	color: #ffffff;
}

.leftBoxHeading, .centerBoxHeading {
	margin: 0em;
	padding: 0.5em 0.2em 0.5px 20px;
}

.leftBoxContainer {
	margin: 0em;
	margin-top: 1.5em;
	text-align: left;
}

.leftBoxContainer img {
	margin-bottom: 5px;
}


.leftBoxContainer a:visited, .leftBoxContainer a:link {
	color: #757575;
}


h3.leftBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
} 

.leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
}

.sideBoxContent {
	padding-left: 20px;
}

