/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: #000000;
	color: #333333;
	font: 12px verdana;
}

a {text-decoration: underline;color: #000; font-weight:bold;}

a:hover {text-decoration: none;color: #b50400; font-weight:bold;}

a:visited {text-decoration: underline;color: #b60f0f; font-weight:bold;} 

h1 {
	margin: 0;
	padding: 0;
	font: 11px verdana;
	color: #FFFFFF;
	text-align: right;
}

h2 {
	font: 12px verdana;
	font-weight: bold;
	color: #939292;
}

h3 {
	font: 12px verdana;
	font-weight: bold;
	color: #000000;
	text-transform:uppercase;
	border-bottom:1px dotted #b60f0f;
	/*background:#ccc0b5;*/
	padding:3px;
}

table{
	background:#FFF;
}
li {
	margin: 2px;
}

#Men {
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	text-align:center;
	text-transform:uppercase;
}

#Men a {
  display:block;
  padding: 8px;
}

#Men a:link {
	text-decoration: none;
	color: #b50400;
}

#Men a:visited {
	text-decoration: none;
	color: #939292;
}

#Men a:hover {
	text-decoration:none;
	color: #000;
	background:#b50400;
}

.white-text{color:#FFF;font-size:15px;}

.yellow-text{color:#FFF;font-size:10px;}

.yellow-text a{
	font: 11px verdana;
  text-align:center;
  font-weight:bold;
  color: #b60f0f;
}
.yellow-text a:visited {
	text-decoration: none;
	color: #939292;
}

.yellow-text a:hover {
  color: #b50400; 
  font-weight:bold;
  }

.tabla-lateral a{
font-size:13px;
color:#b60f0f;
text-decoration:none;
}

.tabla-lateral a:visited {
	color: #939292;
}

.tabla-lateral a:hover {
  color: #b50400; 
  font-weight:bold;
  }
  
.favoritos a{
  text-align:center;
  color: #b60f0f;
}
.favoritos a:visited {
	text-decoration: none;
	color: #939292;
}

.favoritos a:hover {
  color: #b50400; 
  font-weight:bold;
  }
  
ul {
	list-style-position: inherit;
	list-style-image: url(../cms/contenidos/imagenes/cartas.png);
}