body 
{
	margin: 0 0 0 0;
	background-image: url(../img/fondoazul-2.jpg);	
}

a, a:visited
{
	text-decoration: none;
	color: #000000;
}
a:hover
{
	color: #F0B239;
	text-decoration: underline;
}

a.inv, a.inv:visited
{
	text-decoration: none;
	color: #FFFFFF;
}
a.inv:hover
{
	color: #FFFFFF;
	text-decoration: underline
}

a.mas, a.mas:visited
{
	text-decoration: none;
	color: #BBBBBB;
}

a.mas:hover
{
	color: #F0B239;
	text-decoration: underline;
}
a.buscar, a.buscar:visited
{
	text-decoration: none;
	color: #000000;
}
a.buscar:hover{
	color: #CC0000;
	text-decoration: underline;
}
a.seccion, a.seccion:visited
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.seccion:hover
{
	color: #CC0000;
	text-decoration: underline;
}

td 
{
	font-family: Arial;
	font-size: 9pt;
}

td.ff
{
    background-color: #FFFFFF;
}


ul
{
	margin-top: 10px;
}

li
{
	margin-left: -20px;
}

ul.lista li,
div.contenido li
{
	list-style-image: url(../img/bullet-amarillo.gif);	
	margin-left: -20px;

}
.cita,
a.cita:visited
 {
color: #647bb1;
}

h1 {
	color: #647bb1;
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 4px;
}
h2 {
	color: #647bb1;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 0px;
}
h2 a:link, h2 a:visited { color: #647bb1; }
h2 a:hover { color: #F0B239; }

.intro { font-size: 10pt; }

/* Forma de contacto */
input.contacto, textarea.contacto {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	height: 16px;
	width: 350px;
	BACKGROUND: #FFFFAA;
	BORDER-BOTTOM: #CCCCCC 1px solid;
	BORDER-LEFT: #CCCCCC 1px solid;
	BORDER-RIGHT: #CCCCCC 1px solid;
	BORDER-TOP: #CCCCCC 1px solid;
	font-family: Arial;
}
.contacto TD
{
	border-right: 0px solid #ffffff;
	border-collapse: collapse;
	font-weight : normal;
	line-height : 11px;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

/* submenu */
table.submenu {
	width: 340px;
}
td.submenu {
	color: #FFFFFF;
	background-color: #CC0000;
	font-weight: bold;
	padding-left: 5px;
}
td.submenu2 {
	padding-left: 5px;	
}
td.submenu2, td.submenu2 a, td.submenu2 a:visited, td.submenu2 a:hover {
	color: #FFFFFF;
	font-weight: normal;
	background-color: #666666;
}

/* Se usa para la nota de la página de administración de inventarios */
td.nota
{
	font-size: x-small;
	font-weight: bold;

}
/* Usado en liga de versión para imprimir */
div.imprimir a, div.imprimir a:visited
{
	color: Gray;
	font-weight: bold;
}
div.imprimir a:hover {
	
color: #CC0000;
}
/* Se usa en las páginas de historias de éxito, nuevos productos y comunicados  */
td.seccion_noticias {
	font-weight: bold;
	width: 90px;
}


