@charset "utf-8";
/* CSS Document */
/*==============*/

/*
@font-face {  
	font-family: "Helvetica Neue";  
	src: url('/upload/files/helveticaneueltstd-cn.otf');  
	src: local("Helvetica Neue"), local("Helvetica Neue"), url('/upload/files/helveticaneueltstd-cn.otf') format('opentype');  
}*/

* {
	behavior: url('/styles/iepngfix.htc');
}

body {
	font: 80%/1.4em "Arial", "Helvetica", sans-serif;
	color: #4f4f4f;
	margin: 12px 0;
	padding: 0;
}

h1 {
	font: 200%/1.2em "Arial", "Helvetica", sans-serif;
	color: #5d3514;
	margin: 0;
}
h2 {
	font: 160%/1.2em "Arial", "Helvetica", sans-serif;
	color: #000;
	margin: 0;
}
h3 {
	font: bold 120%/1.2em "Arial", "Helvetica", sans-serif;
	color: #000000;
}
h4 {
	font: bold 110%/1.2em "Arial", "Helvetica", sans-serif;
	color: #d50b27;
}

a {
	color: #d50b27;
	text-decoration: underline;
}
a:hover {
	color: #d50b27;
	text-decoration: underline;
}

acronym, abbr {
	border-bottom: 1px dotted #a0c3e3;
	cursor: help;
}

blockquote {
	padding-left: 35px;
	padding-top: 5px;
	background: url('/images/quote.gif') no-repeat;
	font-style: italic;
}

/* Main */
#wrapper {
	background: #fff url('/images/bg-page.jpg') center top repeat-y;
    margin: 0 auto;
	width: 1030px;
}
#main {
    margin: 0 auto;
    width: 1020px;
	position: relative;
}

#shadowheader {
	background: url('/images/bg-header.jpg') center top no-repeat;
	height: 10px;
}
#header {
	background: url('/images/header-web.jpg') center top no-repeat;
	height: 154px;
}


#logo {
	position: absolute;
	padding: 25px 0 0 30px;
}
#logo a {
	background: url('/images/logo.png') center no-repeat;
	display: block;
	width: 221px;
	height: 110px;
}
#logo span {
	display: none;
}

/* Horizontal Navigation */
#hnav {
	background: #d3d1d1;
	height: 38px;
	clear: both;
	padding-top: 2px;
}

/* Top Navigation */
#topmenu {
	/*font: bold 110%/1.2em "Arial", "Helvetica", sans-serif;*/
	font: bold 115%/1.2em "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	letter-spacing: -1px;
}
#topmenu ul {
	margin: 0;
	padding: 0;
}
#topmenu li {
	float: left;
	list-style-type: none;
}
#topmenu a {
	color: #180400;
	display: block;
	padding: 2px 10px;
	margin-top: 7px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	border-left: 1px solid #180400;
}
#topmenu a:hover {
	color: #fff;
}
#topmenu a:active {
	color: #fff;
}
#topmenu a.bnone {
	border: none;
}
#topmenu .current {
	color: #fff;
}

/* Login menu */
#loginmenu {
	float: right;
	font: bold 110%/1.5em "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	letter-spacing: -1px;
	padding-right: 15px;
}
#loginmenu ul {
	margin: 0;
	padding: 0;
}
#loginmenu li {
	float: left;
	list-style: none;
}
#loginmenu a {
	color: #180400;
	display: block;
	padding: 0 8px;
	margin-top: 8px;
	text-align: center;
	text-decoration: none;
	border-left: 1px solid #180400;
}
#loginmenu a:hover {
	color: #fff;
}
#loginmenu a.bnone {
	border: none;
}

