body{
	background-color: #B3C2DE;
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.png);
	background-repeat:repeat-x;
}
.title_1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.title_0{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.alerta{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}
.input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	background-color: #F5F5F5;
	border: thin solid #666666;
}
.button{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	background-color: #CCCCCC;
	border: thin solid #666666;
}
.table{
	/*background-color: #FFFFFF;*/
	border: thin solid #333333;
	
}

a.link_:VISITED, a.link_:ACTIVE, a.link_:FOCUS, a.link_:LINK{ 	
	font-size:12px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
} 

a.link_:hover {
	font-size:12px;
	color:#666666;
	font-weight:bold;
	text-decoration:underline;
}
.header{
	/*background-image: url(../images/logo.jpg);*/
	background-repeat: no-repeat;
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #0066CC;
}
.linea{
	background-image: url(../images/linea.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 8px;
}
.footer{
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 30px;
}
