/*
-----------------------------------------------------------------------------------------
Libelum Internet Consulting CSS File at http://www.libelum.com
FileName:    libelum.css
Version:     15.06.2004
Project:     Version 2 of libelum official website
FileTask:    layout for www.libelum.com
For more information visit http://www.libelum.com OR send me coments to info@libelum.com
This CSS file is copyright, all rights reserved José Luis Checa
IMPORTANT: This file is not a template. You may not reproduce it elsewhere without the 
designer's written permission, but, feel free to study the CSS techniques.
-----------------------------------------------------------------------------------------
*/

/* Elementos Principales */
body {
	background : #330;
	margin: 0px;
}

#top {
	background: url(bg_top.jpg) no-repeat left top;
	margin: 0px auto 0px auto;
	width: 760px;
	height:50px;
	text-align:left;

}

.linetop{
	margin: 0px auto 0px auto;
	width: 760px;
	height:20px;
	background:url(bg_linetop.gif) no-repeat left top;
}

#footer {
	clear:both;
	width: 760px;
	height: 40px;
	text-align:left;
	font-size:12px;
	font-family: "Trebuchet MS",Arial;
	color: white;
	margin: 0px auto 20px auto;
}

.linebottom{
	margin: 0px auto 0px auto;
	width: 760px;
	height:20px;
	background:url(bg_linebottom.gif) no-repeat left top;
}

#container {
	margin: 0px auto 0px auto;
	width: 760px;
	height:auto;
	min-height:650px;
	background:white url(bg_container.jpg) no-repeat left bottom;
}

#menu {}

#f {
	font-weight: normal;
	font-size: 15px; 
	color:black; 
   	font-family: "Trebuchet MS",Arial; 
}

#f2 {
	font-weight: bold;
	font-size: 16px; 
	color: #E6751C; 
   	font-family: "Trebuchet MS",Arial; 
}

/* ------------------ ELEMENTOS SECCIÓN ARTICULOS-------------------------------------------------- */

.search {
	position: relative;
	float:right;
	top:10px;
	width: 200px;
	height:20px;
}

.newcontent {
	position: relative;
	float:right;
	top:0px;
	width: 200px;
	height:auto;
	padding:10px 20px 10px 10px;
}

.newcontentHome {
	position: relative;
	float:left;
	top:0px;
	width: 250px;
	height:auto;
	margin: -30px 10px 20px 10px;
}
.mostrecentFd {
	position: relative;
	float:right;
	top:0px;
	width: 260px;
	height:auto;
	margin: -30px 10px 20px 10px;
}

.anuncio{
	margin: 0px 0px 20px 10px;
	width: 600px;
	height:300px;
	float:left;

}

.categoriaFd {
	position: relative;
	float:right;
	top:0px;
	width: 260px;
	height:auto;
	margin: -30px 10px 20px 10px;

}

.articuloFd {
	margin: 10px 40px 40px 40px;
	width: 680px;
	height:auto;
	font-size:12px;
	background: url(end.gif) no-repeat bottom center;
}

p.ruteFd {
	font-size:12px;
	font-family: "Trebuchet MS",Arial;
	color:#555956;
}

p.catFd {
	font-size:12px;
	font-family: "Trebuchet MS",Arial;
	color:black;
	clear:both;
	padding: 5px 5px 5px 5px;
	text-align: justify;
}

a.novFd:link {
	font-size:12px;
	font-family: "Trebuchet MS",Arial;
	color:blue;
}

a.novFd:visited {
	font-size:12px;
	font-family: "Trebuchet MS",Arial;
	color:purple;
}

a.novFd:hover {
	font-size:12px;
	font-family: "Trebuchet MS",Arial;
	color:red;
}

