body {
	font-family: arial;
	font-size: 11px;
	color: #787979;
	margin: 0px;
	padding: 0px;
}
body.bg{
	background-color: #DDCFC4;
}
.bgLf{
	background-repeat: repeat-y;
	background-position: right;
}
.bgRg{
	background-repeat: repeat-y;
	background-position: left;
	}
.bgLfTop{
	background-repeat: no-repeat;
	background-position: right top;
	}
.bgLfBottom{
	background-repeat: no-repeat;
	background-position: right bottom;
	}
.bgRgTop{
	background-repeat: no-repeat;
	background-position: left top;
}
.bgRgBottom{
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bgBottom{
	background-repeat: no-repeat;
	background-position: top;
}
.bgBrown { background-color:#DDCFC4;}
.bgYellow { background-color:#EDE1B9;}
.bgYellow2 { background-color:#FAF0D7;}

/*//// texts //////*/
p {
font-size: 11px;

}

.blueBold {
	color: #4A6881;
	font-weight: bold;
}

.blackBold {
	font-family:tahoma;
	color: #5C5D5D;
	font-weight: bold;

}
.SubTitleBold {
	font-size:11px;
	font-family:verdana;
	color: #D59B05;
	font-weight: bold;
	/*padding-left: 8px;*/
}
.SubTitleWhiteBold {
	font-size:16px;
	font-family:Verdana;
	color: #ffffff;
	font-weight: bold;
	/*padding-left: 8px;*/
}
	
	UL {
	margin-left: 20px;
	list-style-image: url(images/interface/flechita1.gif);
	
}
li  {
	font-size: 11px;
	color:#787979;
	padding-bottom:2px;
	padding-top:2px;
}
li.ico  {
	font-size: 11px;
	color:#787979;
	list-style-image: url(images/interface/punto.gif);
}

/*///////  Links ////*/
a {
	font-family:tahoma;
	font-weight:bold;
	font-size:11px;
	color:#5C5D5D;
	text-decoration:none;
}
a:link, a:active, a: visited{
	text-decoration:none;
}
a:hover {
	/*background-color:#E7E7E7;*/
	color:#413F64;
	text-decoration:underline;
}


a.menu:link, a.menu:active, a.menu:visited {
	font-size: 11px;
	font-weight: bold;
	color: #624E31;
	text-decoration: none;
}
a.menu:hover{
	font-size: 11px;
	font-weight: bold;
	color: #624E31;
	text-decoration: underline;

}


/* //// LInes ////*/
.lineRgBrow {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A79680;
}
.lineBottomBlue {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A4B3C0;
}
.lineWhite{
	border: 1px solid #FFFFFF;
}
.lineBLeft{
	border-left: 1px solid #FFFFFF;
}



.bgFooter{
	background-color: #D5EBFD;
	background-image: url(images/interface/bg_footer.gif);
	height: 40px;
	border-top: 1px solid #1C5787;
}
table.tMenu td{
	border-bottom: 1px solid #A4B3C0;
	padding: 3px;
	height: 35px;
}
/*/////// Forms      /////////////*/

.textImput {
	border: 1 solid #4A6881;
	font-size: 8 pt;
	font-family: Tahoma;
	color: #2F495F;
	height: 20px;
	
	}
.buttonImput {
	font-size: 7 pt;
	font-family: Tahoma;
	font-weight: bold;
	background-color: #4A6881;
	color: #FFFFFF;
	border: 0 solid #FFFFFF;
	padding-left: 4;
	padding-right: 4;
	padding-top: 4;
	padding-bottom: 4;
}


/* //// IMG ////*/
.imgLeft {
	float: left;
	margin-right: 8px;
	border: 1px solid #909090;
}
.imgRight {
	float: right;
	border: 1px solid #909090;
}
