/* formato genérico */

body {
	scrollbar-face-color: #660000;
	scrollbar-shadow-color: #330000;
	scrollbar-highlight-color: #990000;
	scrollbar-3dlight-color: #CC0000;
	scrollbar-darkshadow-color: #330000;
	scrollbar-track-color: #333333;
	scrollbar-arrow-color: #CCCCCC;
	background-color: #000000;
}

.banner {
	background-repeat: repeat-y;
	background-image: url(index.generics.banner.gif);
}

.left {
	background-repeat: repeat-y;
	background-image: url(index.generics.left.gif);
}

.top {
	background-repeat: repeat-x;
	background-image: url(index.generics.top.gif);
}

.bottom {
	background-repeat: repeat-x;
	background-image: url(index.generics.bottom.gif);
}

.right {
	background-repeat: repeat-y;
	background-image: url(index.generics.right.gif);
}

.leftbackground {
	background-repeat: repeat-y;
	background-position: right top;
	background-image: url(images.generics.leftbackground.jpg);
}

.leftbottom {
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images.generics.leftbottom.jpg);
}

.mainbackground {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images.generics.background.jpg);
}

.rightimage {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images.generics.rightimage.jpg);
}

.rightbackground {
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(images.generics.rightbackground.jpg);
}

.rightbottom {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images.generics.rightbottom.jpg);
}

.titlessections {
	background-repeat: no-repeat;
	background-position: right top;
}

/* formato para marcos */

.horizontalbar {
	background-repeat: repeat-x;
	background-position: center;
	background-image: url(frames.bar.horizontal.gif);
}

.horizontalbottombar {
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(frames.bar.horizontal.gif);
}

.horizontaltopblackbar {
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(frames.bar.horizontaltopblackbar.gif);
}

.horizontalbottomblackbar {
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(frames.bar.horizontalbottomblackbar.gif);
}

.leftcenter {
	background-repeat: repeat-y;
	background-position: right;
	background-image: url(frames.bar.leftcentervertical.gif);
}

.rightcenter {
	background-repeat: repeat-y;
	background-position: left;
	background-image: url(frames.bar.rightcentervertical.gif);
}

.bottombar {
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(frames.bar.bottom.gif);
}

.titlesbar {
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(frames.bar.title.gif);
}

.leftholebar {
	background-repeat: repeat-y;
	background-position: left;
	background-image: url(frames.bar.leftvertical.gif);
}

.rightholebar {
	background-repeat: repeat-y;
	background-position: right;
	background-image: url(frames.bar.rightvertical.gif);
}

/* formato genérico para secciones */

a {
	text-decoration: none;
}

.noformat {
	border: 0px solid #000000;
}

.border {
	background-color: #000000;
	border: 1px solid #292017;
}

.borderlist {
	border: 1px solid #292017;
}

.more {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E3BC84;
	text-decoration: none;
	text-align: left;
	font-size: 9px;
	text-indent: 10px;
}

.more a {
	color: #E3BC84;
}

.more a:hover {
	color: #FF6600;
}

/* formato para formularios */

.form {
	color: #0f0801;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-transform: uppercase;
	background-color: #9d9587;
	border: 0px;
}