body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
body {
	background-color: #b4b4b4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/es/common/background.gif);
	background-repeat: repeat-x;
	background-position: center top;
}


/* LINKS */
a:link {
	color: #455B9E;
}
a:visited {
	color: #455B9E;
}
a:hover {
	color: #ECBA00;
}
a:active {
	color: #ECBA00;
}


.titmaquinas a:link {
	color: #2750ac;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.titmaquinas a:visited {
	color: #2750ac;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.titmaquinas a:active {
	color: #e7a300;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.titmaquinas a:hover {
	color: #e7a300;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


.resummaquinas a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.resummaquinas a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.resummaquinas a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.resummaquinas a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}


.fotolink A:link {	  color: #FFFFFF; text-decoration: none; }
.fotolink A:visited { color: #FFFFFF; text-decoration: none; }
.fotolink A:active {  color: #FFC900; text-decoration: none; }
.fotolink A:hover {   color: #FFC900; text-decoration: none; }

.submenu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.submenu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.submenu a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #2a2728;
	font-weight: bold;
}
.submenu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #2a2728;
	font-weight: bold;
}


/* FONDOS */
.norepeat {	
	background-repeat: no-repeat;
}
.repeatx {	
	background-repeat:  repeat-x;
}
.fondo-contenido {
	background-color: #9E9E9E;
	background-image: url(../img/es/common/contenido-background.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.fondo-contenido-top {
	background-image: url(../img/es/common/cont-up_background.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.fondo-cajablanca {
	background-color: #FFFFFF;
	background-image: url(../img/es/common/pie_caja_blanca.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.fondo-separador {
	background-color: #FFFFFF;
	background-image: url(../img/es/index/separador_gris.gif);
	background-position: center center;
	background-repeat: repeat-y;
}


/* FORMULARIOS */
.campo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #4D515C;
	height: auto;
	width: 200px;
}
.campoDcha {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;	
	color: #000000;	
	background-color: #FFFFFF;	
	border: 1px solid #4D515C;
	text-align: right;	
}
.botones {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;	
	font-weight: bold;	
	background-color: #CCCCCC;	
	border: 1px solid #000000;	
	cursor: hand;
}
.comboBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;	
	font-weight: bold;	
	background-color: #FFC801;	
	border: 1px solid #000000;	
	cursor: hand;
}



/* IMAGENES*/
.marcoBlanco {
      FILTER: alpha(opacity=100); opacity: 1; BORDER-RIGHT: #FFFFFF 1px solid; BORDER-TOP: #FFFFFF 1px solid; BORDER-LEFT: #FFFFFF 1px solid; BORDER-BOTTOM: #FFFFFF 1px solid
}
.marcoGris {
      FILTER: alpha(opacity=100); opacity: 1; BORDER-RIGHT: #CCCCCC 1px solid; BORDER-TOP: #CCCCCC 1px solid; BORDER-LEFT: #CCCCCC 1px solid; BORDER-BOTTOM: #CCCCCC 1px solid
}
.marcoNegro {
      FILTER: alpha(opacity=100); opacity: 1; BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid
}
.fotoAclarar {
      FILTER: alpha(opacity=70); opacity: .7;
}
.fotoDesaclarar {
      FILTER: alpha(opacity=100); opacity: 1;
} 
.fotoAclararMarcoBlanco {
      FILTER: alpha(opacity=70); opacity: .7; BORDER-RIGHT: #FFFFFF 1px solid; BORDER-TOP: #FFFFFF 1px solid; BORDER-LEFT: #FFFFFF 1px solid; BORDER-BOTTOM: #FFFFFF 1px solid
}
.fotoAclararMarcoGris {
      FILTER: alpha(opacity=70); opacity: .7; BORDER-RIGHT: #CCCCCC 1px solid; BORDER-TOP: #CCCCCC 1px solid; BORDER-LEFT: #CCCCCC 1px solid; BORDER-BOTTOM: #CCCCCC 1px solid
}
.fotoAclararMarcoNegro {
      FILTER: alpha(opacity=70); opacity: .7; BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid
}

.fotoDesaclararMarcoBlanco {
      FILTER: alpha(opacity=100); opacity: 1; BORDER-RIGHT: #FFFFFF 1px solid; BORDER-TOP: #FFFFFF 1px solid; BORDER-LEFT: #FFFFFF 1px solid; BORDER-BOTTOM: #FFFFFF 1px solid
}
.fotoDesaclararMarcoGris {
      FILTER: alpha(opacity=100); opacity: 1; BORDER-RIGHT: #CCCCCC 1px solid; BORDER-TOP: #CCCCCC 1px solid; BORDER-LEFT: #CCCCCC 1px solid; BORDER-BOTTOM: #CCCCCC 1px solid
}
.fotoDesaclararMarcoNegro {
      FILTER: alpha(opacity=100); opacity: 1; BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid

}


/* TEXTOS*/
.arial11 {	
	font-family: arial;	font-size: 11px;
}
.arial11just {
	font-family: arial;
	font-size: 11px;
	text-align: justify;
}
.mono11 {
	font-family: "Courier New", Courier, monospace;	
	font-size: 10px;	
	color: #000000;
}
.ver9 {	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 9px;
}
.ver10 {	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;	
	color: #000000;
}
.ver10red {	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;	
	color: #D80017;
}
.txtminititulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #2750ac;
}
.txtminititulo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #2750ac;
}
.txtnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.txtnormalcursiva {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}
.txt-fecha {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.txt-fecha-noticias {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}


/* TABLAS*/
.celda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #1451A4;
	color: #000000;
}

.celAviso {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF; /* #FFEE88; */
	border: 1px solid #CC0000;
	color: #000000;
}
.celInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF; /* #FFEE88; */
	border: 1px solid #CCCCCC;
	color: #000000;
}

.separador-productos {
	background-color: #FFFFFF;
	background-image: url(../img/es/index/separador-prods.gif);
	background-repeat: repeat-x;
	background-position: center center;
}


.txt_fich_tit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}
.txt_fich_contenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}