/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-image: url(img/back.png);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	background-color: #9AC4EB;
	font-size: 11px;
}
.hbackprod{
	background-image: url(/img/home_back_prod.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.titulo{
	color: #145E89;
	font-size: 16px;
	font-weight: bold;
}
.subtitulo{
	color: #097BB6;
	font-size: 12px;
	font-weight: bold;
}
.titulo a{
	color: #145E89;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.tituloseleccion{
	color: #097BB6;
	font-size: 14px;
	font-weight: bold;
	padding: 7px 0 0 0;
	margin: 0;
}
.tituloseleccionblanco{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 7px 0 0 0;
	margin: 0;
}
.cantidad{
	color: #333333;
	background-color: #F2F2F2;
	border: 1px solid #145E89;
	font-size: 10px;
	text-align: right;
}
.txtred{
	color: #ff0000;
}
.txtblank{
	color: #FFFFFF;
}
.txtblack{
	color: #000000;
}
.linkazul{
	color: #0B4C87;
	font-weight: bold;
	text-decoration: none;
}
.linkazul:hover{
	color: #097BB6;
}
.azul{
	color: #0B4C87;
}
.filablanca {
	background-color: #FFFFFF;
}
.filagris {
	background-color: #ECECEC;
}
.small{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.linksmall{
	font-size: 9px;
	color: #0B4C87;
	font-weight: bold;
	text-decoration: none;
}
.linksmall:hover{
	color: #097BB6;
}
.tabla_contacto{
	margin: 3px 30px;
}
/* MENU PRODUCTOS */
.menucat1 {
	padding: 3px 0;
	margin: 0;
	line-height: 11px;
}
.menucat1 a{
	color: #097BB6;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.menucat2 {
	padding: 3px 0;
	margin: 0;
	line-height: 11px;
}
.menucat2 a{
	color: #09508F;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.menucat2 a:hover{
	color: #097BB6;
}
.menuitem2 {
	padding: 2px 0;
	margin: 0;
	background-color: #FFFFFF;
}
.menuitem2 a{
	color: #097BB6;
	font-size: 11px;
	text-decoration: none;
}
.menuitem2 a:hover{
	color: #333333;
}
.menuitem2 .selec{
	color: #097BB6;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
/* PIE */
.footmenu{
	color: #085194;
	font-size: 11px;
}
.footmenu a{
	color: #085194;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.footmenu a:hover{
	color: #097BB6;
}
.foot{
	color: #FFFFFF;
	font-size: 11px;
}
.foot a{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.foot a:hover{
	color: #FFFFCC;
}
.foot .linksm{
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.foot .linksm:hover{
	color: #FFFFCC;
}

/* TITULOS*/
h1 {
	color: #145E89;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h2 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
p{
	margin: 0;
	padding: 0 0 10px 0;
}

.titulo h1{
	padding: 5px 0 0 0;
}
	
/* home */
h1.titulo_imagen_quienes_somos {
	width: 161px; height: 27px;
	position: relative;
}
h1.titulo_imagen_quienes_somos span {
	background: url("img/home_titu_quienes.gif");
	position: absolute;
	width: 100%;
	height: 100%;
}
h1.titulo_imagen_catalogo_prductos {
	width: 225px; height: 27px;
	position: relative;
}
h1.titulo_imagen_catalogo_prductos span {
	background: url("img/home_titu_catalogo.gif");
	position: absolute;
	width: 100%;
	height: 100%;
} 

