.fondo_ {
	background-color: #666666;
}
.back_1 {
	background-image: url(imgs/1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 82px;
	width: 950px;
}
.back_2 {
	background-image: url(imgs/2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #8F8F8F;
}
.back_3 {
	background-image: url(imgs/20.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}
.forms {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 5px;
}

.forms2 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	background-color: #F7F7F7;
	border-width: 1px;
	border-style: solid;
	border-top-color: #B9C9CE;
	border-right-color: #EBEFF2;
	border-bottom-color: #FFFFFF;
	border-left-color: #B9C9CE;
	padding-left: 3px;
}

.boton {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	
	border: solid;
	padding: 3px;
}
.tx_1 {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.tx_2 {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.tx_2:hover {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #0099FF;
	text-decoration: underline;
}
.tx_3 {
	font-family: Helvetica, Tahoma, Arial;
	font-size: 14px;
	color: #0099FF;
	text-decoration: none;
}
.tx_3:hover {
	font-family: Helvetica, Tahoma, Arial;
	font-size: 14px;
	color: #ff7011;
	text-decoration:underline;
}

.tx_4 {
	font-family: Helvetica, Tahoma, Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

.tx_8 {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.padding {
	padding: 6px;
	font-family: Helvetica, Tahoma, Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
hr {
	display: block;
	height: 1px;
	line-height: 1px;
	background-color: #FFFFFF;
	width: 100%;
	padding: 0;
	border: 0px;
	color: #FFFFFF;
}
    img.border {
    border: 1px solid #C6C6C6;
    padding: 2px;
    margin: 0;
    }

    img.border:hover {
    background: #E3F5FE;
    }

    img.center {
    display: block;
    margin: auto;
    }

    img.alignright {
    float: right;
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

    img.alignleft {
    float: left;
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

#MainMenu 
{
	width:100%;
	height:50px;
	margin:0;
	border:0;
	background-repeat: repeat-x;
}
#tab 
{
	margin:0;
	top:0;
}
#tab ul 
{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#tab li 
{
display:inline;
	float:left;
	margin:0;
	padding:0;
}
#tab a 
{
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
}
#tab a span 
{
	display:block;
	padding:0 18px 0 18px;
	font-family:Helvetica, Tahoma, Arial;
	font-size:12px;
	color:#FFFFFF;
	line-height:50px;
	background-image: url(imgs/sep.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
	border-color:#FFFFFF;
	background-color: #C64F00;
}
#tab a:hover span,#tab li.item_active a span 
{
	font-style:normal;
	text-decoration:none;
	background-color:#999999;
/* 	background-image: url(imgs/sep_f.png);
	background-repeat: repeat-x;*/
}
