/*	Hoja de estilos creada para la presentación del producto	*/
body {
/*	font-family: Arial, Helvetica, sans-serif;*/
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#nonFooter {
	background: #fff url(./img/95c9ed.gif) repeat-y 0;
}
h1 {
	font-variant: small-caps;
	color: #000;
	font-size: 24px;
}
h2 {
	color: #000;
	font-weight: normal;
	margin: 5px;
	font-size: 16px;
}
div.menu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
img.texto {
	float: left;
	width: 80px;
	height: 80px;
	border: none;
	margin-right: 5px;
}
/*	Descripción del producto	*/
div.descripcion {
	/*border: 1px solid #b4b4b4;
	background-color: #f0f0f0;*/
	border: none;
	margin: 7px 0 0 0;
	padding: 5px;
	clear: both;
	height: 114px;
	width: 600px;
	background-image: url(img/fondoDesc.jpg);
	background-repeat: no-repeat;
}
* html div.descripcion {
	padding-top: 10px;
}
div.descripcion h3 {
	font-size: 14px;
	color: #003399;
	font-variant: small-caps;
	font-weight: bold;
	margin: 5px 0 0 5px;
}
div.descripcion p {
	font-size: 12px;
	text-align: justify;
	margin: 5px 15px 5px 90px;
}
div.descripcion ul {
	margin: 5px;
	padding: 0;
	float: left;
}
div.descripcion li {
	list-style: none;
/*list-style-type: disc;*/
list-style-position: inside;
}
div.precios {
	/*border: 1px solid #b4b4b4;
	background-color: #f0f0f0;*/
	border: none;
	margin: 7px 0 0 0;
	padding: 5px;
	clear: both;
	height: 130px;
	background-image: url(img/fontoPrec.jpg);
	background-repeat: no-repeat;
}
* html div.precios {
	padding-top: 10px;
}
div.precios img {
	margin-top: 10px;
}
div.precios h3 {
	font-size: 18px;
	color: #003399;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0;
	margin-top: 5px;
}
div.precios table {
	border: none;
	border-collapse: collapse;
}
div.precios td {
	font-size: 14px;
}
div.precios td.desc {
	width: 350px;
}
div.precios td.precio {
	text-align: right;
	font-weight: bold;
}
div.nota {
	text-align: right;
	margin: 2px;
	padding: 0;
	padding-top: 5px;
	padding-right: 80px;
}
div.contratar {
	padding: 5px;
	text-align: center;
	width: 100%;
}
div.contratar a {
	font-size: 18px;
	color: #003399;
	font-weight: bold;
	margin: 0;
	margin-top: 5px;

}
div.contratar img {
	border: none;
	margin: 5px;
}
/*	Opciones para el menú lateral	*/
div.menu ul ul#submenu {
	padding: 10px 0 0 0;
	margin: 0 5px 0 5px;
	border: none;
}
div.menu ul#submenu li {
	font-size: 12px;
}
div.menu ul#submenu li a {
	font-weight: normal;
}
div.menu ul#submenu li a:hover {
	font-weight: normal;
}
.oculto {
	position: absolute;
	top:0;
	left: -4000px;
}
.visible {
	position: static;
	display: table;
	top: 0;
	left: 1em;
}