/* Main Navigation */
#mainmenu {
	margin: 0;
	padding: 0;
}
#mainmenu h2 {
	margin: 0;
	padding: 4px 0;
	font-size: 100%;
	color: #262626;
	text-transform: uppercase;
	border-bottom: 1px solid #180400;
	font-weight: bold;
	font-size: 90%;
}
#mainmenu a {
	color: #180400;
	display: block;
	/*padding: 2px 0;
	margin-top: 7px;*/
	text-decoration: none;
}
#mainmenu a:hover {
	color: #d50b27;
}
#mainmenu ul {
	margin: 0;
	padding: 0;
}
#mainmenu li {
	list-style-type: none;
}
#mainmenu ul li a {
	color: #262626;
	padding: 2px 0 2px 10px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #180400;
	font-size: 90%;
	background: url('/images/arrow-link.jpg') center left no-repeat;
}
#mainmenu ul li a:hover {
	background: url('/images/arrow-hover.jpg') center left no-repeat;
	color: #d50b27;
}
#mainmenu ul ul {
	margin: 5px 0 8px 0;
	padding: 0;
}
#mainmenu ul li li a {
	background: url('/images/arrow-link.jpg') center left no-repeat;
	padding: 0 0 0 10px;
	color: #4f4f4f;
	text-transform: none;
	font-weight: normal;
	border-bottom: 1px dotted #afafaf;
}
#mainmenu ul li li a:hover {
	background: url('/images/arrow-hover.jpg') center left no-repeat;
	color: #d50b27;
}
#mainmenu ul li li a:active {
	background: url('/images/arrow-hover.jpg') center left no-repeat;
	color: #d50b27;
}
/*#mainmenu a {
	color: #180400;
	display: block;
	padding: 2px 10px;
	margin-top: 7px;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid #180400;
}
#mainmenu a:hover {
	color: #fff;
}
#mainmenu a.bnone {
	border: none;
}*/

#mainmenu .current {
	background: url('/images/arrow-hover.jpg') center left no-repeat;
	color: #d50b27;
}
#mainmenu .currentt {
	background: url('/images/arrow-hover.jpg') center left no-repeat;
	color: #d50b27;
}

/* Bottom Navigation */
#bottommenu {
	margin: 0;
	padding: 9px 0 0 0;
}
#bottommenu ul {
	margin: 0;
	padding: 0;
}
#bottommenu li {
	display: inline;
	list-style: none;
}
#bottommenu a {
	color: #fff;
	display: inline;
	padding: 0 10px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	border-right: 1px solid #fff;
}
#bottommenu a:hover {
	color: #808080;
}
#bottommenu .bnone {
	border: none;
}

/* Container */
#container {
	margin: 0 15px;
	padding: 10px 0 0 0;
	clear: both;
}

#cleft {
	float: left;
	width: 220px;
	margin: 0 20px 0 0;
}

#cright {
	float: right;
	width: 246px;
	margin: 0 0 0 20px;
	padding: 30px 0 0 0;
}

#cright-product {
	float: right;
	width: 340px;
	margin: 50px 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 1px dotted #ccc;
}
#cright-product h1 {
	margin: 0;
}

#content {
	float: none;
	margin: 0 266px 0 240px;
}
#content h1 {
	margin: 0 0 8px 0;
}
#content h1 span {
	color: #d50b27;
}
#content h3 {
	border-bottom: 1px solid #000;
}

#content-product {
	float: none;
	margin: 0 380px 0 240px;
}
#content-product h1 {
	margin: 0 0 5px 0;
}

/* Popup */
#popup {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
#popup h1 span {
	color: #d50b27;
}

/* Forms */
form {
	margin: 0;
	padding: 0;
}
/*form p {
	margin: 2px 0;
}*/

fieldset {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #b4b4b4;
	/*-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;*/
}

legend {
	color: #4f4f4f;
	font-size: 130%;
	font-weight: bold;
	padding: 0 10px;
}

label {
	color: #000;
	cursor: pointer;
	text-align: right;
	padding-right: 10px;
	width: 160px;
	float: left;
	font-weight: normal;
}

label.noblock {
	float: none;
}

input, textarea, select {
	border: 1px solid #bfbfbf;
	font: 100%/1.4em "Arial", "Helvetica", sans-serif;
	padding: 2px;
}

input:focus, textarea:focus {
	border: 1px solid #5f5f5f;
}

.button input {
	background: #4f4f4f;
	color: #fff;
	padding: 2px 10px;
	text-transform: uppercase;
	border: none;
}

/* Productos */
#products {
}
#products p {
	margin: 2px 0;
}
#products h1 {
	font-size: 170%;
	color: #4f4f4f;
}
#products h2 {
	font-size: 110%;
	font-weight: bold;
	margin: 8px 0 30px 0;
}

.pright {
	margin: 0 0 15px 110px;
}

.itemsp {
	margin: 0 5px;
}
.itemsp a {
	color: #000;
}

