/* BASICS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
        background-color: #F6F6F6;
	background-repeat: repeat-x;
        background-position: 0px 0px; 
	font-family:Trebuchet MS;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	letter-spacing:normal;
	color: #5e5e5e;
	}
	
TD, TR {
	font-family:Trebuchet MS;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	letter-spacing:normal;
	color: #5e5e5e;
}
	
blockquote {


border:0px solid #c6c6c4;
background-color:#F6F6F6;
color:#5e5e5e;
padding:5px;
margin:5px;
margin-left:75px;
margin-right:75px;
}

	
/* VARIEDADES +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
A:link{
	color:#878787;
	text-decoration:none; 
	font-weight:italic;}

A:visited{
	color:#878787;
	text-decoration:none; 
	font-weight:italic;}

A:active{
	color:#878787;
	text-decoration:none; 
	font-weight:italic;}

A:hover{
	color:#514F54;
	text-decoration:underline; 
	font-weight:none;}

a img {
	filter: alpha(opacity=60); opacity: .6;
	-moz-opacity:0.8;
	border: 1px solid #68BAB0;
	padding: 1px
}


a:hover img {
	filter: alpha(opacity=60); opacity: .9;
	-moz-opacity:1;
	border: 1px solid #AFDBD6;
}  

b {
color: #515150;}
strong {
color: #515150;}
	
input, textarea, select, button {
font-size:11px;
color:#000000;
font-family:Trebuchet MS;
font-size:11px;
border: 0px;}

input:focus, textarea:focus, label:focus, select:focus, button:focus {
color:#000000;
font-family:Trebuchet MS;
font-size:11px;
background: #FFFFFF;}
