@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
/*	background-image: url(imagenes/background_repeat.jpg);
	background-repeat: repeat-y;
	background-position: center top;*/
	background-color: #fbf8e9;*/
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


/* DIV */

#supergeneral {
	width:100%;
	background-image: url(imagenes/background_gral.jpg);
	background-repeat:   no-repeat;
	background-position: center top;

/*	min-height:500px;*/
}

#header {
	width:100%;
	margin:auto;
	text-align:center;
}
#contenidogeneral {
	padding-top:10px;
	width:840px;
	margin:auto;


	
}

#contenido {
margin-left:14px;
margin-right:9px;
margin-bottom:14px;
}


#footergeneral {
	width:100%;
	background-image: url(imagenes/background_footer.jpg);
	background-repeat:   no-repeat;
	background-position: center top;
	clear:both;
	}
#footer {
	width:840px;
	margin: auto;
	min-height:100px;
}




/* TEXTOS*/

.txtfooter_botonera,
.txtfooter_botonera a:link,
.txtfooter_botonera a:active,
.txtfooter_botonera a:visited {
	font-family: Arial;
	font-size: 10px;
	color: #513616;
}
.txtfooter_botonera a:hover  {
	text-decoration: underline;
}


.txtfooter_copyright,
.txtfooter_copyright a:link,
.txtfooter_copyright a:active,
.txtfooter_copyright a:visited {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}

.txtfooter_copyright a:hover  {
	text-decoration: underline;
}

.borde_imagen {
border: 1px solid #ccae3c;
}

.texto,
.texto a:link,
.texto a:active,
.texto a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.texto a:hover  {
	text-decoration: underline;
}

.texto_gde,
.texto_gde a:link,
.texto_gde a:active,
.texto_gde a:visited {
	font-family: Arial;
	font-size: 15px;
	color: #000000;
}
.texto_gde a:hover  {
	text-decoration: underline;
}

.texto_bold,
.texto_bold a:link,
.texto_bold a:active,
.texto_bold a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
}
.texto_bold a:hover  {
	text-decoration: underline;
}

.texto_bold_gde,
.texto_bold_gde a:link,
.texto_bold_gde a:active,
.texto_bold_gde a:visited {
	font-family: Arial;
	font-size: 15px;
	color: #000000;
	font-weight:bold;
}
.texto_bold_gde a:hover  {
	text-decoration: underline;
}

.campo_comun  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
	height: 16px;
	width: 180px;
	border: 1px solid #ccae3c;
	/*	background-image: url(imagenes/back_campocomun.jpg);
	background-repeat:  repeat-x;
	background-position: left bottom;*/
}
.campo_comentario  {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
	height: 105px;
	width: 290px;
	border: 1px solid #ccae3c;
/*	background-image: url(imagenes/back_campocomentario.jpg);
	background-repeat:  repeat-x;
	background-position: left bottom;*/
	vertical-align:top;
}
.boton_enviar  {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	height: 22px;
	width: 60px;
	background-color: #ffffff;
	text-align:center;
	border: 1px solid #ccae3c;
}

.criterio,
.criterio a:link,
.criterio a:active,
.criterio a:visited  {
	font-family: Arial;
	font-size: 10px;
	color: #191919;
}
.criterio a:hover  {
	text-decoration: underline;
}


.tit_galeria,
.tit_galeria a:link,
.tit_galeria a:active,
.tit_galeria a:visited  {
	font-family: Arial;
	font-size: 15px;
	color: #1d1102;
}
.tit_galeria a:hover  {
	text-decoration: underline;
}

.tit_galeria_bold,
.tit_galeria_bold a:link,
.tit_galeria_bold a:active,
.tit_galeria_bold a:visited  {
	font-family: Arial;
	font-size: 15px;
	color: #1d1102;
	font-weight:bold;
}
.tit_galeria_bold a:hover  {
	text-decoration: underline;
}


/* GALERIA */

.titulo_producto,
.titulo_producto a:link,
.titulo_producto a:active,
.titulo_producto a:visited  {
	font-family: Arial;
	font-size: 15px;
	color: #010100;
	font-weight:bold;
	text-align:center;
	text-transform:capitalize;
}
.titulo_producto a:hover  {
	text-decoration: underline;
}


.desccrip_producto,
.desccrip_producto a:link,
.desccrip_producto a:active,
.desccrip_producto a:visited  {
	font-family: Arial;
	font-size: 12px;
	color: #010100;
	text-align:center;	
	text-transform:capitalize;
	
}
.desccrip_producto a:hover  {
	text-decoration: underline;
}

.formulario_producto,
.formulario_producto a:link,
.formulario_producto a:active,
.formulario_producto a:visited  {
	font-family: Arial;
	font-size: 12px;
	color: #56330E;
	text-align:left;		
}
.formulario_producto a:hover  {
	text-decoration: underline;
}

.paginacion,
.paginacion a:link,
.paginacion a:active,
.paginacion a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
/*	background-color:#fdeaa6;
	padding:3px;
	margin:5px;*/
}
.paginacion a:hover  {
	text-decoration: underline;
}
.campo_buscador  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top:2px;
	height: 18px;
	padding: 5px;
	width: 110px;
	border: 1px solid #beb3a6;
	background-image: url(imagenes/backbusc.jpg);
	background-repeat:repeat-x;
	background-color:#e8e8e6;
	background-position: left top;
}