.login{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: black;
}
.menuGestion{
	position: absolute;
	left: 50px;
	top: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	font-weight: bold;
}
.contenido{
	position: absolute;
	left: 350px;
	top: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:black;
}
.celdaGestion{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:black;
	border-bottom: solid black 1px;
	padding-left: 10px;
	padding-right:5px;
}
.cabeceraGestion{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	background-color: black;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 5px;
}
.tituloGestion{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: black;
	font-weight: bold;
}
input, textarea, select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
.nombreProducto{
	font-family: Georgia;
	font-size: 11px;
	font-style: italic;
	color: #B0172A;
	text-transform: uppercase;
	padding-left: 4px;
	padding-top:4px;
	font-weight: bolder;
}
.descripcionProducto{
	font-family: Georgia;
	font-size: 11px;
	font-style: italic;
	color: black;
	padding-left: 4px;
}
.categorias{
	font-family: Georgia;
	font-size: 10px;
	color: white;
	font-style: italic;
	list-style-type:none;
	text-align:center;
	background-color: black;
	height: 32px;
	width: 98px; 
	border:solid #4E4E4E 1px;
	vertical-align:middle;
	cursor: hand;
	cursor: pointer;
}
.desplegable{
	font-family: Georgia;
	font-size: 10px;
	font-style: italic;
	text-align: left;
	padding-left: 20px;
	background-image: url(images/desplegable.jpg);
	background-repeat: no-repeat;
	cursor: hand;
	cursor:pointer;
}
.textoDesplegable{
	font-family: Georgia;
	font-size: 10px;
	font-style: italic;
	text-align: center;
	text-decoration: none;
}

