/* Cuerpo y propiedades de la pagina */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
/* ----------- LINKS ----------------*/

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; }

a.content:link { text-decoration: none; color:#333333; }
a.content:visited { text-decoration: none; color:#333333; }
a.content:hover { text-decoration: underline; color:#333333; }
a.content:active { text-decoration: none; color:#333333; }

a.menucentral:link { text-decoration: none; color:#CCCCCC; font-weight:bold; }
a.menucentral:visited { text-decoration: none; color:#cccccc; font-weight:bold; }
a.menucentral:hover { text-decoration: underline; color:#cccccc; font-weight:bold; }
a.menucentral:active { text-decoration: none; color:#ffffff; font-weight:bold; }

a.galeria:link { text-decoration: none; color:#333333; }
a.galeria:visited { text-decoration: none; color:#333333; }
a.galeria:hover { text-decoration: underline; color:#333333; }
a.galeria:active { text-decoration: none; }

a.toolmenu:link { text-decoration: none; color:#333333; }
a.toolmenu:visited { text-decoration: none; color:#333333; }
a.toolmenu:hover { text-decoration: underline; color:#333333; }
a.toolmenu:active { text-decoration: none; }

a.link_div:link { font-weight:bold; color:#FFFFFF; }
a.link_div:visited { font-weight:bold; color:#FFFFFF; }
a.link_div:hover { text-decoration:underline; font-weight:bold; color:#FFFFFF; }
a.link_div:active { text-decoration:underline; font-weight:bold; color:#FFFFFF; }

a.imagelink:link { text-decoration: none; color:#333333; }
a.imagelink:visited { text-decoration: none; color:#333333; }
a.imagelink:hover { text-decoration: underline; color:#333333; }
a.imagelink:active { text-decoration: none; }

/* ---------------------- LIEBHERR -------------------- */
/* - LINKS - */
a.liebherr_menu:link { font-weight:bold; text-decoration: none; color:#000000; }
a.liebherr_menu:visited { font-weight:bold; text-decoration: none; color:#000000; }
a.liebherr_menu:hover { font-weight:bold; text-decoration: underline; color:#000000; }
a.liebherr_menu:active { font-weight:bold; text-decoration: none; color:#999999; }

a.liebherr_submenu:link { text-decoration: none; color:#000000; }
a.liebherr_submenu:visited { text-decoration: none; color:#000000; }
a.liebherr_submenu:hover { text-decoration: underline; color:#000000; }
a.liebherr_submenu:active { text-decoration: none; color:#999999; }

/* ---------------------- MASSEY FERGUSON -------------------- */
/* - LINKS - */
a.mf_menu:link { font-weight:bold; text-decoration: none; color:#000000; }
a.mf_menu:visited { font-weight:bold; text-decoration: none; color:#000000; }
a.mf_menu:hover { font-weight:bold; text-decoration: underline; color:#000000; }
a.mf_menu:active { font-weight:bold; text-decoration: none; color:#999999; }

a.mf_submenu:link { text-decoration: none; color:#000000; }
a.mf_submenu:visited { text-decoration: none; color:#000000; }
a.mf_submenu:hover { text-decoration: underline; color:#000000; }
a.mf_submenu:active { text-decoration: none; color:#999999; }



/* -----------GENERAL-------------------*/

.foot{
	font-size:9px;
	color:#CCCCCC;
	}
.menucentral { color:#CCCCCC; }
.quickbox{}
.ciainfo{
	font-size:9px;
	color:#333333;
}
.form {
	font-family:Verdana;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	color:#333333;
	}

.img-shadow {
    float:left;
    background: url(img/shadowAlpha.png) no-repeat bottom right !important;
    background: url(img/shadowAlpha.png) no-repeat bottom right;
    margin: 10px 0 0 10px !important;
    margin: 10px 0 0 5px;
 }
.img-shadow img {
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    margin: -6px 4px 4px -6px;
    padding: 4px;
 }
 
 img.imgborder {
    display: block; /* IE won't do well without this */
    padding: 2px; /* This creates a border around the image */
    background-color: #f3f3f3; /* Background color of the border created by the padding */
    border: 1px solid #f3f3f3; /* A 1 pixel greyish border is applied to the white border created by the padding */
}  

/*--------------  T I T U L O S  -----------------*/
.tt_quickbox{ font-weight:bold; text-decoration:none; color:#FFFFFF; }