/*
color de fondo: 333333
grises: 999999
*/
@import 'reset.css';	
html{
   margin:0;
   padding:0;
   height:100%;
}
body{
	background:   		#333333 url('/img/fondo_header_100.gif') top repeat-x;
	margin: 			0;
	font: 				normal 95.5% "Arial", Verdana, Helvetica, sans-serif !important;
	color:				#FFF;
	height:				100%;
	line-height: 		1.4;
}


a{
	color:				#FFF;
	text-decoration: 	none;
}
img{
	border:				none;
}
h1{
	margin:				0;
	padding:			0;
	font-size:			xx-large;
}
h2{
	font-size:			x-large;
}
h3{
	font-size:			large;
}
h4{
	font-size:			small;
}
h5{
	font-size:			x-small;
}
h6{
	font-size:			xx-small;
}
legend {
	display:			none;
}
fieldset{
	border:				0;
}
label{
	width:				100px;
	font-size:			small;
}

input[type=text],input[type=password]{
	width:				140px;
	height: 			26px;
	background: 		#FFF url(/img/input.gif) no-repeat scroll -3px -3px;
}
input[type=submit]{
	background-color: 	#990000;
	width:				83px;
	border: 			0;
	color:				#fff;
	height:				30px;
}
input[type=radio]
{
	vertical-align: top
}
textarea{
	border: 			1px solid #7d7b7b;
	background: 		#FFF url(/img/input.gif) no-repeat scroll;
	margin-bottom: 		1em;
	font-size: 			1.6em;
	color: 				#000;
}
.left{
	float:				left;
	margin:				0 5px;
}
.right{
	float:				right;
	margin-left:		5px;
}

.lnk:hover{
	text-decoration: underline;
}
.clear{
	clear: 				both;
}
.biscuit{
	-ms-interpolation-mode: bicubic;

}

.tiny:hover{
	text-decoration: 	underline;	
}
.titulo{
	font-weight: 		bold;
}
.white{
	color:				#ffffff !important;
}
