/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #333;
	background: #ECEEF0;
	font: normal 0.8em Verdana, Arial, Helvetica, sans-serif;
}
div {
	float: left;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a {
	text-decoration: none;
}
a {
	color: #666;
}
a:hover {
	color: #000;
}
h1 {
/*
	margin: 0.2em 0 0.1em 0;
	font-size: 1.1em;
	font-weight: normal;
*/
	margin: 0;
	padding-left: 10px;
	color: #648E10;
	font-size: 1.1em;
	font-weight: bold;
}
h2 {
	margin: 0;
	padding-left: 10px;
	color: #666;
	font-size: 1em;
	font-weight: normal;
}
h3 {
	margin: 0.8em 10px;
	font-size: 1.1em;
	font-weight: normal;
}

/* --- ESTRUCTURA --- */
#contenedor {
	float: none;
	position: absolute;
	width: 100%;
	background: url(../images/gs_fondo_body.jpg) repeat-x top;
}
#todo {
	float: none;
	margin: 0 auto;
	padding: 0;
	width: 780px;
	height: auto;
	text-align: left;
}

#header {
	width: 780px;
	height: 77px;
}
#cuerpo {
	width: 780px;
	min-height: 200px; height: auto !important; height: 200px;
	background: url(../images/gs_fondo_cuerpo.jpg) repeat-y;
}
#footer {
	clear: both;
	margin: 0;
	width: 780px;
	height: 30px;
	background: url(../images/gs_footer.jpg) no-repeat;
}
.cierre {
	clear: both;
}

/* --- HEADER --- */
#logo {
	width: 255px;
	height: 77px;
}
#idioma {
	float: right;
	padding: 2px 5px 0 5px;
	width: 230px;
	height: 17px;
	text-align: right;
	font-size: 0.8em;
	color: #CADF5E;
	background: url(../images/gs_fondo_idioma.jpg) repeat-x;
}
#botonera {
	margin-top: 38px;
	display: inline;
	width: 525px;
	height: 20px;
}

/* --- IDIOMA --- */
#idioma a {
	color: #CADF5E;
}
#idioma a:hover {
	color: #FFF;
}
#idioma span {
	float: left;
	padding-top: 2px;
}

/* --- BOTONERA --- */
#botonera ul {
/*	padding: 0 0 0 20px; */
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0.9em;
/*	width: 505px; */
	width: 525px;
	height: 20px;
}
#botonera ul li {
	display: inline;
	height: 20px;
}
#botonera ul li a:link, #botonera ul li a:visited {
	float: left;
/*	padding: 3px 10px 2px 20px; */
	padding: 3px 5px 2px 20px;
	background: url(../images/gs_btn_fondo.jpg) no-repeat 0 0;
	color: #CCC;
	text-decoration: none;
}
#botonera ul li a:hover, #botonera ul li a:active{
	color: #FFF;
	background-position: 0 -20px;
}

/* --- CUERPO --- */
#izquierda {
	padding-left: 5px;
	width: 245px;
	min-height: 200px; height: auto !important; height: 200px;
}
#centro {
	padding: 10px;
	width: 510px;
	min-height: 200px; height: auto !important; height: 200px;
}

/* --- IZQUIERDA --- */
#izquierda p {
	margin: 10px;
	padding: 0;
	font-size: 0.85em;
}
#buscar {
	display: inline;
	margin: 5px 5px 2px 5px;
	padding: 5px;
	width: 225px;
	height: 33px;
	border-bottom: 1px solid #CCC;
}
#tituloIzq {
	display: inline;
	margin: 0 5px;
	padding: 3px 0 1px 0;
	width: 235px;
	border-bottom: 1px solid #CCC;
	background: url(../images/gs_vineta_titulo.jpg) no-repeat 0 50%;
}
#menu_prod {
	margin-bottom: 20px;
	width: 245px;
	min-height: 260px; height: auto !important; height: 260px;
	background: url(../images/gs_menu_prod.jpg) no-repeat bottom;
}