/* ------------------ ELEMENTOS COMUNES -------------------------------------------------- */
	.orange {
	font-size: 12px; 
	font-weight: bold; 
	color: #E6751C;
	font-family: "Trebuchet MS",Arial;
	}
	
	p {
	font-size: 14px; 
	font-weight: normal; 
	color: #333;
	font-family: "Trebuchet MS",Arial;
	line-height: 20px
	}
	
	p.servicios {
	height:100px;
	font-size: 12px; 
	font-weight: normal; 
	color: white;
	font-family: "Trebuchet MS",Arial;
	text-align: justify;
	padding:8px 5px 0px 5px;
	background:url(bg_servicios.gif) no-repeat top;
	}
	
	p.articulosTexto {
	margin: 20px 10px 20px 10px;
	font-family: "Trebuchet MS",Arial, Georgia;
	font-size: 14px;
	text-align: justify;
	line-height: 20px;
	color: black;
}

	p.articulosMiniTexto {
	margin: 20px 10px 20px 10px;
	font-family: "Trebuchet MS",Arial, Georgia;
	font-size: 11px;
	text-align: center;
	line-height: 20px;
	color: black;
}

	h1 {
	font-family: "Trebuchet MS",Arial;
	font-size: 25px;
	font-weight : normal;
	text-align : center;
	color: black;
}

	h4 {
	background: #E2E2E4;
	margin: 10px 30px 10px 30px;
	padding: 5px 5px 5px 5px;
	font-family: "Trebuchet MS",Arial;
	font-size: 16px;
	font-style:italic;
	font-weight : normal;
	text-align : center;
	color: black;
	border:2px solid #555956;
	}


#description {
	DISPLAY: none
}

.description {
	DISPLAY: none
}
	a img {
	border-style:none;
	padding:5px 5px 5px 5px;
}		
	
    a:link{
	font-size:12px;
	color: blue;
	font-family: "Trebuchet MS",Arial;
	text-decoration : none;
}
    a:visited{
	font-size:12px;
	color: Purple;
	font-family: "Trebuchet MS",Arial;
	text-decoration : none;
}
    a:hover{
	font-size:12px;
	color:red;
	font-family: "Trebuchet MS",Arial;
	text-decoration:underline
}

	a.footerText:link, a.footerText:visited, a.footerText:hover {
	font-size:12px;
	font-family: "Trebuchet MS",Arial;
	color:white;
}

	a.new:link, a.new:visited, a.new:hover {
	font-size:12px;
	font-family: "Trebuchet MS",Arial;
	color:#555956;
}

.Button {
	BORDER: Black 1px solid;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: Black;
	FONT-FAMILY: "Trebuchet MS",Arial;
	HEIGHT: 20px;
	BACKGROUND-COLOR: #F7DCB3;
	TEXT-ALIGN: center;
	margin:0px 0px 0px 5px;
}

.Input {
	BORDER: Black 1px solid;
	FONT-SIZE: 11px;
	FONT-FAMILY: "Trebuchet MS",Arial;
	BACKGROUND-COLOR: #F7DCB3;
	margin:0px 0px 0px 0px;
}

hr {
	color : Black;
	height:1px;
}

 img {margin: 5px 5px 5px 5px;}	
 img.xml {margin: 5px 5px 0px 0px; float:left;}	
 img.Left {float:left; margin:5px 10px 5px 0px;}
 img.Right {float:right; margin:5px 5px 5px 10px;}
/* ----------------------------- Menú Desplegable -----------------------------*/
ul#nav {
	padding: 0px;
	margin: 0px 0px 0px 10px;
}

ul#nav li {
	float: left;
	position: relative;
	padding: 0px 10px 0px 10px;
	display: inline;
}

ul#nav li ul {
	display: none;
	position:absolute;
	top: 90%;
	left: 0;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border: 1px solid #042953;
	width:150px;
	font-size:12px;
	color: black;
	font-family: "Trebuchet MS",Arial;
	background :url(bg_menu.gif);
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
}

ul#nav li>ul { 
	top:auto;
	left:auto;
}

ul#nav li ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul#nav li:hover ul, ul#nav li.over ul {
	display: block;
}