/* CSS Document */

body{
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 40px;
	margin: 0px; 
	background:#ddcfab;
	background-image:url(../img/bg-htm.gif);
	background-position:top center;
	background-attachment:fixed;
	background-repeat:repeat-x;
	font-family: Tahoma, Arial, Helvetica, Verdana, "Microsoft Sans Serif";
	font-size: 12px;
	color:#786d5b;
}


.title {
	font-family: Tahoma, Arial, Helvetica, Verdana, "Microsoft Sans Serif";
	font-size: 12px;
	font-weight: bold;
	color: #786d5b;
	text-decoration: none;
}

.txt {
	font-family: Tahoma, Arial, Helvetica, Verdana, "Microsoft Sans Serif";
	font-size: 12px;
	color:#786d5b;
	text-decoration: none;
	line-height:18px;
}

.detalle {
	font-family: Verdana, Tahoma, "Microsoft Sans Serif", Arial, Helvetica, Geneva;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	text-transform: none;
}

.links {
	font-weight:bold;
	color: #000000;
	text-decoration: underline;
}

a.links:link, a.links:visited {
	font-weight:bold;
	color: #000000;
	text-decoration: underline;
}

a.links:hover {
	font-weight:bold;
	color: #CC9900;
	text-decoration: none;

}

.pie {
	font-family: Tahoma, Arial, Helvetica, Verdana, "Microsoft Sans Serif";
	font-size: 10px;
	font-weight:bold;
	color: #545454;
	text-decoration: none;
}

.copy {
	font-family: Tahoma, Arial, Helvetica, Verdana, "Microsoft Sans Serif";
	font-size: 10px;
	font-weight:bold;
	color: #a09e97;
	text-decoration: none;
}

.ayuda {
	cursor: help
}


ul{
 list-style-type: square;
}




/* botonera productos */

.botonera {
	display: block;
	padding:5px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
	border:#C6C4B8 1px dotted;
	text-decoration: none;
	text-align:center;
}

a.botonera:link, a.botonera:visited {
	display: block;
	padding:5px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
	border:#C6C4B8 1px dotted;
	text-decoration: none;
	text-align:center;
	height:25px;
}

a.botonera:hover {
	display: block;
	padding:5px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #333333;
	border:#333333 1px dotted;
	text-decoration: none;
	text-align:center;
	background-color:#FFFFFF;

}



/* formularios web */


.input {
	font-family: Verdana, Tahoma, "Microsoft Sans Serif", Arial, Helvetica, Geneva;
	FONT-SIZE: 11px;
	BORDER-RIGHT: #b5b5ab 1px solid; 
	BORDER-TOP: #b5b5ab 1px solid; 
	BORDER-LEFT: #b5b5ab 1px solid;
	COLOR: #58595b; 
	BORDER-BOTTOM: #b5b5ab 1px solid; 
	FONT-FAMILY: Arial; 
	BACKGROUND-COLOR: #FFFFFF;
	padding:3px;

}

.textarea {
	font-family: Verdana, Tahoma, "Microsoft Sans Serif", Arial, Helvetica, Geneva;
	FONT-SIZE: 11px;
	BORDER-RIGHT: #b5b5ab 1px solid; 
	BORDER-TOP: #b5b5ab 1px solid; 
	BORDER-LEFT: #b5b5ab 1px solid;
	COLOR: #58595b; 
	BORDER-BOTTOM: #b5b5ab 1px solid; 
	FONT-FAMILY: Arial; 
	BACKGROUND-COLOR: #FFFFFF;
	padding:3px;

}

.button{
	background:#FFFFFF;
	border:#b5b5ab solid 1px;
	color: #CC0033;
	cursor:pointer;
	font-family: Verdana, Tahoma, "Microsoft Sans Serif", Arial, Helvetica, Geneva;
	font-size:10px;
	font-weight:bold;
	padding:3px;
}


.cursor {
cursor: crosshair;
}