.send {
	background: url('/images/send.png') center left no-repeat;
	padding-left: 22px;
}

.pdf {
	background: url('/images/pdf.png') center left no-repeat;
	padding-left: 22px;
}

.car {
	background: url('/images/car.png') center left no-repeat;
	padding-left: 22px;
}

/* Tablas */

.infoproducts {
	text-align: center;
	margin: 5px 0;
	/*border: 1px solid #D4E0EE;
	border-collapse: collapse;*/
}

.infoproducts td {
	background: #f2a885;
	/*border: 1px solid #fff;
	border-collapse: collapse;*/
	padding: 2px 10px;
	font-size: 90%;
}


/* Tables detallado de productos */
.tablaitems {
	width: 100%;
	font-size: 90%;
	border-collapse: collapse;
}
.tablaitems thead th {
	text-align: left;
	padding: 5px 10px;
	font-weight: bold;
	border-bottom: 1px solid #b4b4b4;
}
.tablaitems tbody td {
	margin: 2px 0;
	padding: 4px 6px;
}
.tablaitems .tr01 {
	background: #fcfdfe;
}
.tablaitems .tr02 {
	background: #eef2f8;
}
.tablaitems .tr03, .tabla .tr04 {
	background: #fffff0;
}
.tablaitems tfoot td {
	margin: 2px 0;
	padding: 4px 6px;
	font-weight: bold;
}
.tablaitems img {
	border: none;
}
.tablaitems .lineatop {
	border-top: 1px solid #b4b4b4;
}

/* Areas profesionales */
.tablaitems2 {
	margin: 0;
	padding: 0;
}
.tablaitems2 table {
	width: 100%;
	font-size: 85%;
	border-collapse: collapse;
}
.tablaitems2 table thead td {
	padding: 5px 10px;
	font-weight: bold;
	border-bottom: 1px solid #b4b4b4;
}
.tablaitems2 table tbody td {
	margin: 0;
	padding: 3px 8px;
}
.tablaitems2 table .tr01 {
	background: #fcfdfe;
}
.tablaitems2 table .tr02 {
	background: #eef2f8;
}
.tablaitems2 table .tr03, .tablaitems2 table .tr04 {
	background: #fffff0;
}
.tablaitems2 table tfoot td {
	padding: 5px 10px;
	font-weight: bold;
	border-top: 1px solid #b4b4b4;
}

/* Admin */
.tabla {
	width: 100%;
	font-size: 90%;
	border: 1px solid #d3d1d1;
	border-collapse: collapse;
}
.tabla caption {
	color: #d50b27;
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 10px;
}
.tabla thead th {
	background-color: #d3d1d1;
	text-align: left;
	padding: 5px 10px;
	color: #000;
	border: 1px solid #b8b6b6;
}
.tabla tbody td {
	margin: 0;
	padding: 3px 8px;
	border: 1px solid #d3d1d1;
}
.tabla .tr01 {
	background: #ffffff;
}
.tabla .tr02 {
	background: #fcfcfc;
}
.tabla .tr03, .tabla .tr04 {
	background: #ffffff;
}
.tabla tfoot td {
	margin: 0;
	padding: 5px 10px;
	border: none;
	background: #ffffff;
}

/* Links */

#links {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dotted #afafaf;
}
#links h4 {
	margin: 0;
}
#links p {
	margin: 0;
	padding: 0;
}
#links span {
	font-size: 85%;
	color: #787878;
}
.linkitem {
	width: 100%;
	margin: 0;
	padding: 0;
}
.linkimg {
	border: 1px solid #ddd;
	float: right;
	margin: 5px;
	width: 150px;
	height: 80px;
}

/* Imagenes */

.pictures-left {
	float: left;
	margin-right: 10px;
}
.pictures-right {
	float: right;
	margin-left: 10px;
}

.pics {
	/*border: none;*/
	vertical-align: middle;
}
.thumbpicitem {
	/*width: 200px;
	height: 150px;*/
	margin: 5px;
	text-align: center;
}
/*.thumbpicitem a {
	border: 0 !important;
}*/
.thumbpicitem a img {
	border: 1px dotted #ffffff;
}
.thumbpicitem a img:hover {
	border: 1px dotted #cccccc;
}



