/*************************/
/* BODY */
/*************************/


#fullheight {height:100%}

html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
}

#wrapper {
      margin: 0 auto;
      vertical-align: middle;
      width: 100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(../img/common/background.gif);
    background-repeat: repeat-y;
    background-attachment: fixed;
    background-position: 50% 50%;
	background-color: #CFCFCF;
}


/*************************/
/* TEXTOS */
/*************************/


.TituloProductos {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 28px;
	line-height: 30px;
	color: #444444;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

.SubtituloProductos {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 21px;
	color: #444444;
	font-weight: bold;
	text-decoration: none;
}

.Texto {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #666666;
	text-decoration: none;
}

.TextoLink a:link { font-family: Helvetica, Arial, sans-serif; font-size: 11px; line-height: 13px; font-weight: normal; color: #666666; text-decoration: underline; }
.TextoLink a:visited {  font-family: Helvetica, Arial, sans-serif; font-size: 11px; line-height: 13px; font-weight: normal; color: #666666; text-decoration: underline; }
.TextoLink a:hover {  font-family: Helvetica, Arial, sans-serif; font-size: 11px; line-height: 13px; font-weight: normal; color: #333333; text-decoration: underline; }
.TextoLink a:active {  font-family: Helvetica, Arial, sans-serif; font-size: 11px; line-height: 13px; font-weight: normal; color: #333333; text-decoration: underline; }

.TextoBold {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.OutletTextoPrecios {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #444444;
	font-weight: bold;
	text-decoration: none;
}

.OutletTitulosProductos {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 22px;
	color: #444444;
	font-weight: bold;
	text-decoration: none;
}

.OutletSubtituloProductos {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #444444;
	font-weight: bold;
	text-decoration: none;
}

/*************************/
/* FOOTER */
/*************************/


.TextoFooter {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #999999;
	text-decoration: none;
}

.TextoFooterLink a:link { font-family: Helvetica, Arial, sans-serif; font-size: 10px; line-height: 12px; font-weight: normal; color: #999999; text-decoration: underline; }
.TextoFooterLink a:visited {  font-family: Helvetica, Arial, sans-serif; font-size: 10px; line-height: 12px; font-weight: normal; color: #999999; text-decoration: underline; }
.TextoFooterLink a:hover {  font-family: Helvetica, Arial, sans-serif; font-size: 10px; line-height: 12px; font-weight: normal; color: #333333; text-decoration: underline; }
.TextoFooterLink a:active {  font-family: Helvetica, Arial, sans-serif; font-size: 10px; line-height: 12px; font-weight: normal; color: #333333; text-decoration: underline; }



/*************************/
/* TABLAS */
/*************************/


.LineBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/*************************/
/* CORNERS */
/*************************/

.3 {background: url(../img/common/corner-3.gif) 0 100% no-repeat}
.4 {background: url(../img/common/corner-4.gif) 100% 100% no-repeat}
.1 {background: url(../img/common/corner-1.gif) 0 0 no-repeat}
.2 {background: url(../img/common/corner-2.gif) 100% 0 no-repeat; padding:4px}
