/* CSS Document */
body {
	font-family: Tahoma, "Trebuchet MS", Arial, Helvetica;
}

#lista li {
	list-style-type: square;
	font: 100% Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 6px;
}

#sublista li {
	list-style-type: disc;
	font: 100% Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 6px;
}

#subsublista li {
	list-style-type: circle;
	font: 100% Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 6px;
}

#lista ol {
	font: 100% Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 6px;
}

#menu ul, li {
	list-style-type: none;
	font: 95% Tahoma, "Trebuchet MS", Arial, Helvetica;/*95%*/
	font-weight: bold;
}

#menu ul {
	margin: 0;
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom:28px;
}

#menu li {
	margin-left: 15px;/*15*/
	float: left;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover {
	color: #FFFF00;
	text-decoration: none;
}

#idioma ul, li {
	list-style-type: none;
}

#idioma ul {
	margin: 0;
	padding: 0;
	margin-top: 0px;
	padding-right: 20px;
	padding-top: 6px;
}

#idioma li {
	margin-right: 10px;
	float: left;	
}

#idioma a {
	color: #FFFFFF;
	text-decoration: none;
}

#idioma a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#idioma a:hover {
	color: #FFFF00;
	text-decoration: none;
}

#idioma img {
	border: none;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #0000CC;
	text-decoration: none;
}

#enlace a {
	color: #FFFFFF;
	text-decoration: none;
}

#enlace a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#enlace a:hover {
	color: #0000CC;
	text-decoration: none;
}

#cliente a {
	color: #000000;
	text-decoration: none;
}

#cliente a:link {
	color: #000000;
	text-decoration: none;
}

#cliente a:hover {
	color: red;
	text-decoration: none;
}

#deslizador {
	overflow: auto;
	height: 100%;
	scrollbar-3dlight-color: #64CE47;
	scrollbar-arrow-color: #64CE47;
	scrollbar-base-color: #64CE47;
	scrollbar-darkshadow-color: black;
	scrollbar-face-color: #216D00;
	scrollbar-highlight-color: black;
	scrollbar-shadow-color: black;
}

#linkProducto a {
	color: #000000;
	text-decoration: none;
}

#linkProducto a:link {
	color: #000000;
	text-decoration: none;
}

#linkProducto a:hover {
	color: red;
	text-decoration: none;
}

#pie {
	font-family: Tahoma, "Trebuchet MS", Arial, Helvetica;
	font-size: x-small;
	font-weight: bold;
}

div.forgotPass h2 {
	color: #FF0000;
	font-size:16px;
	text-align: center;
}