/*---------------------------------------------------------------------
CSS BÁSICO
---------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}

a{
	color: #888;
	text-decoration:none;
}

a:hover{
	color:#000;
	text-decoration:underline;
}

a img{
	border: none;
}

body{
	background: #FFF url(img/vector2.gif) 100% 0% no-repeat;
	/*color: #787878;*/
	color: #333;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 11px;
}

h1{
	color: #333333;
	font-size: 1.5em;
	font-weight: normal;
	margin: 1.5em 0px;
}

h2{
	color: #4E4E4E;
	font-size: 1.15em;
	font-weight: normal;
}

h3{
	/*color: #FFFFFF;*/
	font-size: 1.15em;
	font-weight: normal;
}

p{
	line-height: 1.75em;
	margin: 10px 0;
}

hr{ 
	clear: both;
	background: #000; 
	border: none;
	visibility: hidden;
}

.right{
	float:right;
	border: #ccc 1px solid;
	padding: 3px;
	margin-left: 5px;
	margin-bottom: 3px;
}

.left{
	float:left;
	border: #ccc 1px solid;
	padding: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
}

.center{
	clear: both;
	border: #ccc 1px solid;
	padding: 3px;
	margin: 0 auto;
	text-align: center;
}

/*---------------------------------------------------------------------
CSS WRAPPER
---------------------------------------------------------------------*/

#wrapper{
	width: 100%;
	padding: 0;
	margin: 0;
	background: url(img/vector.gif) right bottom no-repeat;
}

/*---------------------------------------------------------------------
CSS HEADER
---------------------------------------------------------------------*/

#contenedor-cab{
	clear: both;
	width:100%;
	height: 160px;
}

#cabecera{
	background:  url('img/logo.gif') no-repeat;
	text-indent: -9999px;
	float:left;
	margin:0px;
}

#cabecera a{
	display: block;
	width: 570px;
	height: 160px;
}

#cabecera a:hover{
	background: url('img/logohover.gif') no-repeat;
	display: block;
	width: 570px;
	height: 160px;
}

/*---------------------------------------------------------------------
CSS POSTS
---------------------------------------------------------------------*/

.story .details{
	margin:1em 0;
	text-align:right;
	border-top:1px solid #cccccc;
	padding:0.5em 0;
	font-size:0.90em;
	color:#4D4D4D;
}

.story .details .read-on{
	background:url(img/readon_black.gif) 100% 60% no-repeat;
	padding-right:20px;
}

.story .details a{
	color:#4D4D4D;
	text-decoration:none;
	border-bottom: 1px dotted;
}

.story .details a:hover{ 
	color:#000000;
	border-bottom: 1px dotted;
}

#primary.twocol-stories .story{
	float:left;
	width:35%;
	margin:3% 0 5% 10%;
	display:inline;
}

.story a{
	color: #888;
	border-bottom: 1px #888 dotted;
	text-decoration: none;
}

.story a:hover{
	color: #000;
	text-decoration: underline;
	border-bottom: none;
}

.story li{
	margin-bottom: 10px;
}

.der{
	padding-bottom: 150px;
}

/*---------------------------------------------------------------------
CSS SEARCHFORM
---------------------------------------------------------------------*/

#searchform{
	float: right;
	margin-top: 4%;
	/*margin-right: 10%;*/
	padding-right: 140px;
	background:url(img/search.gif) no-repeat;
	padding-left:20px;
}

/*---------------------------------------------------------------------
CSS SIDEBAR
---------------------------------------------------------------------*/

#sidebar{
	background: #000;
	color: #FFF;
}

#sidebar a{
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#sidebar h2{
	color: #4E4E4E;
	font-size: 1.15em;
	font-weight: normal;
}

.block{
	float: left;
	/*margin: 4% 5%;*/
	width: 27%;
	text-align:center;
	padding: 3%;
	line-height: 1.75em;
}

#categorias{
	background: url(img/categorias.gif) no-repeat;
	text-indent: -9999px;
	display:block;
	height: 31px;
	width: 120px;
	margin:auto;
	margin-bottom: 20px;
}

#archivo{
	background: url(img/archivo.gif) no-repeat;
	text-indent: -9999px;
	display:block;
	height: 31px;
	width: 90px;
	margin:auto;
	margin-bottom: 20px;
}

#ultimos{
	background: url(img/ultimos.gif) no-repeat;
	text-indent: -9999px;
	display:block;
	height: 31px;
	width: 180px;
	margin:auto;
	margin-bottom: 20px;
}

#acerca{
	background: url(img/acerca.gif) no-repeat;
	text-indent: -9999px;
	display:block;
	height: 31px;
	width: 120px;
	margin:auto;
	margin-bottom: 20px;
}

#enlaces{
	background: url(img/enlaces.gif) no-repeat;
	text-indent: -9999px;
	display:block;
	height: 31px;
	width: 90px;
	margin:auto;
	margin-bottom: 20px;
}

#sidebar ul{ 
	list-style: none; 
}

/*---------------------------------------------------------------------
CSS PIE
---------------------------------------------------------------------*/

#pie{
	background: #000;
	color: #FFF;
	width:100%;
	height: 30px;
}

#creditos{
	float:left;
	margin-left: 4%;
}

#pie ul{
	float:right;
	margin-right: 4%;
}

#pie ul li {
display: inline;
background: url(img/feed.png) left center no-repeat;
padding:5px 20px;
}

#pie ul li a{
	color: #FFF;
}

/*---------------------------------------------------------------------
CSS SINGLE
---------------------------------------------------------------------*/

#single-post .story{
	width:37%;
	float: left;
	margin: 3% 5% 10% 10%;
}

#secondary{
	float: right;
	margin: 3% 12% 10% 0;
	width: 33%;
}

/*---------------------------------------------------------------------
CSS COMMENTS
---------------------------------------------------------------------*/

input.textfield, textarea{
	background-color: #F8F8F8;
	border: 1px solid #868686;
	margin: 5px 0px;
	width: 99%;
}

#comment{
	background-color: #F8F8F8;
	border: 1px solid #868686;
	margin: 5px 0px;
	width: 99%;
	height: 10em;
}

#comments {
	list-style: none;
	margin-bottom: 20px;
	margin-top: 3%;
}

#comments li{
	margin-bottom: 10px;
	border-bottom: #ccc 1px solid;
}

#comments cite{
	float: left;
	font-style: normal;
	text-align: left;
	width: 31%;
}

#comments cite .author{
	font-size: 1.4em;
	font-weight: bold;
	color: #444;
}

#comments .content{
	/*border-left: 1px solid #ccc;*/
	float: left;
	margin-left: 1%;
	padding: 0px 0px 0px 2%;
	width: 100%;
}

.gravatar{
	float: left;
	border: #999 1px solid;
	padding: 2px;
	margin: 0px 5px 0 0;
}

#comments .textcomentario{
	color: #555;
	width: 80%;
	float: left;
}

#comments cite{
	line-height: 2em;
}

/*---------------------------------------------------------------------
CSS ARCHIVE
---------------------------------------------------------------------*/

.archive{
	list-style: none;
	width: 37%;
	margin: 0 auto;
}

.archive li{
	padding-bottom: 35px;
}

.archive .details{
	margin:1em 0;
	text-align:right;
	border-top:1px solid #cccccc;
	padding:0.5em 0;
	font-size:0.90em;
	color:#4D4D4D;
}

.archive .details .read-on{
	background:url(img/readon_black.gif) 100% 60% no-repeat;
	padding-right:20px;
}

.archive .details a{
	color:#4D4D4D;
	text-decoration:none;
	border-bottom: 1px dotted;
}

.archive .details a:hover{ 
	color:#000000;
	border-bottom: 1px dotted;
}

#categoria{
	width: 40%;
	margin-left: 10%;
}

.titarchivo{
	margin-left: 20px;
	margin-top: 50px;
	margin-bottom: 30px;
}

.navigation{
	list-style: none;
	width: 37%;
	margin: 0 auto;
}

.sig{
	background: url(img/siguientes.gif) no-repeat;
	text-indent: -9999px;
	float: right;
	padding-bottom: 130px;
}

.sig a{
    display:block;
	width: 184px;
	height: 149px;
}

.ant{
	background: url(img/anteriores.gif) no-repeat;
	text-indent: -9999px;
	float: left;
	padding-bottom: 130px;
}

.ant a{
    display:block;
	width: 184px;
	height: 149px;
}

/*---------------------------------------------------------------------
CSS OTROS
---------------------------------------------------------------------*/

.chat{
	font-family: monospace;
}