/*.thumbpicitem img {
	border: 1px dotted #ccc;
	background: #fafafa;
}

.thumbpicitem img:hover {
	border: 1px dotted #ccc;
}*/

/* Blog */
#blog {
	text-align: center;
}
#blog img {
	border: none;
}

/* News */
#news {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dotted #afafaf;
}
#news h2 {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 130%;
	font-weight: bold;
}
#news span {
	font-size: 85%;
	color: #d50b27;
}
#news p {
	margin: 0;
	padding: 0
}

#news1 {
	margin: 0;
	padding: 0 0 15px 0;
}
#news1 h1 {
	font-size: 150%;
	color: #000;
	font-weight: bold;
	padding-top: 5px;
}
#news1 span {
	font-size: 85%;
	color: #d50b27;
}
#news1 .nresume {
	font-weight: bold;
}

#lastnews {
	margin: 0;
	padding: 10px 0 0 0;
}
#lastnews h2 {
	background: #000;
	margin: 0;
	padding: 6px 0;
	font-size: 110%;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	font-size: 90%;
}
#lastnews a {
	color: #4f4f4f;
	text-decoration: underline;
}
#lastnews a:hover {
	color: #000;
	text-decoration: none;
}
#lastnews p {
	border-bottom: 1px dotted #afafaf;
	margin: 4px;
	padding-bottom: 4px;
}
#lastnews span {
	font-size: 85%;
	color: #d50b27;
}

/* My Account Tabs */

#accounttabs {
	margin: 0 0 15px 0;
	/*padding-top: 15px;
	padding-bottom: 25px;*/
	padding: 15px 0 25px 25px;
	border-bottom: 1px solid #c9c7c7;
}

#accounttabs ul, #accounttabs li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#accounttabs a	{
	background: #d3d1d1;
	color: #000;
	float: left;
	font-size: 90%;
	line-height: 14px;
	margin-right: 5px;
	padding: 5px 6px;
	text-decoration: none;
	border: 1px solid #c9c7c7;
}

#accounttabs a:hover {
	color: #fff;
}

#accounttabs .current {
	background : #fff !important;
	border-bottom : 1px solid #fff !important;
	color : #d50b27 !important;
}

/* Header Print Order */
#headerprint {
	margin: 0;
	padding: 0;
}

#itemsprint {
	float: right;
	padding-top: 40px;
}
.printer a {
	background: url('/images/printer.png') center left no-repeat;
	padding-left: 20px;
}
.close a {
	background: url('/images/close.png') center left no-repeat;
	padding-left: 20px;
}

/* Varios */
.aright { text-align: right !important; }
.acenter { text-align: center !important; }
.aleft { text-align: left !important; }
.fright { float: right !important; }
.fleft { float: left !important; }
.nofloat { float: none !important; }
.clear { clear: both !important; }
.hidden { display: none;}
.upper { text-transform: uppercase; }
.ohp { 	width: 98%; }
.ohp1 {	width: 60%; }
.divider { border-bottom: 1px solid #000; }
.dividerp { border-bottom: 1px dotted #ccc; }
.bnone { border: none; }

.req {
	font-size: 90%;
	font-weight: bold;
	color: #FF0000;
}

#gotop {  
	width: 80px;
	border: 1px solid #ccc;
	background: #f7f7f7;
	text-align: center;
	padding: 5px;
	position: fixed;	/* this is the magic */
	bottom: 10px;		/* together with this to put the div at the bottom*/
	right: 10px;
	cursor: pointer;
	display: none;
	color: #333;
}

.msginfo {
	background: #f0faff url('/images/admin/msginfo.png') 10px no-repeat;
	padding: 8px 30px;
	margin: 10px 0;
	color: #5b5753;
	font-size: 90%;
	cursor: help;
	border: 1px solid #009de2;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.msg {
	background: #fff5f0;
	padding: 8px 30px;
	margin: 10px 0;
	color: #5b5753;
	text-align: center;
	border: 1px solid #e24500;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.slider ul {
	margin: 100px 0 100px 0;
	border-bottom: 1px dotted #ccc;
}

.rss {
	background: url('/images/rss.png') center left no-repeat;
	padding-left: 20px;
}

.addthis_toolbox addthis_default_style {
	margin: 0;
	padding: 0;
}

/* Breadcrumbs */
#breadcrumbs {
	/*margin: 0;*/
	padding: 0 5px 0 0;
	clear: both;
}


