body {
	margin: 0;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	background:url(../images/background_yellow.gif) repeat-x;
}

/*Contenido General*/

div#contenidoGeneral {
	margin: 0 auto;
	width: 900px;
	background:url(../images/background_content.png) repeat-y !important;
	background:url(../images/background_content.gif) repeat-y;
	text-align:center;
}

/*Header*/

#bordeSuperior {
	width: 860px;
	height: 5px;
	background-color: #CC3333;
}

#header {
	width: 860px;
	height: 120px;
	text-align:left;
}

#header #brandingElements {
	width: 260px;
}
#header #topNavigation {
	position:relative;
	width: 600px;
}

/* secondaryLinks */

#topNavigation #secondaryLinks {
	padding-top:10px;
	padding-right:30px;
	font-size: 10px;
	height: 15px;
}

#topNavigation #secondaryLinks ul {
	list-style:none;
	padding:0;
	margin:0;
}
#topNavigation #secondaryLinks li {
	color:#666666;
	float:right;
}

#topNavigation #secondaryLinks li a {
	color:#666666;
	text-decoration:none;
}

#topNavigation #secondaryLinks li a:hover{
	color:#666666;
	text-decoration:underline;
}
#topNavigation #secondaryLinks .separador {
	padding-left: 10px;
	padding-right: 10px;
}
/*Main Navigation*/
#topNavigation #mainNavigation {
	height: 55px;
	margin-left:95px;
}
#topNavigation #mainNavigation ul {
	list-style:none;
	padding:0;
	margin:0;
}

#topNavigation #mainNavigation img {
	border:0;
}

#topNavigation #mainNavigation li {
	float:left;
}

#bottomNavigation li {
	float:left;
}
/*Footer*/

#footer {
	width: 860px;
	height: 80px;
	background-color: #FFCC33;
}

#bottomNavigation {
	position:relative;
	margin-top:-12px;
	margin-left: 0;
}

#bottomNavigation ul {
	list-style:none;
	padding:0;
	margin:0;
	border:0;
	font-size:9px;
	color:#000000;
}

#bottomNavigation li {
	float:left;
}

#bottomNavigation li a {
	text-decoration:none;
	color:#000000;
}

#bottomNavigation .legales {
	font-size:9px;
	color:#000000;
	position:relative;
	margin-top: -1px;
	float:left;
}

#bottomNavigation .separador {
	padding-left: 5px;
	padding-right: 5px;
}

#bottomNavigation li a:hover {
	text-decoration:underline;
	color:#000000;
}

#borderMainContent {
	width: 900px;
	height: 30px;
	margin: 0 auto;
	background:url(../images/background_bottom.png) no-repeat center bottom !important;
	background:url(../images/background_bottom.gif) no-repeat center bottom;
}

/*Contenido Principal*/

#mainContent {
	width: 860px;
	margin: 0 auto;	
}

#flashContent {
	width: 860px;
	height: 400px;
	margin: 0 auto;
}

#secondaryContent {
	width: 860px;
	margin: 0 auto;	
}

#secondaryContent .outstandingLinks {
	width: 33%;
	padding:10px;	
	background:url(../images/background_secondary.gif) repeat-x;
	background-color:#FFCC33;
	text-align:left;
	border:solid;
	border-width:1px;
	border-color:#ffebac;
}

#calloutStore {
	background:url(../images/background_secondary.gif) repeat-x;
	background-color:#FFCC33;
	text-align:left;
	border:solid;
	border-width:1px;
	border-color:#ffebac;
	font-size:11px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:3px;
	padding-right:3px;
}
#calloutStore a {
	color:#000000;
	text-decoration:none;
}

#secondaryContent .calloutContent{
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	font-size:10px;
	color:#000000;
}

#secondaryContent .calloutContent a{
	color:#000000;
	text-decoration:none;
}

#secondaryContent .calloutContent a:hover {
	text-decoration:underline;
}

