/* CSS Document */
body
{
	margin-top:0px;
	margin-bottom:opx;
}

#contenedor 
{
	position: relative;
	margin: 0 auto;
	width: 750px;
	left: 0px;
	top: 0px;
}

.header
{
	background-image: url(../images/header.jpg);
	width:750px;
	height:96px;
	background-repeat:no-repeat;
}
.header a
{
	display:block;
	width:200px;
	height:70px;
	position:absolute;
	left:530px;
	top:10px;
}
.menu
{
	background-image:url(../images/menu.jpg);
	width:750px;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

.menu a
{
	font-size:12px;
	color: #FFFFFF;
	text-decoration:none;
}

.menu a:hover
{
	font-size:12px;
	color:#FFFFFF;
	text-decoration:underline;
}

.contenido
{
	background-image:url(../images/contenido.jpg);
	width:544px;
	height:375px;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4e4e4e;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
}

.header_categorias
{
	background-image:url(../images/header_categorias.jpg);
	width:166px;
	height:24px;
	background-repeat:no-repeat;
	text-align:right;
	padding-right:10px;
}
.header_categorias a
{
	font-weight:bold;
	color:#212121;
	text-decoration:none;
}
.header_categorias a:hover
{
	color:#588cc8;
	text-decoration: underline;
}

.verde_cat_repeat
{
	background-image:url(../images/verde_cat_repeat.jpg);
	width:166px;
	height:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
}

.verde_cat_repeat a
{
	color:#FFFFFF;
	text-decoration:none;
}

.verde_cat_repeat a:hover
{
	color:#588cc8;
	text-decoration: underline;
}


.footer_contenido
{
	background-image:url(../images/footer_contenido.jpg);
	width:750px;
	height:25px;
	background-repeat:no-repeat;
}

.titulo
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#8395a2;
}

.pie_pagina
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3e3e3e;
}

.pie_pagina a
{
	color:#3e3e3e;
	text-decoration:underline;	
}

.pie_pagina a:hover
{
	color:#3e3e3e;
	text-decoration: none;	
}

.direccion
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#494949;
	background-image:url(../images/contenido_repeat.jpg);
}

.direccion p
{
	margin:4px;
}
.titulo_categoria{
	font-size:18px;

}