/* --- BUSCAR --- */
#buscar #cuadro {
	padding: 5px;
	width: 215px;
	height: 23px;
	background: #B9C1C8;
}
#buscar #form_search {
	display: inline;
}
#buscar #busqueda {
	width: 140px;
	height: 15px;
	font-size: 0.9em;
	border: 1px solid #999;
}
#buscar #sender {
	vertical-align: bottom;
}

/* --- MENU PRODUCTOS --- */
#izquierda ul {
	margin: 5px 10px;
	padding: 0;
}
#izquierda ul li {
	list-style: none;
	font-weight: lighter;
	font-size: 0.85em;
	line-height: 1.2em;
}
#izquierda ul li a {
	padding: 1px 10px;
	color: #000;
	width: 200px;
	display: block;
}
#izquierda ul li a:hover {
	color: #060;
	background: url(../images/vineta_prod.jpg) no-repeat 0 50%;
}
#izquierda .sub a {
	padding: 0 20px;
	color: #666;
	width: 180px;
	display: block;
}
#izquierda .sub a:hover {
	color: #060;
	background: url(../images/vineta_prod.jpg) no-repeat 10px 50%;
}

/* --- CENTRO --- */
.titulo {
	padding: 3px 0 1px 0;
	width: 510px;
	border-bottom: 1px solid #CCC;
	background: url(../images/gs_vineta_titulo.jpg) no-repeat 0 50%;
}
.titulo2 {
	padding: 3px 0 1px 0;
	width: 340px;
	border-bottom: 1px solid #CCC;
	background: url(../images/gs_vineta_titulo.jpg) no-repeat 0 50%;
}
.contenido {
	width: 510px;
}
.noticias {
	padding-top: 5px;
	width: 510px;
	border-bottom: 1px dotted #CCC;
}
.texto {
	padding: 5px 0;
	width: 340px;
	min-height: 30px; height: auto !important; height: 30px;
}
.texto h3 {
	margin: 0 0 0.85em 0;
	padding: 0;
	font-size: 0.85em;
	font-weight: bold;
}
.texto p {
	margin: 0 0 0.85em 0;
	padding: 0;
	font-size: 0.85em;
	text-align: left;
	/*	text-align: justify;*/
}
.fotos {
	padding: 5px 0;
	width: 170px;
	text-align: right;
	min-height: 30px; height: auto !important; height: 30px;
}
.breve {
	margin: 10px 0 5px 0;
	padding: 0 10px;
	width: 234px;
	min-height: 30px; height: auto !important; height: 30px;
	border-right: 1px solid #CCC;
}
.breve h3 {
	margin: 0 0 0.85em 0;
	padding: 0;
	font-size: 0.85em;
	font-weight: bold;
}
.breve p {
	margin: 0 0 0.85em 0;
	padding: 0;
	font-size: 0.85em;
	text-align: left;
	/*text-align: justify;*/
}

#servicios {
	width: 510px;
}
#servicios ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 120px;
	width: 510px;
}
#servicios ul li a {
	float: left;
	padding: 0;
	margin: 0;
	display: block;
	width: 254px;
	height: 120px;
}
#servicios ul li {
	float: left;
}
#servicios ul li p {
	display: none;
}
#servicios ul li a:hover {
	color: #666;
	background-position: bottom;
}
#btn_serv_1 a {
	background: url(../images/btn_serv_1.jpg) no-repeat top;
}
#btn_serv_2 a {
	background: url(../images/btn_serv_2.jpg) no-repeat top;
}
#btn_serv_3 a {
	background: url(../images/btn_serv_3.jpg) no-repeat top;
}
#btn_serv_4 a {
	background: url(../images/btn_serv_4.jpg) no-repeat top;
}
#clientes {
	margin: 20px 0 0 20px;
	padding: 0;
	font-size: 0.85em;
	color: #618E0F;
}
#informes li {
	padding: 0 0 5px 0;
}
#informes {
	margin: 20px 0 0 20px;
	padding: 0;
	font-size: 0.85em;
	color: #618E0F;
}
#informes a{
	color: #618E0F;
}
#lista_serv {
	margin: 0;
	padding: 5px 0 0 15px;
	font-size: 0.85em;
	list-style: circle;
}
#lista_serv li {
	margin: 0;
	padding: 5px 0;
}

