#background{
	background-image:url(img/background.jpg);
	background-position:top;
	background-repeat:no-repeat;
 	background-color:#FFF8EC;}
	
#flash{
	width:739px;
	height:186px;}
	
#titulo{
	background-image:url(img/titulo.jpg);
	background-repeat:no-repeat;
	width:422px;
	height:30px;}

/*-----------------------------------------*/

.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	color: #993333;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #993333;
}
.bordalaranja {
	border: 1px solid #FF6600;
}
.tab {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #993300;
	width:250px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC6600;
	border-right-color: #CC6600;
	border-bottom-color: #000000;
	border-left-color: #CC6600;
	font-size: 10px;
}
.tab_btn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #993300;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC6600;
	border-right-color: #CC6600;
	border-bottom-color: #000000;
	border-left-color: #CC6600;
	font-size: 10px;
}

a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration:none; 
color: #E5802E;
}

