/* CSS Document av Dieter Schneider 2007 */

* {margin-top: 0;}

/************************************* Main structure *************************/

body {
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 58%;
	color: #666666;
	background-image:url(images/background.jpg)
}

#container {
	background-image: url(images/fondo_catalogo.jpg);
	background-repeat: no-repeat;
	width: 760px;
	font-size: 1.2em;
	margin: 4px;
	border-top: 1px solid white;
}

#header {
	height: 175px;
	padding-top: 35px;
	margin-left: 200px;
}

#header_left {
	float: left;
	width: 120px;
	height: 175px;
}

#header_right {
	height: 50px;
	margin-left: 15px;
	margin-right: 5px;
	padding-top: 108px;
}
#left {
	float:left;
	width: 200px;
	margin-left: 27px;
	margin-top: 5px;
	color:#669933;
}

#right {
	margin-left: 280px;
	margin-top: 10px;
	margin-right: 25px;
}

#right_catalogo {
	margin-left: 240px;
	margin-top: 10px;
	margin-right: 25px;
}

#right_carrito {
	margin-left: 235px;
	margin-top: 10px;
	margin-right: 25px;
}

#footer {
	clear: both;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
	border-top: 1px dotted #CCCCCC;
	background-color: #8b1229;
}
#tituloproductos {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #d5dbb9;
	padding: 0 0 0 0px;
	font-size: 1em;
	color: #8b1229;
	font-weight: bold;
}
#tituloproductos2 {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #EBEEDD;
	padding: 0 0 0 0px;
	font-size: 1em;
	color: #333333;
}
#tituloproductos3 {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #EBEEDD;
	padding: 0 0 0 0px;
	font-size: 1em;
	font-weight: bold;
	color: #333333;
}
#titulodestacados {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FF9B17;
	padding: 0 0 0 0px;
	font-size: 1em;
	color: #8b1229;
	font-weight: bold;
}
#volverweb {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #8b1229;
	padding: 0 0 0 0px;
	font-size: 1em;
	color: #ffffff;
	font-weight: bold;
}
.date_box {
	background-color: #FFFFFF;
	background-image: url(images/date.jpg);
	height: 51px;
	width: 52px;
	float: left;
}

.date_box_month {
	padding-top: 6px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 3px;
	text-align: center;
	color: #75a006;
}

.date_box_day {
	font-size: 22px;
	font-weight: bold;
	padding-left: 3px;
	text-align: center;
	font-style: italic;	
	color: #654040;
}


/******************************* Text and image formatting *******************************/

p {margin-bottom: 15px;
   margin-top: 15px;
}

p.quote:first-letter 
{
	color: #6F9800;
	font-size:xx-large;
	margin-top: 20px;
	font-size: 2.5em;
    padding-right: 2px;
   
}

h1 {
	color: #87a448;
	margin-top: 85px;
	margin-left: 40px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.3em;
}

.red {color: #614240;}

h2 {
	color: #bf8a44;
	margin-left: 120px;
	font-size: 1.3em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

h3 {
	height: 15px;
	background-color: #FFFFFF;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-left: 15px;
	font-size: 1.5em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #8b1229;
	border-bottom: 1px dotted #CCCCCC;
}

h4 {
	width: 210px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #8b1229;
	padding: 0 0 0 10px;
	font-size: 1.1em;
	color: #ff9b17;
}
h5 {
	width: 218px;
	margin-top: 5px;
	margin-left: 27px;
	margin-bottom: 20px;
	background-color: #8b1229;
	padding: 1px;
	color: #ff9b17;
}
h6 {
	width: 400px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-color: #8b1229;
	padding: 0 0 0 3px;
	font-size: 1.1em;
	color: #ff9b17;
}


blockquote {
	background-color: #F4F7F0;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom:5px;
	border: 1px dotted #EBE2B7;
	background-image: url(images/blockquote.png);
	background-repeat: no-repeat;
	font-style: italic;
}

.read_more {
	background-color: #FFFFFF;
	padding: 3px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

img {border:1px solid #809359;}

.float_left {float: left;
              margin-right: 10px;}
			  
.float_right {float: right;
              margin-left: 10px;}
			 
a:link {color: #333333; text-decoration: none;}     /* unvisited link */
a:visited {color: #333333; text-decoration: none;}  /* visited link */
a:hover {color: #669933; text-decoration: none;}   /* mouse over link */
a:active {color: #577E2D; text-decoration: none;}   /* selected link */

/********************************* Navigation **********************************/

#navcontainer { }

#navcontainer ul
{
	list-style-type: none;
	font-weight: bold;
	color: #990000;
}

#navcontainer a
{
	display: block;
	padding-top: 17px;
	padding-left: 20px;
	width: 182px;
	background-color: #DCE3ED;
	border-bottom: 1px solid #eee;
	background-image: url(images/menu2.png);
	background-repeat: repeat-x;
	height: 27px;
}


#navcontainer a:link, #navlist a:visited
{
color: #333333;
text-decoration: none;
}

#navcontainer a:hover 
{	
	background: url(images/menu2.png) 0 -45px;
	color: #562930;
}

/**************************************** Form elements member login ****************************/


p.welcome {
	font-size: 1em;
	text-align: right;
	margin-right: 30px;
	margin-left: 35px;
	margin-bottom: 0px;
	margin-top: 25px;
	color: #6B383D;
}

form {
	margin-top: 15px;
	margin-left: 35px;
}

input.fields {display: block;
        width: 140px;
        background: url(images/input_bg.png);
		border-top: 1px solid #E3E4E9;
		border-left: 1px solid #E3E4E9;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		margin-top: 3px;
	    margin-bottom: 3px;}

label {
	color: #A5BB73;
	font-style: italic;
}

.submit_button {
	margin-top: 15px;
	padding: 2px;
	background-color: #EAF4D9;
	float: right;
	margin-right: 40px;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-bottom: 2px solid #E3E4E9;
	border-right: 2px solid #E3E4E9;
}

/**************************************** extra classes: contact us ****************************/

form.contact_us {
	width: 190px;
	margin-top: 15px;
	margin-left: 0px;
	padding: 15px;
	background-color: #FBF9F4;
	background-image: url(images/form_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

input.fields_contact_us {display: block;
        width: 185px;
        background: url(images/input_bg.png);
		border-top: 1px solid #E3E4E9;
		border-left: 1px solid #E3E4E9;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		margin-top: 3px;
	    margin-bottom: 3px;}

input.fields_cantidad {display: block;
        width: 30px;
        background: url(images/input_bg.png);
		border-top: 1px solid #E3E4E9;
		border-left: 1px solid #E3E4E9;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		margin-top: 3px;
	    margin-bottom: 3px;
}

textarea {width: 185px;
          background: url(images/input_bg.png);
          border-top: 1px solid #E3E4E9;
		  border-left: 1px solid #E3E4E9;
		  border-bottom: 1px solid white;
		  border-right: 1px solid white;

          margin-top: 3px;}

.submit_button_contact {
	margin-top: 15px;
	padding: 2px;
	background-color: #EAF4D9;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

.paginacion {
	text-align: right;
	margin: 3px;
	float: right;
	width: 165px;
}
.paginacion a{
text-decoration:none;
color:#3A88D3;
}
.paginacion a:hover{
text-decoration:none;
color:#38A6FF;
}
.imagenes_paginacion{
	border-bottom:none;
	border-left:none;
	border-right:none;
	border-top:none;
}	

.select {
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 11px;
	color: #666666;
}