/* CSS Document */
/*****************************************************************************/
/* Fonts and Headings*/
/*****************************************************************************/
* {
padding: 0px; margin: 0px;
}
html {
height: 100%;
}

body {
	font: 14px/1.5em "arial";
	font-family: arial;
	margin-top: 0px;
	background: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	margin-left: auto; 
	margin-right: auto;
	margin-bottom: 0px;
	height: 100%;
	background-color: white;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: black;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
color: #917D48;
font-size: 22px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
	margin-bottom: -5px;
}

h4 {
	font-size: 12px;
	color: #FFFFFF;
}

p {
	text-align: justify;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

ul, ol {
text-align: justify;
font-size: 12px;
line-height: 15px;
color: #666666;
}


/*****************************************************************************/
/* links */
/*****************************************************************************/
a:link {
	color: blue;
}
a:visited {
	color: #0099FF;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #000000;
}


/*****************************************************************************/
/* backgrounds & layout*/
/*****************************************************************************/
.container {
width: 898px;
margin: auto;
vertical-align: top;
height: 100%;
}

.language {
width: 100%;
height: 29px;
text-align: right;
vertical-align:top;
clear: both;
margin: 0;
padding: 0;
}

.language_tab {
width: 180px;
height: 29px;
float: right;
background: url(images/toptab.gif);
background-repeat: no-repeat;
vertical-align:top;
text-align: center;
padding: 15px;
padding-top: 5px;
padding-bottom: 5px;
font-size: 10px;
color: black;

}

.header {
width: 898px;
background: url(images/city.jpg);
background-repeat: no-repeat;
clear: both;
height: 268px;
}

.header3 {
width: 898px;
clear: both;
height: 268px;
}
 
.headerinterno {
width: 898px;
background: url(images/city.jpg);
background-repeat: no-repeat;
clear: both;
height: 268px;

}

.h1container {
width: 898px;
height: 40px;
text-align: left;
background-color: white;
line-height: normal;
}

.hometext {
width: 898px;
vertical-align: top;
background-color: white;
font-size: 12px;
line-height: 16px;
text-align: justify;
}

.contenedorhome {
background: url(images/content_back.jpg);
background-color: white;
background-position: top left;
background-repeat: repeat-x;
vertical-align: top;
padding: 0px;
margin: 0px;
}

.homeleftpanel {
background-color: #CCCCCC;
border-style: solid;
border-width: 1px;
border-color: white;
vertical-align: top;
padding: 5px;
margin: 0px;
text-align: center;
width: 342px;
}

.paneltop {
background: url(images/headerback.jpg); 
background-repeat: repeat-x;
vertical-align: top;
width: 95%;
height: 35px;
background-color: #0072BB;
border-style: solid;
border-width: 1px;
border-color: #0072BB;
border-left-width: 3px;
border-right-width: 3px;
color: white;
font-size: 14px;
text-align: left;
}

.contenido {

padding-left: 0;
padding-right: 0;

}

.top {
width: 400px; background-color: white; vertical-align: top; height: 40px; text-align: right; float: right;
}

.bottom {
width: 100%; vertical-align: top; text-align: right; clear: both; margin: auto; margin: 0px; background: url(images/footer_background.jpg); height: 121px; background-color: white; background-repeat:no-repeat;
}

.toptab {
background: url(images/toptab.jpg); background-position: top; background-repeat: no-repeat; width: 230px; height: 46px; padding-top: 7px;
}

.leftborder {
border-left: 1px solid #D6D2AC; padding: 5px; font-size: 10px; vertical-align:top;
}

.asset_row {
background: url(images/heading.jpg); background-position: top; background-repeat: repeat-x; vertical-align: top;
}

.asset_pdf {
width: 52px; text-align: center; float: left; height: 100%;
}

.asset_desc {
width: 380px; float: none; height: 100%; text-align: left; color: white;
}

.rss_desc {
width: 480px; float: none; height: 100%; text-align: left; color: white;
}
.asset_boton {
width: 92px; text-align: center; float: right; height: 100%;
}

.latest {
background: url(images/latest.jpg); background-position: top left; background-repeat: no-repeat; width: 228px; float: left; padding-top: 5px;
}

.headlines {
width: 224px; padding: 5px; border-style: dashed; border-width: 0px; border-color: #0072BB; border-left-width: 1px; text-align: left; font-size: 12px; vertical-align: top;
}

.pie_de_pagina {
z-index: 1000; position: relative; left: 100px; top: 75px; font-size: 10px; text-align: left;
}

/*****************************************************************************/
/* Estos son los estilos de la tabla de la galerķa */
/*****************************************************************************/
.contenedor {
width: 100%; min-height: 100%; margin: auto; height: 100%; vertical-align: top; text-align: center;
}

.data {
/*width: 30%; padding: 10px; min-height: 100%; height: 100%; position: relative; top: 0px; float: left; vertical-align: top;*/
min-height: 100%; margin: auto; height: 100%; border: #EFEFEF 1px solid; vertical-align: top; text-align: center;
}

.subpic {
width: 200px; text-align: center; margin-left: auto; margin-right:auto;

}

.suprapic {
width: 100%; border-bottom: #EFEFEF 1px solid; text-align: left; font-size: 14px; font-weight: bold; margin-bottom: 5px; padding-bottom: 5px;

}

* html {.contenedor:height:100%;}

/*****************************************************************************/
/* clases miscelaneas */
/*****************************************************************************/



.cart {
vertical-align: top; text-align: left;
}

.cellbottom {
background: url(images/bottombackup.png); background-position: top left; vertical-align: top; text-align: left;
}

.flavorbottom {
background: url(images/flavorbottom.gif) no-repeat top left; width: 715px; height: 21px; padding: 5px 7px 0px;; margin: 0 auto;
}

/* boxes */
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 100%; /* ems so it will grow */
	background: url(images/flavortopback.gif) no-repeat top left;
	font-size: 100%;
}
.boxhead {
	/* background: url(images/head_r.gif) no-repeat top right; */
	margin: 0;
	padding: 0;
	text-align: center; 
}
.boxhead h2 {
	/* background: url(images/head_l.gif) no-repeat top left; */
	margin: 0;
	padding: 5px 7px 0px;
	/* border-bottom: #FFFFCC 2px solid; */
	text-align: left;
	color: black; 
	font-weight: bold; 
	font-size: 20px; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
	width: 100%;
}
.boxbody {
	/* background: url(images/body_l.gif) no-repeat bottom left; */
	margin: 0;
	padding: 5px 5px 31px;
}