/*
.servicios {
	width: 127px;
}
.foto_servicios {
	padding: 5px 0;
	width: 127px;
	text-align: center;
	min-height: 30px; height: auto !important; height: 30px;
}
.numero_servicios {
	display: inline;
	margin: 2px;
	padding-top: 3px;
	width: 21px;
	height: 18px;
	color: #618E0F;
	font-weight: bold;
	text-align: center;
	border: 1px solid #618E0F;
}
.texto_servicios {
	padding-left: 5px;
	width: 95px;
	color: #618E0F;
}
.texto_servicios p {
	margin: 0;
	padding: 0;
	font-size: 0.85em;
}
*/

/* --- PRODUCTOS --- */
#tituloProd {
	margin: 0 0 2px 0;
	padding: 3px 0 1px 0;
	width: 510px;
	height: 34px;
	border-bottom: 1px solid #CCC;
	background: url(../images/gs_vineta_titulo_prod.jpg) no-repeat 0 50%;
}
#subtituloProd {
	padding: 3px 0 1px 0;
	width: 310px;
	border-bottom: 1px solid #CCC;
	background: url(../images/gs_vineta_titulo.jpg) no-repeat 0 50%;
}
#noSubtituloProd {
	width: 310px;
	height: 20px;
}
#paginas {
	width: 190px;
	height: 15px;
	padding: 5px 10px 0 0;
	font-size: 0.8em;
	text-align: right;
	border-bottom: 1px solid #CCC;
}
#back {
	width: 190px;
	height: 15px;
	padding: 5px 10px 0 0;
	color: #666;
	font-size: 0.85em;
	text-align: right;
	border-bottom: 1px solid #CCC;
}
#back a {
	color: #666;
}
#back a:hover {
	color: #333;
}
#paginas a {
	color: #666;
}
#paginas a:hover {
	color: #333;
}

.index {
	margin: 30px 4px !important;
	margin: 30px 2px;
	padding: 0;
	text-align: center;
	width: 450px;
	height: 260px;
}
.portada {
	margin: 5px 4px !important;
	margin: 5px 2px;
	padding: 20px 0 0 0;
	text-align: center;
	width: 500px;
	height: 300px;
}

.chicas {
/*	margin: 5px 6px !important; */
	display: inline;
	margin: 5px 4px;
	padding: 0;
	width: 160px;
	height: 190px;
	border: 1px solid #999;
}
.chicas .fotito {
	margin: 0;
	padding: 5px !important;
	padding: 5px 0 2px 5px;
	height: 75px;
	width: 70px;
	text-align: center;
	border-bottom: 1px solid #999;
}
.chicas .textito {
	margin: 0;
	padding: 5px;
	height: 75px;
	width: 70px;
	font-size: 0.85em;
	text-align: left;
	border-bottom: 1px solid #999;
}
.chicas .textito .precio {
	margin: 0;
	font-size: 1.1em;
	color: #060;
	height: 55px;
}
.chicas .textito img {
	float: right;
}
.chicas .textitoDesc {
	margin: 0;
	padding: 5px;
	height: 95px;
	width: 150px;
	font-size: 0.85em;
	text-align: left;
}
.chicas .textitoDesc p {
	margin: 0.85em 2px;
}
.chicas .textitoDesc .codigo {
	font-weight: bold;
}

