	body{
		/*background: #171717;*/
		background: #000;
		margin: 0;	
		font:11px Verdana,Helvetica,Arial,Geneva,Helvetica,sans-serif;
		color: #fff;
	}
	
	/** Header **/
	
	div#head_cont{
		width: 800px;
		height: 300px;
		background: url(templates/rigs/header_jaguar.jpg) no-repeat center;
		margin: 0 auto 0 auto;
		position: relative;
		border-left: 5px #121212 solid;
		border-right: 5px #121212 solid;
	}
	
	div#head_cont h1{
		display: none;	
	}	
	
	div#head_cont a{
		display: block;
		width: 390px;
		height: 42px;
		background: url(templates/rigs/or_logo.png) no-repeat center;
		margin: 0;
		padding: 0;
		position: absolute;
		bottom: 87px;
		left: 93px;
	}
	
	/** Wrapper **/	
	
	div#wrapper{
		width: 800px;
		overflow:hidden;
		margin: 0 auto 0 auto;
		background: #171717 url(templates/rigs/line_head.png) no-repeat top center;
		border-left: 5px #121212 solid;
		border-right: 5px #121212 solid;
	}
	
	
	/** Menu **/
	
	div#wrapper div#menu{
		position: relative;
		width: 800px;
		height: 20px;
		padding: 5px;
		margin: 0 auto 0 auto;
		/*background: url(templates/rigs/menu.png) repeat-y center;*/
		background: #121212;
	}
	
	div#wrapper div#menu ul#nav{
		position: absolute;
		right: 5px;
		margin: 0;
		list-style: none;
	}
	
	div#wrapper div#menu ul#nav li{
		float: right;
		margin-left: 7px;
		display: block;
		width: 60px;
		padding: 2px;
		text-align: center;
		color: #dbf154;
	}
	
	div#wrapper div#menu ul#nav li a{
		color: #8de7fe;
        text-decoration: none;
	}
    
    div#wrapper div#menu ul#nav li a:hover{
		color: #37d2fb;
	}
    
    div#wrapper div#menu ul#nav li a.selected{
		color: #dbf154;
	}
	
	/** Izquierda **/
	
	div#wrapper div#izquierda{
		width: 75%;
		margin: 5px 0 5px 5px;
		display:inline;
		float:left;
		padding:7px;
	}
	
	/** Derecha **/
	
	div#wrapper div#derecha{
		width: 19%;
		/*background: #000000;*/
		margin: 5px 5px 5px 0;
		display:inline;
		float:right;
		padding:7px;
	}
	
	/** Footer **/
	
	div#footer{
		width: 800px;
		height: 51px;
		clear: both;
		margin: 0 auto 0 auto;
		/*background: url(templates/rigs/footer.png) no-repeat top center;*/
		background: #121212;
		border: 5px #121212 solid;
	}
	
	div#footer p{
		margin: 0;
		padding: 10px 0 0 10px;
		/*background: url(templates/rigs/line_head.png) no-repeat top center;*/
	}
	
	div#footer p strong{
		color: #d0e937;
	}
	
	/** Post **/
	
	div.post{
		margin-bottom: 30px;
	}
	
	div.post h1, div.secciones h1{
        font-size: 24px;
		color: #cfe834;
		font-weight: lighter;
		letter-spacing: -1px;
		margin:0;
		padding-bottom: 10px;
        line-height: 24px;
        background: url(templates/rigs/divisor.png) repeat-x bottom;
        text-transform: capitalize;
	}
	
	/*div.post h1:hover{
		border-bottom: 1px #ffffff dotted;
	}*/	 
	
	div.post h1, div.post h1 a{
		color: #cfe834;
		text-decoration: none;
	}
	
	div.post h1 a:hover{
		color: #e6f974;
	}
	
	div.secciones h3, div.post h3{
		color: #E6F972;
		margin: 0;
	}
	
	div.secciones p.content, div.post p.content{
		color: #c2c2c2;
		margin-top: 0;
		margin-bottom: 0;
		text-align: justify;
		padding: 10px;
		padding-bottom: 15px;
        line-height: 17px;
        /*background: url(templates/rigs/divisor.png) repeat-x bottom;*/
        position: relative;
        font-size: 11.5px;
	}
	
	div.secciones a,div.post a, div.post p.content a{
		color: #37d2fb;
		text-decoration: none;
	}
	
	div.secciones a:hover,div.post p.content a:hover{
		text-decoration: underline;
	}
	
	div.post p.content img.imagenes, blockquote p img.imagenes2 {
		padding: 2px;
		margin: 0;
		border: 2px #141414 solid;
	}

	div.secciones p img.imagenes2, div.post p.content img.imagenes2, blockquote p img.imagenes2 {
		padding: 2px;
		margin: 2px 10px 3px 0;
		border: 2px #141414 solid;
		float: left;
	}
	
	div.post a img{
		border: 2px #141414 solid;
	}
	
	div.post div.post-foot{
		position: relative;
		height: 18px;
		margin: 2px 0 0 0;
		padding: 3px;
	}
	
	div.post div.post-foot ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	div.post div.post-foot ul li{
		float: left;
		padding-left: 15px;
		margin-right: 10px;
	}
	
	div.post div.post-foot ul li.fecha{
		color: #c2c2c2;
		background: url(templates/rigs/calendar.gif) no-repeat left;
	}
	
	div.post div.post-foot ul li.coment{
		background: url(templates/rigs/comment.gif) no-repeat left;
	}
	
	div.post div.post-foot ul li.catego{
		background: url(templates/rigs/folder.gif) no-repeat left;
	}
	
	div.post div.post-foot ul li a{
		color: #e6f972;
		text-decoration: none;
	}
	
	div.post div.post-foot ul li a:hover{
		text-decoration: underline;
	}
	
	div.post blockquote{
		width: 512px;
		min-height: 100px;
		margin: 5px auto 10px auto;
		padding: 0;
		background: url(templates/rigs/quote.png) no-repeat center;
		color: #5A5A5A;
		font-style: italic;
		position: relative;
	}
	
	div.post blockquote p{
		width: 80%;
		text-align: justify;
		margin: 0 auto 0 auto;
		padding: 5px 0 5px 0;
	}
    
    div.post a.more{
        display: block;
        width: 60px;
        background: #0da4cc;
        margin-left: 10px;
        margin-bottom: 10px;
        padding: 2px;
        text-align: center;
        text-decoration: none;
        color: #ffffff;
    }	
    
    div.post a.more:hover{
        background: #37d2fb;
    }
    
    
    /* code */
    div.post div.code{
    	width: 100%;
    	overflow-x: auto;
    	margin-top: 4px;
    	padding: 5px 5px 15px 5px;
    	background: #1e1e1e;
    	border: 0;
    	border-top: 1px #222222 solid;
    	border-bottom: 1px #151515 solid;
    	color: #c0c0c0;
    }
    
    div.post div.code code{
    	margin: 0;
    	padding: 0;
    }
    
    div.post div.code code span{
    	color: #ccc!important;
    }
    
    /** Pag **/
    
    #izquierda ul.paginacion{
        width: 50%;
        font-size: 10px;
        list-style: none;
        margin: 0 auto 10px auto;
        padding: 0;
    }
    
    #izquierda ul.paginacion li{
    	display: inline;
    	margin-right: 10px;
    }
    
    
    #izquierda ul.paginacion li a{
    	padding: 7px 37px 7px 37px;
    	color: #7b7b7b;
    	text-decoration: none;
    }
    
    #izquierda ul.paginacion li a:hover{
    	color: #c0c0c0;
    }
    
    #izquierda ul.paginacion li a.old{
    	background: url(templates/rigs/boton_izq.png) no-repeat center;
    	text-align: right;
   	} 
   	
   	#izquierda ul.paginacion li a.new{
    	background: url(templates/rigs/boton_der.png) no-repeat center;
   		text-align: left;
   	} 
    
    
	/** Derecha **/
	
	div#wrapper div#derecha h2{
		margin-top: 0;
		margin-bottom: 0;
		padding: 5px 0 5px 0;
		font-weight: lighter;
		letter-spacing: -1px;
		color: #cfe834;
	}
	
	div#wrapper div#derecha ul{
		margin: 5px 0 5px 0;
		padding: 0;
		list-style: none;
	}
	
	div#wrapper div#derecha ul li{
		padding: 0 0 5px 15px;
		margin: 5px 10px 5px 10px;
		border-bottom: 1px #333333 dotted;
	}
	
 	div#wrapper div#derecha ul li a{
		color: #e6f972;
		text-decoration: none;
	}
	
	div#wrapper div#derecha ul li:hover{
		border-bottom: 1px #ffffff dotted;
	}
	
	
	/** Categorias **/
	div#wrapper div#derecha ul.extras li{
		background: url(templates/rigs/arrows.gif) no-repeat 0px 7px;
	}
	
	div#wrapper div#derecha ul.categorias li{
		background: url(templates/rigs/folder.gif) no-repeat 0px 3px;
	}
	
	/** Buscador **/
	div#wrapper div#derecha div#buscador{
		height: 32px;
		position: relative;
		margin: 7px 0 10px 0;
		padding: 0;
		background: url(templates/rigs/buscador.png) no-repeat bottom center;
	}
	
	div#wrapper div#derecha div#buscador input{
		margin: 0;
		border: 0;
		padding: 0;
	}
	
	div#wrapper div#derecha div#buscador input.txt{
		width: 95px;
		height: 21px;
		font-size: 11px;
		color: #c0c0c0;
		background: transparent;
		margin-left: 18px;
	}
	
	div#wrapper div#derecha div#buscador input.btn{
		width: 28px;
		height: 30px;
		background: transparent;
	}
    
    /* Comentarios */
    
    div#comentarios h1{
        font-size: 24px;
		color: #cfe834;
		font-weight: lighter;
		letter-spacing: -1px;
		margin-bottom: 0;
		padding-bottom: 9px;
		background: url(templates/rigs/divisor.png) repeat-x bottom;
        line-height: 24px;
	}
    
     div#comentarios ul{
        width: 90%;
        list-style: none;
        margin: 10px auto 0 auto;
        padding: 0;
     }
    
    div#comentarios ul li{
        margin-bottom: 10px;
        padding: 15px 10px 15px 10px;
        text-align: justify;
        background: #1e1e1e;
    	border-top: 2px #222222 solid;
    	border-bottom: 2px #151515 solid;
    	font-size: 11.1px;
    }
    
    div#comentarios ul li img{
        float: left;
         padding: 0 5px 0 0;
    }
    
    div#comentarios ul li strong{
        color: #e6f972;
    }
    
    div#comentarios ul li a{
		color: #37d2fb;
		text-decoration: none;
	}
	
	div#comentarios ul li a:hover{
		text-decoration: underline;
	}
    
    div#comentarios ul li span{
        color: #383838;
        font-size: 9px;
    }
    
    form#respond-form{
        width: 90%;
        margin: 0 auto 0 auto;
        position: relative;
    }
    
    form#respond-form h3{
    	color: #CFE834;
    	margin: 30px 0 0 0;
    	letter-spacing: -1px;
    	font-size: 16px;
    	font-weight: lighter;
    	text-transform: capitalize;
    }
    
    form#respond-form label, form#respond-form label input, form#respond-form small{
        display: block;
        color: #383838;
  	}  
    
    form#respond-form label{
        margin-bottom: 10px;
       	font-size: 13px;
       	letter-spacing: -1px;
    	color: #454545;
    }
    
    form#respond-form label.error{
		color: red;
		font-size: 11px;
		letter-spacing: 0;
    }
    
    form#respond-form label input, form#respond-form label textarea{
    	margin-top: 4px;
    	padding: 5px;
    	background: #1e1e1e;
    	border: 0;
    	border-top: 1px #222222 solid;
    	border-bottom: 1px #151515 solid;
    	color: #949494;
    	font:11px Verdana,Helvetica,Arial,Geneva,Helvetica,sans-serif;
    }
    
    form#respond-form label textarea{
    	width: 97%;
    }
    
    form#respond-form p.respond-author{
        display: block;
        width: 170px;
        float: left;
    }
    
    form#respond-form p.respond-comment{
        width: 280px;
        display: block;
        float: right;
    }
    
    form#respond-form #submit{
    	width: 128px;
    	height: 50px;
    	background: url(templates/rigs/send.png) no-repeat center;
    	border: 0;
    	font-size: 13px;
    	color: #7b7b7b;
    	letter-spacing: -1px;
    	margin: 0;
    }
    
    form#respond-form #submit:hover{
    	color: #CFE834;
    }