.titlebackground {
	background-image: url(images/h1background.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 100%;
	height: 43px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

	.cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
font-weight: 500;
background: url(images/button_on.png)  no-repeat;
white-space: normal;
display: block;
width: 200px;
height: 47px;
margin: 0;
padding: 0;
text-align: center;
}

.cssnav a
{
display: block;
color: #000000;
font-size: 16px;
width: 200px;
height: 47px;
display: block;
float: left;
color: black;
text-decoration: none;
text-align: center;
}

.cssnav img
{
width: 200px;
height: 47px;
border: 0
}

* html a:hover
{
visibility:visible;
}

.cssnav a:hover img
{
visibility:hidden;

}

.cssnav a:hover 
	{color: #999999;}

.cssnav span
{
position: absolute;
left: 15px;
top: 10px;
margin: 0px;
padding: 0px;
cursor: pointer;
text-align: center;
} 

	.smallbutton
{
position: relative;
font-family: arial, helvetica, sans-serif;
font-weight: 500;
background: url(images/smallbutton_on.png)  no-repeat;
white-space: normal;
display: block;
width: 150px;
height: 34px;
margin: 0;
padding: 0;
text-align: center;
}

.smallbutton a
{
display: block;
color: #000000;
font-size: 16px;
width: 150px;
height: 34px;
display: block;
float: left;
color: black;
text-decoration: none;
text-align: center;
}

.smallbutton img
{
width: 150px;
height: 34px;
border: 0
}

* html a:hover
{
visibility:visible;
}

.smallbutton a:hover img
{
visibility:hidden;

}

.smallbutton a:hover 
	{color: #999999;}

.smallbutton span
{
position: absolute;
left: 5px;
top: 5px;
margin: 0px;
padding: 0px;
cursor: pointer;
text-align: center;
} 

.footnote {
font-size: 10px;
}

.warning {
font-size: 10px; color: red; font-weight: bold;
}

.shopping_cart_table {
border-top: black solid 1px; border-bottom: 0px; border-left: 0px; border-right: 0px; vertical-align:top;
}

.shopping_cart_table_zero {
border-top: 0px; border-bottom: 0px; border-left: 0px; border-right: 0px; vertical-align:top;
}

.homeparagraph {
font-size: 12px; padding: 5px; text-align: justify;
}