﻿body
{
	margin: 0;
	font-family: Verdana;
	font-size: 9pt;
	background-color: #fff;
	background-image: url(../img/fondobody.jpg);
	background-position: top;
	background-attachment: fixed;
	background-repeat: repeat-x;
	color: #666;
}
a
{
	text-decoration: none;
}

#loader
{
	cursor: pointer;
	border: solid 1px #ccc;
}
.enlaceEntrada
{

	color:#000;
	text-decoration:none;
	border:0;
	}
	.enlaceEntrada:hover
{
	color:#666;
	border-bottom:dotted 1px #ccc;
	
	}
.fineprint
{
	font-size: .8em;
	margin-top: 20px;
	font-weight: bold;
}
.menu
{
	display: block;
	padding-left: 20px;
	color: #999;
	line-height: 22px;
	text-decoration: none;
	font-size: 11px;
}
.menu:hover
{
	color: #000;
	background-color: #eaeaea;
	border-left: solid 3px #aaa;
}

.enlaceInicio
{
	color: #444444;
	font-size: 11px;
	text-decoration: none;
}
.enlaceInicio:hover
{
	color: #000;
	border-bottom: dotted 1px #888;
}

h1
{
	font-size: 18pt;
	font-family: Verdana, Sans-Serif;
	font-variant: small-caps;
	color: #606060;
	margin-bottom: 0;
	cursor: default;
}

h2
{
	font-size: 14pt;
	font-family: Verdana, Sans-Serif;
	font-weight: normal;
	color: #444;
	margin-bottom: 15px;
	cursor: default;
	border-bottom: dotted 2px #aaa;
	width: 705px;
}

.enlacePie
{
	color: #555;
}

.enlacePie:hover
{
	color: #222;
	text-decoration: underline;
	/*background-color: #fff;*/
}

.bordeImagen
{
	margin-left: 10px;
	border: solid 1px #ccc;
}
.descripcionCortaArticulo
{
	font-size: 18px;
	color: #000;
	cursor: default;
	font-weight: bold;
}
.tituloProducto, .tituloProducto h1
{
	font-size: 12px;
	border-bottom: dotted 1px #ddd;
	color: #606060;
	margin:0;
	padding:0;

	cursor: pointer;
}
.tituloProducto:hover
{
	border-bottom: dotted 1px #000;
	color: #000;

	cursor: pointer;
}

.detalleProducto
{
	font-size: 10px;
	color: #606060;
}

.enlaceElaboracion
{
	color: #af8c2e;
}

.enlaceElaboracion:hover
{
	text-decoration: underline;
	color: #000;
}
.enlaceAzul
{
	color: #0055ff;
	text-decoration: underline;
}

.enlaceAzul:hover
{
	text-decoration: underline;
	color: #000;
}
.alinearDerecha
{
	text-align: right;
	border: solid 1px #aaa;
	background-color: #fafafa;
}

.controlesFormulario, .controlesFormularioNum,.controlesFormularioDec
{
	border: solid 1px #aaa;
	background-color: #fafafa;
}
.controlesFormularioDec
{text-align:right;
	}

.numeric
{
	border: solid 1px #aaa;
	background-color: #fafafa;
}
a.rolla
{
	width: 220px;
	height: 385px;
}
img.rolla
{
	border: 0;
}

.cajatextologin
{
	border: solid 1px #aaa;
	background-color: #fafafa;
	font-size: 10px;
}

.menuAdmin
{
	
	padding: 10px;
	background-image: url(../img/fondoAdminmenu.gif);
	background-repeat: repeat-x;
}

.menuAdmin a
{width: 190px;
	display: block;
	line-height: 40px;
	border-bottom: dotted 1px #ccc;
	color: #888;
	font-size: 14px;
	text-indent: 3px;
}
.menuAdmin a:hover, .menuAdmin a:active
{
	color: #000;
	padding-top: 2px;
	line-height: 38px;
	width: 188px;
	padding-left:2px;
}


.Cabecera
{
	font-weight: bold;
	color: #4e4e4e;
	font-size: 10pt;
	font-family: Tahoma, Sans-Serif;
	font-style: normal;
	background-image: url(../img/FondoCabGris.gif);
	background-repeat: repeat-x;
	height: 25px;
	padding-left: 5px;
}
.CabProy
{
	color: #06324f;
	font-size: 12pt;
	font-family: Tahoma, Sans-Serif;
	font-style: normal;
	background-image: url(../img/FondoCabForm.gif);
	background-repeat: repeat-x;
	height: 32px;
	padding-left: 5px;
}



#jSuggestContainer {
position:absolute;
font: 12px Tahoma;
border:1px solid #ffb931;
border-top:0;
background:#FFF;
}

.jSuggestLoading {
font-style:italic;
padding: 10px;
}

#jSuggestContainer ul, #jSuggestContainer ul li{
margin: 0;
padding:0;
list-style:none;
}



#jSuggestContainer ul li{
padding: 2px 4px;
border-bottom: 1px dotted #ffe594;
color:#666;
background:#fff9e7;
cursor:pointer
}

#jSuggestContainer ul li.last{
border-bottom: 0;
}

#jSuggestContainer ul li.jSuggestHover{
background:#ffeaaa;
color:#333;
}