#secondaryContent .calloutTitle {
	font-size:10px;
	font-weight:bold;
}
#storeDescription {
	width: 220px;
	padding:20px;	
	background:url(../images/background_mainContent.gif) repeat-x;
	background-color:#FFD65C;
	text-align:left;
}

#storeOptions {
	width: 500px;
	background:url(../images/background_mainContent.gif) repeat-x;
	background-color:#FFD65C;
	text-align:left;
	padding:20px;
}

#storeOptionsContent {
	background-color:#FFFFFF;
	width: 480px;
	height:100%;
	padding-top: 0;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}

#storeOptionsContent #storeProductDescription {
	border-bottom:solid;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;	
}

#storeOptionsContent #storeProductDescription .productImage {
	width:160px;
	height:160px;
}

#storeOptionsContent #storeProductDescription .productImage img {
	width:160px;
	height:160px;
}

#storeOptionsContent #storeProductDescription .addtocart {
	color:#CC3333;
	font-weight:bold;
}

#storeOptionsContent #storeBottomNavigationOptions {
	padding:20px;
	text-align:center;
}

#storeOptionsContent #storeBottomNavigationOptions p {
	text-align:center;
}
#storeOptionsContent #storeBottomNavigationOptions a {
	color:#CC3333;
	text-decoration:none;
}
#storeOptionsContent #storeBottomNavigationOptions a:hover {
	text-decoration:underline;
}

/*Shopping Cart*/


#shoppingCart table {
	border:solid;
	border-color:#8485D7;
	border-width:1px;
}

#shoppingCart #internalForm {
	border:none;
}

#shoppingCart #internalForm td {
	height:25px;
	text-align:left;
	vertical-align:middle;
}

#shoppingCart #internalSuccess {
	border:none;
	background-color:#E7E7F7;
}

#shoppingCart th {
	color:#FFFFFF;
	font-weight:normal;
	background-color:#8485D7;
	text-align:center;	
	padding:0;
}

#shoppingCart a {
	color:#CC3333;
	font-weight:normal;
	text-decoration:underline;
}
#shoppingCart a:hover {
	text-decoration:underline;
}
#shoppingCart .cartTotal {
	font-size:16px;
	border-top:solid;
	border-top-color:#8485D7;
	border-top-width:1px;
	text-align:center;
	padding:20px;
}
#shoppingCart p {
	text-align:left;
	color:#000;
}
#shoppingCart .formQuantity {
	width:30px;
	border:solid;
	border-color:#8485D7;
	border-width:1px;
	text-align:center;
}

#shoppingCart .sectionTitle {
	font-weight:bold;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#8585D6;
}

#shoppingCart .productInTheCart td {
	height:40px;
	text-align:center;
}

#shoppingCart .productInTheCart h1 {
	font-size:14px;
	text-align:left;
}

.instructions {
	font-size:11px;
	text-align:left;
}

#shoppingCart .alert {
	color:#CC3333;
	font-weight:bold;
}
/*Tipografia*/

h2 {
	font-size:16px;
	color:#333;	
}

h3 {
	font-size:16px;
	color:#CC3333;
}

h4 {
	font-size:14px;
	color:#CC3333;
}

p {
	font-size:12px;
	color:#000;	
}

.productPrice {
	font-size:14px;
	font-weight:bold;
}

.linkCentered {
	text-align:center;
}

td {
	vertical-align:top;
}

#thanks {
	height:200px;
}
/*Form*/
.formInput {
	width:200px;
	height:20px;
	border:solid;
	border-color:#8485D7;
	border-width:1px;
}

.formInputShort {
	width:120px;
	height:20px;
	border:solid;
	border-color:#8485D7;
	border-width:1px;
}
.formMemo {
	width:200px;
	border:solid;
	border-color:#8485D7;
	border-width:1px;
}

label {
	padding-right:10px;
}

.destacado {
	font-size: 14px;
	font-weight:bold;
}


