﻿* {
	margin: 0;
	padding: 0;
}
body {
	background-position: 0px 0px;
	font-family: tahoma;
	background-repeat: repeat-x;
	background-image: url('images/loto.png');
	background-attachment: fixed;
	background-color: #000B6A;
	color: #E4A545;
	cursor: default
}
.negro {
	color: #000000;
}
.xlarge {
	font-size: x-large;
}
.large {
	font-size: large;
}

.menu {
	text-decoration: none;
	font-family: Tahoma;
	color: #774F11;
	font-size: 15px;
	text-align: center;
	font-weight: 100;
}
.right {
	text-align:right
}
.center {
	text-align:center
}
a {
	text-decoration: none;
}
a:hover {
	color: #DF4F09;
}
.linkright {
	color: #E78358;
	text-align: right;
}
.titulo {
	color: #E78358;
	text-align: center;
	font-size: x-large
}

.bold
{
	font-weight: bold
}
.italic
{
	font-style: italic
}
.autor{
    text-align: right;
    padding-right: 20%;
    color: #E8743C;
    font-size: large;
    }
    
.link {
	color: #E78358;
}
.quote {
	color: #E8743C;
	font-family: Arial;
	font-size: xx-large;
}
.naranja {
	color: #EB8554;
	font-family: Arial;
	font-weight: bold;
}
.borde {
	border: 2px solid #FF9966;
	margin-right: 10px;
	margin-bottom: 7px
}
.shantidasi {
	text-align: center;
	color: #E8743C;
	font-size: xx-large
}
.naranjasinbold {
	color: #EB8554;
	font-family: Arial;
}
.bordenegro {
	border: 2px solid #000000;
	margin-right: 10px;
	margin-bottom: 7px;
}
.borde3 {

	margin-left: 10px;
	margin-bottom: 7px;
}
.borde2 {
	border: 2px solid #FF9966;
	margin-bottom: 7px;
	margin-left: 10px;
}
