body
	{
	font-family: verdana;
	font-size: 12 px;

	background-color: #fff;
	text-decoration: none;
	color: #600;
	scrollbar-base-color: #300;
	scrollbar-arrow-color: #fff;
	
}
td
	{
	font-family: verdana;
	font-size: 12 px;
	text-decoration: none;
	color: #600;
	
}
.main {background-image: url(http://www.intercambio-es.com/image/main_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-size: 12 px;
	margin-left: 25 px;
	margin-right: 25 px;
}
a:link {color: #300; text-decoration: underline;}
a:visited {color: #300; text-decoration: underline;}
a:hover {color: #600; text-decoration: underline;}

a:link.mainlink {color: #300; text-decoration: underline;}
a:visited.mainlink {color: #300; text-decoration: underline;}
a:hover.mainlink {color: #600; text-decoration: underline;}

a:link.menulink {color: #ccc; text-decoration: none;}
a:visited.menulink {color: #ccc; text-decoration: none;}
a:hover.menulink {color: #fff; text-decoration: underline;}


a:link.maillink {color: #ccc; text-decoration: underline;}
a:visited.maillink {color: #300; text-decoration: underline;}
a:hover.maillink {color: #fff; text-decoration: underline;}

.content1
	{
	background-color: #ccc;
	color: #600;
	}
.content2
	{
	background-color: #033;
	color: #fff;
	}
.select 
	{
	background-color: fff;
	color: #033;
	font-weight: bold;
	width: 150 px;
	border:solid 1px #300;
	
	}

.sel
	{
	background-color: fff;
	color: #033;
	font-weight: bold;
	border:solid 1px #300;
	
	}	

.input 
		{
		 font-weight: bold;
		 color: #033;
		 width: 150 px;
		 border-right:1 px thin #300;
		 border-top:1 px thin #300;
		 border-bottom:1 px thin #300;
 		 border-left:1 px thin #300;
		 border:solid 1px #300;
		}	
.inputshort 
		{
		 font-weight: bold;
		 color: #033;
		 
		 border-right:1 px thin #300;
		 border-top:1 px thin #300;
		 border-bottom:1 px thin #300;
 		 border-left:1 px thin #300;
 		 border:solid 1px #300;
		}		
.inputlong 
		{
		 font-weight: bold;
		 color: #033;
		 width: 310 px;
		 border-right:1 px thin #300;
		 border-top:1 px thin #300;
		 border-bottom:1 px thin #300;
 		 border-left:1 px thin #300;
 		 border:solid 1px #300;
		}			
.textarea
		{

		 border-right:1 px thin #300;
		 border-top:2 px thin #300;
		 border-bottom:1 px thin #300;
 		 border-left:2 px thin #300;
		 font-weight: bold;
		 color: #033;
		border:solid 1px #300; 
		}
		
.submit {
		background-color: #033;
		font-weight: bold;
		color: #fff;
		border:solid 1px #300;
		}