@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#2B2B2B;
	background-image:url(../../images/background.jpg);
	background-repeat:repeat-x;
}

.normaltxt {
	font-family:verdana;
	font-size:10px;
	color:#ffffff;
}

.menutxt {
	font-family:verdana;
	font-size:10px;
	color:#FFFFFF;
}

.copyright {
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
}

.lineaHorizontal {
	width:100%;
	height:2px;
	background-color:#000000;
	background-repeat:repeat-x;
}

.lineaVertical {
	width:2px;
	background-color:#871E1F;
	background-repeat:repeat-y;
}

.link_blank, .link_blank:active {
font-family:Verdana;
font-size:10px;
color: #ffffff;
text-decoration:none;
}

.link_blank:hover {
font-family:Verdana;
font-size:10px;
color: #ffffff;
text-decoration:underline;
}

.Botones {
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	letter-spacing:1px;
	background-color: #FFFFFF;
	color: #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	width:80px;
	cursor:pointer;
}
