/*
Theme Name: E-libros
Theme URL: http://www.graphicsbloodygraphics.com/
Description: Elibros.org
Version: 1.1
Author: Juan Miguel Pardo
Author URI: http://graphicsbloodygraphics.com/
Tags: black, custom header, fixed width, two columns, widgets, worn



*/




/*MAIN BODY STYLES */
*{

	padding:0;
	margin:0;
	
}

body {
  background-image: url(images/bg.gif);
  background-repeat: repeat;
  background-color: #cccccc;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
}
#container {
  margin: auto;
  width: 960px;
}

#header {
	width:960px;
	background-image: url(images/headerbg.gif);
	background-repeat: no-repeat;
	height:84px;
	margin-top: 20px;
}
	
#logo {float:left;
		display: inline;
		margin-top: 12px;
	}
	
#navegacion{
		height:49px;
		float:right;
		width:540px;
		padding-top:0px;
		padding-right:10px;	
}


#navegacion li {
		display: inline;
		float:left;
		padding-top:16px;
		padding-left:0px;
		
		}
	
#navegacion li a {
			display: block;
			height: 49px;
			text-indent: -9999px;
			float: left;
			
		}
		
#navegacion li.presentacion a {
			width:150px;
			height:49px;
			background: url(images/boton_presentacion.png) top left no-repeat;
			padding-left:0px;
		}
		
#navegacion li.servicios a {
			width:108px;
			height:49px;
			background: url(images/boton_servicios.png) top left no-repeat;
			padding-left:0px;
		}
		
#navegacion li.claves a {
			width:87px;
			height:49px;
			background: url(images/boton_claves.png) top left no-repeat;
			padding-left:0px;
		}

#navegacion li.registro a {
			width:130px;
			height:49px;
			background: url(images/boton_contacto.png) top left no-repeat;
			padding-left:0px;
		}

#navegacion li.carrito a {
			width:61px;
			height:49px;
			background: url(images/boton_carrito.png) top left no-repeat;
			padding-left:0px;
		}

#navegacion li a:hover {
			background-position: bottom left;
		}
		
#content-top{
		width:960px;
		height:50px;
		background-image: url(images/contenttop.png);
		}
		
#content{
		background-image: url(images/contentbg.png);
		background-repeat: repeat-y;
		width:960px;
		overflow: auto;}		

#content-right
		{float:right;
		width:350px;
		margin-right:80px;}
		
.post{
	width:355px;
	margin-bottom: 20px;
	margin-top: 20px}
	
.post-title h1{
	font-family: Georgia;
	font-size: 22px;
	color: #921111;}
	
.post-title p{
	font-family: Futura;
	font-size: 10px;
	color: white;
	background-color: black;
	display:block;
	}

.post-desc{
	margin-top:20px;
	font-family: Book Antiqua;
	font-size:14px;
	font-style: italic; }

.side-bar{
	width:383px;
	float:left;
	margin-left: 80px;}

.sidebar-link{
	list-style: none;
	font-family: Century;
	font-size: 23px;
	padding-top: 20px;}

#aulasvirtuales{
	width:383px;
	height:60px;
	background-image: url(images/aulasvirtuales.png);
	font-family: Century;
	font-size: 18px;
	padding-top: 10px;
	margin-top: 22px;
	margin-bottom:20px;}
	
#content-bottom{
	width:960px;
	height:70px;
	background-image: url(images/contentbottom.png);
	}
	
#footer-content{
	font-family: Book Antiqua;
	font-size: 12px;
	text-align: center;}

a:link{
		color: black;
		text-decoration:none;
		}
		
a:hover
	{color: #921111;
	text-decoration: none;}
	
a:visited {
	color: black;
	text-decoration: none;
}
		
.navigation

.entries

#search {margin-left:200px;}

.search-field {margin-left:30px;
				width:250px;}
