/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: url(/imagenes/bg.gif) 0 0 #FFFFFF;	
	color: #000000;
	font: 13px Arial, Verdana, Times, serif;
}

a {
	color: #9D1000;
}

a:hover {
	text-decoration: none;
	color: #CD7B19;
}

a:visited {
		color: #9D1000;
} 

h1 {
	margin: 0;
	padding: 0;
	font: 13px Arial, Verdana, Times, serif;
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
}

h2 {
	font: 15px Arial, Verdana, Times, serif;
	font-weight: bold;
	color: #990000;
}

h3 {
	font: 14px Arial, Verdana, Times, serif;
	font-weight: bold;
	color: #990000;
}

ul {
	list-style-position: inherit;
	list-style-type: square;
}

li {
	margin: 2px;
}

#menu {
	color: #FFFF00;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

#menu a:link {
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
	color: #990000;
}

#fav {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

#fav a:link {
	text-decoration: none;
	color: #E7C76A;
}

#fav a:visited {
	text-decoration: none;
	color: #59FF59;
}

#fav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.title_home {
	font-weight: bold;
}

.breadcum {
	font-weight: bold;
}

#cat {
	color: #FFFFFF;
	font-weight: bold;
}

#cat a:link {
	text-decoration: none;
	color: #FFFFFF;
}

#cat a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#cat a:hover {
	text-decoration: underline;
	color: #FFFF00;
}

#art {
	color: #333333;
}

#art a:link {
	font-weight: bold;
	color: #990000;
}

#art a:visited {
	font-weight: bold;
	color: #990000;
}

#art a:hover {
	text-decoration: none;
	color: #CD7B19;
}

/* Buscador */

#buscador {
	border: 1px solid  #520000;
	font: 13px Arial, Verdana, Times, serif;
}

#buscador_b {
	border: 1px solid  #520000;
	background: #CD7B19;
	color: #FFFFFF;
	font: 13px Arial, Verdana, Times, serif;
}

#formulario {
	margin: 0;
	padding: 4px;
}

/* Menú Principal CSS */

#bricks{
	padding: 0;
	width: 670px;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#bricks ul{
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	list-style: none;
}

#bricks li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
}

#bricks a{
	float: left;
	display: block;
	color: white;
	margin: 0 1px 0 0;
	padding: 5px 5px;
	text-decoration: none;
	background-color: #CD7B19;
	border-bottom: 1px solid white;
	width: 100px;
}

#bricks a:hover{
	background-color: #520000;
}

#bricks #current a{
	background-color: #990000;
	border-color: #990000;
}

#bricksline{
	clear: both;
	padding: 0;
	padding-left: 2px;
	width: 663px;
	height: 5px;
	line-height: 3px;
	background: #990000;
}

.enl {
	font-size: 11px;
}

.recomendamos {
	font-size: 12px;
	color: #990000;
}

.recomendamos a{
	color: #000000;
	text-decoration: none;
}

.recomendamos a:hover{
	color: #520000;
	text-decoration: underline;
}

/* Ad */

.top_ad {
	width: 646px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 1px;
	padding: 8px;
	background-color: #FFFFF2;
	border: solid 1px #9D1000;
}

.top_ad a{
	color: #000000;
	text-decoration: none;
}

.top_ad a:hover{
	color: #CC0000;
	text-decoration: underline;
}

