/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #210E09 url(../images/subpage2_01.jpg) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3 {
	margin: 0px;
}

h1 {
	margin-bottom: 20px;
font-family: 'Kristi', arial, serif; 
	color:#362601;
}

h2 {
	font-size: 11px;
}

h3 {
	font-size: 10px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #362601;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 dt {
	float: left;
	width: 70px;
}

.list1 dd {
	margin: 0px 0px 15px 0px;
}

.list2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list2 li {
	padding: 15px 0px 13px 0px;
	background: url(../images/homepage07.gif) repeat-x left top;
}

.list2 li.first {
	background: none;
}

.list2 h3 {
	display: inline;
}

/** LINKS */

a {
	color: #A52E2E;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 0px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/** MENU */

#menu a {
	display: block;
	width: 110px;
	height: 28px;
	padding: 13px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #392E14;
}

#menu a:hover {
	text-decoration: underline;
}

#menu1 { background: url(../images/subpage2_04.jpg) no-repeat left top; }
#menu2 { background: url(../images/subpage2_05.jpg) no-repeat left top; }
#menu3 { background: url(../images/subpage2_06.jpg) no-repeat left top; }

/** PAGE */

#page {
	background: url(../images/subpage2_08.jpg) repeat-y left top;
}

#bgtop {
	background: url(../images/subpage2_09.jpg) no-repeat left top;
}

#bgbottom {
	background: url(../images/subpage2_10.jpg) no-repeat left bottom;
}

/** FOOTER */

#footer {
	height: 140px;
	background: url(../images/subpage2_11.jpg) no-repeat left top;
}

#footer p {
	padding-top: 30px;
	text-align: center;
	color: #765147;
}

form.form_contacto label {
width:100%;
float:left;
margin:10px 0;
}

form.form_contacto input {
width:100%;
float:left;
}


form.form_contacto textarea {
width:100%;
margin-bottom:20px;
}