/*  
Theme Name: Alce
Theme URI: http://capricho.org/
Description: Alce eclA
Version: 0.1
Author: Noelio and The Zalaquetts couple
Author URI: http://binarybonsai.com/
*/

*{
	border:0;
	margin:0;
	padding: 0;
}

#izquierda{
	text-align: right;
}

#izquierda h1{
	text-indent: -100em;
	overflow: hidden;
	background: url('img/alce.jpg') no-repeat;

}
#izquierda h1 a{
	display: block;
	height: 204px;
	width: 204px;
	background: transparent!important;
}
#izquierda h2{
	display: none;
}


#izquierda ul li ul {
	margin-bottom: 50px;
} 


#izquierda ul li{
	list-style: none;
	text-transform: uppercase;
} 

.menu{
	margin-left: 35px;
}

#izquierda ul li ul li{
	list-style: none;
	text-transform:none;
} 

.top{
	position: relative;
	float: left;
	left: 220px;
}

.catalogo{
	margin-right: 30px;
	width: 200px;
	display: block;
	float: left;
}

.post{
	margin-bottom: 20px;
}


.negritopapurrimijitorico{
	font-weight: bold;
	color: #000;
}
.entry p strong{
	font-size: 1.4em;
	text-transform: uppercase;
	}

/*  Estilos basicos de TEXTO */

body{	
	font-size: 69%;
	color: #222;
	font-family: Arial, Helvetica, sans-serif
}

h1{
	margin:0;
	padding:5px;
	font-size: 1.8em;
	line-height: 1.2em;
	color:#222;
}

p{
	margin:0;
	padding:5px;
	font-size: 1em;
	line-height: 1.2em;
	color:#333;	
}

a:link, a:visited{
	margin:0;
	padding:0;
	border:0;	
	text-decoration:none;
	color:#111;
}

a:hover {
	color:#ddd;
	background: #111;
}


a img{
	border:0;
	margin:0;
}
 
.navigation{
	width: 100%;
	clear: both; 
	font-size: 0.8em;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-top: 30px!important;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
} 

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

/* Estilos de LAYOUT */ 
 

body{
	margin:0;
	padding:0;
	border:0;
	text-align:center;
	}
	
#contenedor{
	margin:auto;
	padding:0;
	border:0;
	width:920px;  /*  Ancho total del layout  */
	text-align:center;
	}

#cuerpo{
	margin:auto;
	padding:0;
	border:0;
	width:100%;
	clear:both;
	text-align:center;
	}


.limpia {
	margin:0;
	padding:0;
	border:0;
	clear:both;
	visibility:hidden;	
	}

	
#izquierda{
	margin:0;
	padding:0;
	border:0;
	width:220px;
	text-align:left;
	float:left;
	}


#centro{
	margin:auto;
	padding:0;
	padding-top: 40px;
	border:0;
	width:700px; 
	text-align:justify;
	float:right;
	}
	
#pie{
	width: 100%;
	text-align: right;
}
	
/* hacks */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */	