body {
	background-color: #fefefe;
	SCROLLBAR-FACE-COLOR: #c1c6cb;
	SCROLLBAR-HIGHLIGHT-COLOR: #8d9399;
	SCROLLBAR-SHADOW-COLOR: #8d9399;
	SCROLLBAR-3DLIGHT-COLOR: #8d9399;
	SCROLLBAR-ARROW-COLOR: #8d9399;
	SCROLLBAR-TRACK-COLOR: #8d9399;
	SCROLLBAR-DARKSHADOW-COLOR: #8d9399;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
table {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #525252;
}
.tabla_cuerpo {
	width: 460px;
}


.div_scroll {
	height: 285px;
	width: 474px;
	overflow-x: hidden;
	overflow-y:auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 24px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.cuerpo {
	background-color: #FFFFFF;
	padding-right: 5px;
}
form {
	margin: 0px;
	padding: 0px;
}



/* elementos formulario */
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #545454;
	background-color: #edecec;
	border: 1px solid #a9a9a9;
	height: 18px;
	width: 160px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #545454;
	background-color: #edecec;
	border: 1px solid #a9a9a9;
	height: 60px;
	width: 160px;
}
.button {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 20px;
	width: 80px;
	color: #FFFFFF;
	background-color: #545454;
	font-size: 11px;
	font-weight: bold;
}

/* links */

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

a.vermas:link, a.vermas:visited, a.vermas:hover, a.vermas:active {
	color: #252525;
	background-image: url(images/bullet_vermas.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	font-size: 11px;
}

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


/* textos */

.texto {
	text-align: justify;
	line-height: 16px;
	padding-top: 16px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.pie {
	color: #e3e4e5;
}

h1 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0px;
	background-image: url(images/h1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	margin-top: 4px;
	margin-right: 0px;
	margin-left: 12px;
	color: #af0917;
}
h2 {
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #3e3e3e;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	color: #0975dd;
	margin: 0px;
	padding: 0px;
}


li {
	line-height: 18px;
	list-style-image: url(images/li.jpg);
}

/* VARIOS */
.foto {
	border: 1px solid #87c3f4;
	cursor: pointer;
}

.div_h {
	background-image: url(images/div_h.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height: 22px;
}
.div_v {
	background-image: url(images/div_v.jpg);
	background-repeat: repeat-y;
	background-position: center;
	weight: 22px;
}