/* Rastro de migas */
.rastromenus {
	margin: 0;
	padding: 0;
}
.rastromenus p {
	margin: 4px 0 12px 0;
	padding: 0;
}

/* Language */
#language {
	margin: 0;
	padding: 0;
}
#language h4 {
	margin: 0;
	padding: 2px 0;
}
#language h4 a {
	background: #d3d1d1 url('/images/worldmap.png') 10% 50% no-repeat;
	/*background-color: #d3d1d1;*/
	text-decoration: none;
	color: #000;
	font-size: 90%;
	padding: 5px 10px 5px 60px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#language h4 a span {
	background-image: url('/images/toggle-down.png');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding: 5px 20px 5px 0;
}
#language h4 .menu-open span {
	background: url('/images/toggle-up.png') center right no-repeat;
	color: #d50b27;
}

#languages {
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	
	display: none;
	background: #d3d1d1;
	position: absolute;
	width: 99px;
	z-index: 100;
	border: 1px transparent;
	text-align: left;
	padding: 10px;
	margin: 0 0 0 8px;
	/*top: 222px;
	right: 28px;*/
	color:#789;
}
#languages li {
	list-style: none;
}
#languages li a {
	display: block;
	color: #000000;
}
#languages li a:hover {
	color: #d50b27;
}

#languages .current {
	color: #d50b27;
	font-weight: bold;
}

/*
.lang {
	margin: 0;
	padding: 8px 0 0 0;
	color: #d39900;
	float: right;
}
.lang a {
	color: #d39900;
	text-decoration: none;
	padding: 0 2px;
}
.lang a:hover {
	color: #8a6400;
	text-decoration: underline;
}*/

.certificates {
	display: block;
	width: 330px;
	height: 60px;
	margin: 0;
	padding: 5px 15px;
}

.footermenu {
	background: #000;
	height: 36px;
	padding: 0 15px;
	text-align: center;
}

/* Class Validation */
.tfvHighlight {
	color: #ff0000;
	cursor: pointer;
	text-align: right;
	padding-right: 10px;
	width: 160px;
	float: left;
	font-weight: normal;

}
.tfvNormal {
	color: #000;
	cursor: pointer;
	text-align: right;
	padding-right: 10px;
	width: 160px;
	float: left;
	font-weight: normal;
}

/* Paginator */
.paginator {
	margin: 0 auto;
	padding: 5px 0;
}

.paginator p {
	text-align: center !important;
}

.paginator a {
	padding: 1px 6px;
	border: 1px solid #ede7de;
	background-color: #ede7de;
	text-decoration: none;
	font-weight: bold;
	color: #55452f;
}

.paginator a:hover {
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #55452f;
	background-color: #55452f;
	font-weight: bold;
	color: #fff;
}

.paginator .ezr_nav_na {
	padding: 1px 6px;
	font-weight: bolder;
	border: 1px solid #55452f;
	background-color: #55452f;
	font-weight: bold;
	color: #fff;
}

/* Clear Fix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block; }
/* End hide from IE-mac */

/* Footerline */
#footerline {
	font-size: 80%;
	margin: 0;
	padding: 0;
	clear: both;
}

/* Footer */
#footer {
	background: #fff url('/images/bg-footer.jpg') center top no-repeat;;
	font-size: 85%;
	color: #808080;
	margin: 0;
	padding: 15px 0 5px 0;
	clear: both;
}
#footer a {
	color: #d39900;
	text-decoration: none;
}
#footer a:hover {
	color: #8a6400;
	text-decoration: underline;
}
#footer p {
	margin: 0;
	padding: 0;
}.


/* Estilos tablas */

.Estilo1 {
                color: #f0c716;
                font-weight: bold;
                font-size: 23px;
}
.Estilo2 {
                color: #FFFFFF;
                font-weight: bold;
                font-size: 11px;
}
.Estilo3 {
                color: #FFFFFF;
                font-size: 10px;
}
.Estilo4 {
                color: #EC5F27;
                font-size: 13px;
                font-weight: bold;
}
.Estilo5 {font-size: 22px}
.Estilo7 {
                font-size: 11px;
                color: #FFFFFF;
}
.Estilo9 {
                font-size: 12px;
                font-weight: bold;
}