/*
	Original pojoclan.com
*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #10151B;
	font: normal 0.7em Verdana, Geneva, sans-serif;
}
div a {
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}
h1 {
	color: #444;
	font: normal 2em sans-serif;
	margin: 18px 0 0 0;
}
code {
/*	background: url(img/bgcode.gif);*/
	border: 1px solid #F0F0F0;
	border-left: 6px solid #D91623;
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #555;
	display: block;
	font: bold 1.2em "Trebuchet MS",serif;
	margin: 6px 0;
	padding-left: 28px;
}

/* structure */
.main {
	width: 900px;
	margin: 0 auto;
	background-color:#FFF;
	border:solid 1px #FFF;
}
.main_left {
	float: left;
	padding-top: 6px;
	width: 900px;
}
.main_right {
	border-top: 6px solid #FFF;
	float: right;
	width: 254px;
	display:none;
}
.footer {clear: both;}

/* misc */
.left {
	float: left;
}
.right {
	float: right;
}
.header,.link_projects,.lbl,.link_updates a {
	border-bottom: 6px solid #FFF;
}
div.link_projects a:hover,div.link_updates a:hover, .content a:hover, div.footer div.left a:hover {
	background: #036;
	color: #FFF;
}

/* logo */
.header {
	background-color: #666;
	background-image:url(img/banner.png);
	background-repeat:no-repeat;

	height: 180px;
}
.header h1 {
	margin: 0;
	padding: 124px 0 0 24px;
	font: normal 2.2em Verdana,sans-serif;
}
/* main navigation */
.link_menu {
	background-color: #666;
}
.link_menu a {
	border-bottom: 1px solid #FFF;
	display: block;
	font: bold 0.9em Verdana,sans-serif;
	height: 18px;
	padding: 6px 0 0 10px;
	text-decoration: none;
}
.link_menu a:hover {background: #444;}


/* login */
#divSesion {
	float:right;
	padding:5px;
	text-align:right;
	font-size:.8em;
	margin:auto;
	color:#FFF;
}

#divSesion a{
	text-decoration:none;
}
#divSesion a:hover{
	text-decoration:underline;
}

#divSesion .selected,#divSesion .selected a{
	background-color:#fff;
	color:#000;
}
#divSesion #frmLogin {
	border-top:solid 3px #FFF;
	background-color:#ccc;
	color:#000;
}
#divSesion #frmLogin input{
	margin:2px;
	height:15px;
	width: 80px;
}

#frmRegistro label{
	font-weight:bold;
	vertical-align:middle;
}
#frmRegistro label input{
	margin:5px;
}

/* projects */
.lbl {
	background: #222 url(img/bglbl.gif) repeat-x;
	clear: both;
	color: #FFF;
	font: normal 2em "Lucida Sans Unicode",sans-serif;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
}
.lbls {
	background: #222 url(img/bglbl.gif) repeat-x;
	clear: both;
	color: #FFF;
	font: normal 1em "Lucida Sans Unicode",sans-serif;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	text-align: center;
	border-top: 6px solid #FFF;
	border-bottom: 6px solid #FFF;
}

.link_projects a {
	display: block;
	height: 100px;
	text-align: center;
	color: #FFF;
	padding-top: 24px;
	width: 124px;
	font-size: 0.9em;
	font-family: sans-serif;
}
.link_projects a span {
	font: normal 5em sans-serif;
}
a.g1 {
	background: #888;
}
a.g2 {
	background: #666;
	border-left: 6px solid #FFF;
}
/* updates */
.link_updates {
	background: #222 url(img/grdnt_gray.gif) repeat-x;
}
.link_widgets {
	background: #222 url(img/grdnt_gray.gif) repeat-x;
	border-bottom: 6px solid #FFF;
}
.link_updates .lbl {
	border-top: 6px solid #FFF;
	height: 100px;
	line-height: 100px;
}
.link_updates a {
	clear: right;
	display: block;
	font: normal 1.2em "Trebuchet MS",sans-serif;
	height: 55px;
	padding: 10px 0;
	text-align: center;
}
.link_updates a span {
	float: left;
	font: normal 3em Verdana,sans-serif;
	letter-spacing: -2px;
	margin-left: 10px;
	margin-top: 3px;
}

/* content */ 
.content {
	color: #444;
	font-size:1.2em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:1.8em;
	padding: 0 10px 10px; 
}
.content a {
	color: #003;
}
.content p {
	margin: 4px 0 10px 0;
}
.content .descr {
	color: #666;
	margin-bottom: 6px;
}
.content .tags{
	float:right;
	font-size:.8em;
}
/*.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}*/
.content_img{
	text-align:center;
	margin:auto;
}
.content_img img{
	margin:auto;
	max-width:380px;
	border:#999999 solid thin;
	text-align:center;
	padding:2px;
}
.cont_paginado{
	font-size:.8em;
	color: #fff;
	font-family: Verdana,sans-serif;
	line-height: 1.3em;
	padding: 0 10px 10px; 
}
.cont_paginado a {
	padding:5px;
}
.cont_paginado .selected{
	background: #999;
	border:solid 1px #000;
	color: #FFF;
	font-weight:bold;
}

/* footer */
.footer {
	color: #666;
	clear: both;
}
.footer .right a {
	background: #2A2A2A;
	color: #555;
	padding: 1px 3px;
}
.footer .right a:hover {
	background: #383838;
	color: #999;
}
.footer .left a {
	color: #777;
}
.footer .left {
	border-top: 1px solid #F0F0F0;
	padding: 9px 0 9px 9px;
/*	width: 407px;*/
}
.footer .right {
	margin-right: 8px;
	padding: 9px 0;
	text-align: right;
	width: 220px;
}

#Comentarios .editor textarea{
	width:100%;
	height:50px;
}

#Comentarios .editor input{
	float:right;
	margin:5px;
}

.comentario{
	border-left:solid 3px #CCC;
	clear:both;
	margin:5px 0px;
	padding-left:5px;
	background-color:#DDD;
}

.comentario:hover{
	border-left:solid 3px #FD1C24;
	background-color:#EEE;
}

.comentario .avatar{
	float:right;
}

/*ARCHIVOS*/
.archivo a,.archivo a:hover{
	display:inline-block;
	margin:2px;
	padding-left: 21px;
	background-image:url(img/question.png);
	background-repeat:no-repeat;
	line-height:18px;
}
.archivo a:hover{
	background-color:#F00;
}
.alert { color:#FFF; background-color:#F99; 
		  font-weight:bold; padding:2px; 
		  color:#F00; 
		  border:dashed thin #F00; margin:2px; width:800px;}
.smiley img { margin:2px 0px; } 

/*
.archivo.image_png{	background-color:#09F;}
.archivo.image_gif{	background-color:#08E;}
.archivo.image_jpeg{background-color:#07D;}*/
/*FIN ARCHIVOS*/

