@charset "UTF-8";
/* CSS Document */

body {
	background-color: #88212A;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}
.legales {
	font-size: xx-small;
	color: #A7811F;
}
.welcome {
	color: #A7811F;
}
.bienvenido {
	color: #A7811F;
	font-size: x-large;
}
.Capital {
	font-size: medium;
	color: #88212A;
	font-style: oblique;
	font-weight: bold;
	
}
.menu {
	color: #9d812e;
	font-size: small;
}
.rojo {
	font-size: small;
	color: #961D34;
}
.menucito {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #961D34;
}
.izq {
	background-repeat: repeat-y;
	background-position: left;
}
.der {
	background-repeat: repeat-y;
	background-position: right;
}
.top {
	background-repeat: repeat-x;
	background-position: top;
}
.boton {
	background-repeat: repeat-x;
	background-position: bottom;
}
/*                 LINKS                    */
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #961D34;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #961D34;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #961D34;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #961D34;
	text-decoration: none;
}
a.bienvenido:link {
	color: #A7811F;
	font-size: x-large;
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
}
a.bienvenido:visited {
	color: #A7811F;
	font-size: x-large;
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
}
a.bienvenido:hover {
	color: #A7811F;
	font-size: x-large;
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
}
a.bienvenido:active {
	color: #A7811F;
	font-size: x-large;
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
}
a.rest:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #A7811F;
	text-decoration: none;
}
a.rest:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: color: #A7811F;
	text-decoration: none;
}
a.rest:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: color: #A7811F;
	text-decoration: none;
}
a.rest:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: color: #A7811F;
	text-decoration: none;
}