/* CSS Document */


*{
margin:0;
padding:0;
}
	
/*Creas un ID que luego llamarás desde el HTML*/
#fondo_arriba{
	width:770px;
	height:100px;
	background-image:url(images/bg_header.jpg);
	background-repeat:repeat-y;
	padding:0px;
	border: none;
}
.textex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	color: #003366;
	text-decoration: blink;
	letter-spacing: normal;
	text-align: right;
	vertical-align: middle;
	word-spacing: normal;
	white-space: normal;
	cursor: text;
}
