* {

	padding: 0;
	margin: 0;

}

body {

	/*background-image: url('../img/body_background.png');*/
	background-color: #ecebe1;

}

h1 {

	/*background-image: url('../img/h1_background.png');
	padding-top: 5px;
	height: 95px;*/

}

h1, h2, h3 {

	width: auto;
	text-align: center;
	margin-bottom: 5px;

}

p {

	margin-left: 25px;

}

p:first-letter {

	/*font-size: 1.5em;*/

}

.menu {

	text-align: center;
	background-repeat: repeat-x;
	background-position: bottom center;
	background-image: url('../img/menu_background.png');
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	display: block;
	border-top: 1px solid black;
	border-bottom: 1px solid black;

}

.menu a {

	color: black;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 5px 5px 5px;

}

.menu a {

	color: black;

}

.menu li {

	display: inline-block;
	padding: 5px 9px 5px 9px;
	border: 1px solid gray;


	/*min-height: 25px;*/
	display: -moz-inline-stack; /* FF2*/
	display: inline-block;
	vertical-align: top; /* BASELINE CORRECCIÓN*/
	/*margin: 5px;*/
	zoom: 1; /* IE7 (hasLayout)*/
	*display: inline; /* IE */
	_height: 25px; /* IE6 */

}

.menu li:hover {

	background-image: url('../img/menu_li_hover.png');
	background-repeat: repeat;
	border: 1px solid white;

}

.userlist {

	border: 1px solid black;
	width: 100%;

}

.userlist th {

	border-bottom: 2px solid black;

}

.userlist th {

	font-weight: bold;

}

.templatelist, .productlist {

	text-align: center;
	border: 1px solid black;
	width: 100%;

}

.product th {

	border-bottom: 2px solid black;

}

.product th {

	font-weight: bold;

}
.selectable {

	cursor: pointer;

}

.selectable:hover {

	background-color: #5ed6e1;

}

#mapa {

	text-align: center;

}

#div-products {

	border: 2px dotted #efefef;
	text-align: center;
	width: 80%;
	/*margin-left: 100px;*/
/*	margin-left: auto;
	margin-right: auto;
	*/
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #fcfadf;

}

.languageSelector {

	background-image: url('../img/lang_border.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 35px;
	width: 125px;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;

}

.add_template_table caption, .add_product_table caption {

	font-weight: bold;
	background-color: #faffd7;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;

}

.add_template_table, .add_product_table {

	width: 800px;

}

.product_description {

	width: 100%;
	height: 85px;

}

.add_template_table, .add_user_table, .add_product_table, .product_description {

	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	border-top: 2px solid black;
	border-left: 2px solid black;
	padding: 15px;

}

.header_title {

	text-align: center;

}

.menu_li {

	background-image: url('../img/menu_li.png');

}

.menu_li_selected {

	background-image: url('../img/menu_li_active.png');
	background-repeat: repeat;

}

.footer {

	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 2px solid white;
	background-color: #422c21;
	color: white;
	text-align: center;
	font-size: 0.8em;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	/*border-left: 1px solid #422c21;
	border-right: 1px solid #422c21;*/

}

#footer_wrapper {

	display: block;
	min-height: 485px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #422c21;
	border-right: 1px solid #422c21;
	border-bottom: 1px solid #422c21;
	padding-bottom: 40px;
	background-color: #ecead1;

}

.content {

/*	background-color: white;*/
	background-image: url('../img/content_background.png');
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 15px 60px 15px;
	border-top: 5px double #f1f1f1;
	border-bottom: 2px solid #f1f1f1;
	border-right: 2px solid #f1f1f1;
	border-left: 4px solid #c8c8c8;

}

textarea, input[type="text"], input[type="password"], input[type="button"], input[type="submit"], select {

	border: 1px solid black;

}

input[type="text"]:focus, input[type="password"]:focus {

	border: 1px solid blue;

}

.message_ok {

	background-color: white;
	border: 2px solid green;
	padding: 5px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;

}

#blackground {

	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: fixed;
	z-index: 98;
	background-image: url('../img/blackground.png');
	display: none;

}

#product_info_div {

	background-color: #e2e7f5;
	border: 2px solid black;
	position: fixed;
	width: 600px;
	height: 535px;
	z-index: 99;

	padding: 0 5px 5px 5px;

	left: 50%;
	margin-left: -300px;
	top: 50%;
	margin-top: -250px;
	display: none;

}

.product_description caption {

	font-weight: bold;
	background-color: #faffd7;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;

}

.thumbnail_image {

	width: 100px;
	cursor: pointer;

}

.entInfo {

	padding: 15px 15px 15px 15px;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	background-color: #dddddd;
	font-weight: bold;

}

.ok_tick {

	background-image: url('../img/ok_tick.png');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;

}

.no_tick {

	background-image: url('../img/no_tick.png');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;

}

.plus_tick {

	background-image: url('../img/plus.png');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;

}

.minus_tick {

	background-image: url('../img/minus.png');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;

}

.contact_table {

	margin-left: auto;
	margin-right: auto;

}

textarea:focus {

	border: 1px solid blue;

}

textarea.consult {

	width: 500px;
	height: 150px;
	padding: 2px;

}

input[type="text"] {

	width: 500px;

}

input[type="button"], input[type="submit"] {

	background-color: #b0aa10;
	font-weight: bold;

}

a img {

	border: 0;

}

.moreinfobutton {

	width: 100%;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: left;
	margin-bottom: 2px;
	cursor: pointer;

}

.login_table {

	width: 300px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid gray;

}

.directions_table {

	margin-left: auto;
	margin-right: auto;
	border: 1px solid gray;
	text-align: center;
	background-color: #f3f3f3;
	margin-bottom: 15px;

}

.search {

	background-image: url('../img/search.png');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;

}

#searchbox {

	display: none;

}

#searchbox input[type="text"] {

	width: 250px;

}
