html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none;
	}
.fondo {
	font-family: Verdana, Helvetica, sans-serif;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image:  url("images/fondo.jpg");
	background-repeat:  repeat-x;
	background-position: left bottom;
	margin: 0;
	padding: 0;
	height:100%;
    border:none;
}
.fondo_rojo {
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-color: #FFFFFF;
	/*background-image:  url("images/degr.jpg");*/
	background-repeat:  repeat-y;
	background-position: right top;
	padding-left:5px;
	margin: 0px 0px 0px 0px;
	vertical-align:bottom;
}
.blanco_chico{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	}
.cuadro_blanco {
	font-weight:bold;
	width: 80px;
	height: 50px;
}
.raya_roja{
	background-color:#db0c41;
	width: 120px;
	background-image:url(images/text_techo.jpg);
	background-position:top right;
	background-repeat:repeat;
}
.maximo{
	width:100%;
	height:100%;
	}
.blanco_borde {
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #f7cb5e;
	width: 30px;
}
.blanco_borded {
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #f7cb5e; /*#f8c033;*/
}
.sombra_h{
	background-image: url("images/sombra.gif");
	background-position:top left;
	background-repeat:repeat-x;
	}
.sombra_menu{
	width:100%;
	height:100%;
	vertical-align:top;
	background-image: url("images/sombraB.gif");
	background-position:top left;
	background-repeat:repeat-x;
	text-align:center;
}
h1{
	color: #c8a023;
	text-align:left;
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
h2{
	color: #c8a023;
	text-align:left;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.texto{
	color: #555555;
	text-align:justify;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.texto_negrita{
	color: #555555;
	text-align:justify;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.texto_contactanos{
	color: #555555;
	text-align:right;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
}
div.flotante {

	width: 100px;
	height: 130px;
  	float: left;
	padding: 25px;
  }
 div.flotanteh {
	 background-color:#f9df9f;
	border-style:solid;
	border-color:#DDDD88;
	border-bottom-width:1px;
	border-left-width:0px;
	border-right-width:1px;
	border-top-width:0px;
	background-image:url(images/productos/fondoMarco.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	width: 610px;
	padding-left:40px;
	height:275px;
	text-align:left;
  }
.texto_foto{
	color: #444444;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:none;
	padding:5px;
}
img.prod{
	border-bottom-width:1px;
	border-bottom-color:#989898;
	border-bottom-style:solid;
}
img.prods{
	border-bottom-width:1px;
	border-bottom-color:#BCBCBC;
	border-bottom-style:solid;
}
table.menu{
	background-color:#d49100;
	background-image:url(images/menu/fondo.gif);
	background-position:top left;
	background-repeat:repeat;
	width:100%;
	padding:0;
	margin:0;
	height: 23px;
}
table.menu td.esquina{
	background-color:#d49100;
	background-image:url(images/menu/esquina.gif);
	background-position:top left;
	background-repeat:repeat-x;
	width:10px;
	padding:0;
	margin:0;
	height: 23px;
}
table.menu a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#222222;
	text-decoration:none;
}
table.menu a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
.texto_mensaje{
	color: #6955E9;
	text-align:center;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
table.menu a:active{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.menu_barra{
	color: #f8c033;
	text-align:center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	vertical-align:middle;
}
.encabezado{
	background-color:#c8a023;
	text-align:center;
	border-bottom-color:#666666;
	border-bottom-style:solid;
	border-bottom-width:2px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
.registro{
	text-align:left;
	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-bottom-width:1px;
	font-size:13px;
	color:#333333;
}
/* SUBMENU*/
.submenu{
	padding:0;
	height:29px;
	border-width:0px;
	vertical-align:middle;
	text-align:center;
	overflow:visible;
	float:left;
}
.s100{
	background-image:url(images/vacias/N0xx.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:29px;
	width:15px;
}
.s010{
	background-image:url(images/vacias/Nx0x.gif);
	background-position:top left;
	background-repeat:repeat-x;
	height:29px;
}
.s001{
	background-image:url(images/vacias/Nxx0.gif);
	background-position:top right;
	background-repeat:no-repeat;
	height:29px;
	width:15px;
}
.s100n{
	background-image:url(images/vacias/S0xx.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:29px;
	width:15px;
}
.s010n{
	background-image:url(images/vacias/Sx0x.gif);
	background-position:top left;
	background-repeat:repeat-x;
	height:29px;
}
.s001n{
	background-image:url(images/vacias/Sxx0.gif);
	background-position:top right;
	background-repeat:no-repeat;
	height:29px;
	width:15px;
}
.submenu_link{
	color: #333333;
	text-align:center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	vertical-align:middle;
	text-decoration:none;
}
.submenu_link:link{
	color: #333333;
	text-align:center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	vertical-align:middle;
	text-decoration:none;
}
.submenu_link:hover{
	color: #333333;
	text-align:center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	vertical-align:middle;
	text-decoration:none;
}
.submenu_link:visited{
	color: #333333;
	text-align:center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	vertical-align:middle;
	text-decoration:none;
}
a:link {
	color:#990000;
	text-decoration:underline;
}
a:hover {
	color:#C00000;
	text-decoration:none;
}
a:visited {
	color:#660000;
}
a:active {
	color:#FF0000;
}
a.inicio:link {
	color:#999999;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
a.inicio:hover {
	color:#555555;
	text-decoration:underline;
}
a.inicio:visited {
	color:#999999;
	text-decoration:none;
}
a.inicio:active {
	color:#990000;
}

