/* 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: #FFCC00; 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: 14px verdana;
	font-weight: bold;
	color: #b60f0f;
}

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

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

#Men {
	color: #dab215;
	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: #dab215;
}

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

#Men a:hover {
	text-decoration:none;
	color: #FFCC00;
	background:red;
}

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

.yellow-text{color:#dab215;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: #e0e253;
}

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

.tabla-lateral a{
color:#b60f0f}

.tabla-lateral a:visited {
	text-decoration: none;
	color: #e0e253;
}

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

.favoritos a:hover {
  color: #FFCC00; 
  font-weight:bold;
  }
  
.tex a{
  color: #B60F0F;
}