html {
	position: absolute;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	position: relative;
	background-image: url(images_site/back.jpg);
	padding: 0px;
	margin: 0px;
}
.flash {
	position:relative;
   top:50px;
   left:50%;
}

#pie {
	width: 688px;
	border: 4px solid #efeac4;
	padding: 14px;
	height: 160px;
	font-family: "Times New Roman", Times, serif;
	margin-right: auto;
	margin-left: auto;
	background-color: #f8f9e7;
}


/* elementos formulario */
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 2px;
	margin: 0px;
	width: 160px;
	background-color: #4e4d4f;
	border: 1px solid #3691c5;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 2px;
	margin: 0px;
	width: 160px;
	background-color: #4e4d4f;
	border: 1px solid #3691c5;
	height: 60px;
}
.button {
	width: 59px;
	height: 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images_site/bt_send.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4E4D4F;
	padding-bottom: 4px;
	font-weight: bold;
}


/* links */

a:link, a:visited {
	text-decoration: none;
	color: #1a181d;
}
a:hover, a:active {
	text-decoration: underline;
	color: #1a181d;
}

a.menu:link, a.menu:visited, a.menu:hover, a.menu:active {
	color:#6d6d6d;
}

a.ver_mas:link, a.ver_mas:visited, a.ver_mas:hover, a.ver_mas:active {
	color:#FFFFFF;
	background-image: url(images_site/ver_mas.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 0px;
	padding-left: 12px;
	font-size: 11px;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 18px;
}

/* textos */

h1 {
	font-size: 14px;
	color: #1a181d;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	text-align: left;
	padding: 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #97764d;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	text-align: left;
	padding: 0px;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	text-align: justify;
	line-height: 17px;
	padding: 0px;
}


p {
	text-align: justify;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding: 0px;
	font-size: 12px;
	color: #1a181d;
}


li {
	list-style-image: url(images_site/li.png);
	list-style-position: outside;
	line-height: 14px;
	margin-bottom: 4px;
	font-weight: normal;
}

ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 22px;
	padding: 0px;
}
.divisor_vert {
	padding: 0px;
	width: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #96754c;
	border-right-color: #96754c;
	border-bottom-color: #96754c;
	border-left-color: #96754c;
}