.grandes {
	display: inline;
	margin: 5px 4px !important;
	margin: 5px 3px;
	padding: 0;
	width: 500px;
	height: 310px;
	border: 1px solid #999;
}
.grandes .foto {
	height: 310px;
	width: 310px;
	text-align: center;
	border-right: 1px solid #999;
}
.grandes .foto img {
	margin: 5px;
}
.grandes .texto {
	padding: 5px;
	height: 300px;
	width: 179px;
	font-size: 0.9em;
	text-align: left;
	background: url(../images/carrito_gris.jpg) no-repeat 150px 12px;
}
.grandes .texto p {
	margin: 0.85em 2px;
}
.grandes .texto .descripcion {
	height: 180px;
}
.grandes .texto .codigo {
	font-weight: bold;
	margin: 20px 5px;
	color: #666;
}
.grandes .texto .precio {
	font-size: 1.2em;
	color: #060;
}
.grandes .texto #cant {
	width: 60px;
	height: 15px;
	border: 1px solid #999;
}
.grandes .texto #sender {
	vertical-align: bottom;
}

/* --- CANASTO --- */
.canasto {
	padding: 10px 15px 10px 5px;
	width: 500px;
	min-height: 10px; height: auto !important; height: 10px;
}
.canasto p {
	margin: 0 0 0.85em 0;
	padding: 0;
	font-size: 0.85em;
	text-align: left;
	/*text-align: justify;*/

}
.canasto .grilla {
	font: normal 0.85em Verdana, Arial, Helvetica, sans-serif;
}
.canasto .grilla .superior {
	color: #648E10;
}
.canasto .grilla td{
	border-bottom: 1px solid #CCC;
	text-align: center;
}
.canasto .grilla .cant {
	width: 25px;
	text-align: center;
	font: normal 0.85em Verdana, Arial, Helvetica, sans-serif;
}
.canasto .grilla .textoBoton {
	margin: 1px 0;
	padding: 1px 0;
	font: normal 0.85em Verdana, Arial, Helvetica, sans-serif;
}
.canasto a {
	font-size: 0.9em;
	color: #999;
}
.canasto a:hover {
	color: #648E10;
}
.canasto form {
	margin: 0;
	padding: 5px 10px;
	font-size: 0.85em;
}
.canasto form fieldset {
	margin: 0;
	padding: 10px 10px 10px 30px;
	border: none;
}
.canasto form fieldset legend {
	display: none;
}
.canasto form fieldset label {
	float: left;
	width: 180px;
	height: 12px;
	text-align: left;
	margin: 3px 0 1px 0;
}
.canasto form fieldset input {
	float: left;
	width: 240px;
	margin: 1px 0 3px 0;
}
.canasto form .submit {
	float: right;
	margin: 5px 15px 0 5px;
	width: 60px;
}
.canasto form .borrar {
	width: 80px;
	font-size: 0.8em;
	margin: 10px 0 0 10px;
}
.canasto form #consulta {
	width: 240px;
	margin: 1px 0 3px 0;
}

/* --- FORMULARIO --- */
.texto form {
	margin: 0;
	padding: 10px 0 5px 30px;
	font-size: 0.85em;
}
.texto form fieldset {
	margin: 0;
	padding: 0 10px;
	border: none;
}
.texto form fieldset legend {
	display: none;
}
.texto form fieldset label {
	width: 240px;
	height: 12px;
	display: block;
	text-align: left;
	margin: 3px 0 1px 0;
}
.texto form fieldset input {
	width: 240px;
	margin: 1px 0 3px 0;
	font-size: 0.85em;
}
.texto form .enviar {
	margin: 10px 0 0 60px;
	width: auto;
	font-size: 0.8em;
}
.texto form .borrar {
	margin: 10px 0 0 10px;
	width: auto;
	font-size: 0.8em;
}
.texto form #consulta {
	width: 240px;
	margin: 1px 0 3px 0;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* --- FOOTER --- */
#copy {
	width: 390px;
	height: 30px;
}
#copy p {
	margin: 10px 20px;
	font-size: 0.85em;
	color: #CCC;
}
#pd {
	float: right;
	width: 390px;
	height: 30px;
	text-align: right;
}
#pd img {
	margin: 5px 10px 0 0;
}

/* Estilos de AJAX */
.ajax-loading {
	/*padding: 20px 0;*/
	background: url(http://demos.mootools.net/demos/Group/spinner.gif) no-repeat center;
	/*margin-top: 150px;*/
	height: 100%;
	/*vertical-align: middle;*/
}

