/* Clases predeterminadas globales */
body { 
	background-color: #FFFFFF; 
	background-image: url(img/back-head.jpg);
    background-repeat: repeat-x;
	color: black; 
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;}
table {
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;}
img {
	border: 0px;}

/* Clases opcionales globales */
.titulo { 
	font-size: 16px; 
	font-weight: bold;
	color: blue;
	text-align: center;}
.subtitulo { 
	font-size: 14px; 
	font-weight: bold;
	background-color: #565656;
	color: white; }
.subsubtitulo { 
	font-weight: bold;
	background-color: #565656;
	color: white; }
.small {
	font-size: 8px;
	font-weight: bold;
}

/* Clases especificas menu principal */
#head {
	height: 92px;
	width:996px;
}

#menu{
	position: absolute;
	top: 54px;
	left: 328px;
	height: 38px;
	width: 668px;
	z-index:10;
}	

#menu ul{
	margin:0;
	padding:0;
	list-style:none none;
}

#menu li{
	list-style:none none;
	float: left;
}

#menu li img{
	margin-left:1px;
	margin-right:1px;
}

#logo{
	float: left;
	z-index:100;
	margin-top:5px;
	margin-left:6px;
	margin-right:6px;
}

/* Especificos a tablas */
table.menu { 
	font-size: 12px; 
	text-decoration: none;
	margin: 3px;
	width: 180px;
	background-color: #efefef;
	vertical-align: top;}

table.cuerpo {
	width: 780px;}

	/* Especificos a tablas->TD */
td.blue {
	text-align: center;
	vertical-align: middle;
	color: white;
	background-color: #000099;}
td.wine {
	text-align: center;
	vertical-align: middle;
	color: white;
	background-color: #990000;}
td.green {
	text-align: center;
	vertical-align: middle;
	color: white;
	background-color: #009900;}
td.gray{
	border-width: thin;
	border-style: solid;
	vertical-align: middle;
	background-color: #999999;}
td.gray_c{
	text-align: center;
	vertical-align: middle;
	background-color: #999999;}
td.gray_r{
	text-align: right;
	vertical-align: middle;
	background-color: #999999;}
td.white{
    border-width: thin;
	border-style: solid;
    vertical-align: middle; }
td.white_c{
	text-align: center;
	vertical-align: middle; }
td.white_r{
	text-align: right;
	vertical-align: middle; }
td.red_c{
	text-align: center;
	vertical-align: middle;
	color: white;
	background-color: #FF0000}
td.red_r{
	text-align: right;
	vertical-align: middle;
	color: white;
	background-color: #FF0000}
	
td.menu {
	background-color: #efefef;}
td.menu_sec { /*Menu Seccion*/
	font-size: 12px; 
	font-weight: bold;
	background-color: #1f1ffc;
	color: white; }
a.menu {
	text-decoration:none;
	color: #1f58cd}
/* Especificos a links */
a.menu_b { 
	font-weight:bold;
	text-decoration: none;
	color: white;}
a.menu_w { 
	font-weight:bold;
	text-decoration: none;
	color: #202020;}
	
/* Especificos a listas */
ul.menu_lat {
	padding:0px;
	margin-left:6px;
	margin-top:3px;
	font-size: 10px;
	line-height: 100%;
	list-style-type:none;}
ul.menu_lat_big {
	padding:0px;
	margin-left:5px;
	margin-top:3px;
	margin-bottom:1px;
	font-size: 12px;
	line-height: 140%;
	list-style-type:none;}
	/* Alineacion de imagenes de flujo productos */
img.flujo {
  clear: right;
  float: right;
  margin-left: 4px;
}