body {
	margin: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;/*#CCCCCC;*/
	font-family: "Trebuchet MS", "Lucida Sans", sans-serif;
	font-size: 10pt;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #cc0033;
}

.menu_categorias {
	overflow: auto;
	height: 515px;
	width: inherit;
}

.listado_productos {
	overflow: auto;
	height: 425px;
	width: inherit;
}
.categoria {
	font-family: Georgia, Garamond, serif;
	font-size: 14pt;
	color: gray;
	font-weight: normal;
	font-style: italic;
}
.subcategoria {
	font-family: "Trebuchet MS", "Lucida Sans", sans-serif;
	font-size: 10pt;
	color: black;
}
.nombre_producto {
	font-family: "Trebuchet MS", "Lucida Sans", sans-serif;
	font-size: 9pt;
	color: gray;
	font-weight: bold;
}
.descripcion_producto {
	font-family: "Trebuchet MS", "Lucida Sans", sans-serif;
	font-size: 9pt;
}
.separador_linea {
	height: 5px;
}
.formulario_producto {
	font-family: "Trebuchet MS", "Lucida Sans", sans-serif;
	font-size: 10pt;
	color: gray;
}
.campo_cantidad {
	width: 40px;
	border: solid;
	border-width: 1px;
	border-color: gray;
	padding-left: 2px;
}
.link_agregar_cartilla {
	text-align: center;
}
.aviso_productos {
	text-align: center;
	font-family: sans-serif;
	font-size: 9pt;
	color: gray;
	font-weight: bold;
	width: 80%;
	position: relative;
	left: 40px;
	top: 180px;
}

.cartilla {
	overflow-y: auto;
	overflow-x: auto;
	height: 268px;
	width: 214px;
	padding-left: 4px;
	font-family: "Trebuchet MS", "Lucida Sans", sans-serif;
	font-size: 9pt;
	color: black;
}
.aviso_envio {
	padding: 0px 20px 0px 20px;
	font-family: "Trebuchet MS", "Lucida Sans", sans-serif;
	font-size: 9pt;
	text-align: center;
	color: black;
	position: relative;	
	bottom: -15px;
}
.finalizar_cartilla {
	text-align: center;
	height: 18px;
	position: relative;
	bottom: -10px;
}
.total_cartilla {
	font-weight: bold;
}
.campo_registro {
	width: 99%;
	border: solid;
	border-width: 1px;
	border-color: gray;
	padding-left: 2px;
}
.aviso_registro_container {
	width: 200px;
}
.aviso_registro {
	font-family: "Trebuchet MS", "Lucida Sans", sans-serif;
	font-size: 10pt;
	font-style: italic;
	color: black;
}
.texto_registro {
	font-family: "Trebuchet MS", "Lucida Sans", sans-serif;
	font-size: 10pt;
	color: black;
}

.titulo_registro {
	font-family: Georgia, Garamond, serif;
	font-size: 14pt;
	color: gray;
	font-weight: normal;
	font-style: italic;
}
.error_formulario {
	font-family: "Trebuchet MS", "Lucida Sans", sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: red;
	padding-bottom: 0px;
	position: relative;
}
.celda_error_formulario {
	padding: 0px 0px 0px 4px;
}
.area_principal {
	overflow: auto;
	height: inherit;
	width: inherit;
}
.aviso_area_principal {
	text-align: center;
	color: black;
	position: relative;
	left: 100px;
	top: 180px;
	width: 70%;
}
.aviso_datos_registracion {
	text-align: left;
	position: relative;
	left: 100px;
	top: 100px;
	width: 70%;
}
.formulario_contacto {
	position: relative;
	width: 80%;
	top: 40px;
	left: 50px;
}
.aviso_mapa_cobertura {
	text-align: center;
	font-style: italic;
	padding: 20px 20px 20px 20px;
	width: 90%;
}
.aviso_cantidad {
	height: 90px;
	width: 90%;
	font-size: 9pt;
	color: gray;
	text-align: center;
	padding: 0px 10px 0px 10px;
	overflow-y: hidden;
}