/*  
Theme Name: Digg 3 Columns
Theme URI: http://www.wpdesigner.com
Description: Digg-like 3 Columns Wordpress theme created by Small Potato (WPDesigner.com)
Version: 1.0
Author: Small Potato
Author URI: http://www.wpdesigner.com/

	This theme is released under Creative Commons Attribution 2.5 License.

*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #666 url(images/bk.jpg);
	color: #fff;
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 16px;
}

a{
	text-decoration: underline;
	color: #7f7157;
}

a:hover{ text-decoration: none; }

a img{ border: none; }

abbr, acronym{ border: 0; }

address, dl, p{ padding: 10px 0 0; }

blockquote{
	margin: 10px 10px 0;
	background: #fffada url(images/bg_blockquote.gif) no-repeat 5px 7px;
	color: #736926;
}

blockquote p{
	padding: 10px 10px 10px 20px;
}

blockquote blockquote{
	margin: 10px 20px;
	background: #fff;
	color: #333;
}

blockquote blockquote p{ padding: 10px; }

code{
	background: #f9f9f9;
}

dt{
	font-weight: bold;
}

dd{
	padding: 0 0 5px 15px;
}

hr{
	clear: both;
	margin: 15px 0 5px;
	width: 100%;
	border: 0;
	height: 1px;
	text-align: left;
	background: url(images/bg_comment_bottom.gif) no-repeat;
}

small{
	font-size: 10px;
}

input, textarea{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	padding: 2px;
}

input#author, input#email, input#url, textarea#comment{
	border: 1px solid #cbb945;
	background-color: #fffadb;
	padding: 3px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

#container, #header, #menu, #menu ul li, #menu ul li a, #pagetitle, h1, #syndication, .pagewrapper, .page, .wrapper, .narrowcolumnwrapper, .narrowcolumn, .content, .post, .entry, .browse, sidebar{
	text-align: left;
	vertical-align: top;
}

#container{
	margin: 0 auto;
	width: 904px;
	padding: 10px 0 0;
}

#header{
	margin: 0 0 10px;
	float: left;
	width: 904px;
	height: 250px;
	background: url(images/bg_header4.jpg) no-repeat left bottom;
	color: #333;
}
/*Para los avisos bajo el header*/
#topic{
	float: left;
	width: 904px;
	margin: -36px 0 0px 0;
}
#topic p{
	font-size: 10px;
	letter-spacing:2px;
	font-weight: bold;
	text-align: center;
	color: #000;
}
#menu ul{
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}

#menu ul li{
	float: left;
	margin: 15px 5px 0 0;
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	background: url(images/bg_tab_right_new2.gif) no-repeat right top;
	color: #325b0a;
}

#menu ul li a{
	display: block;
	padding: 7px 20px 5px;
	text-decoration: none;
	background: url(images/bg_tab_left_new2.gif) no-repeat left top;
	color: #000;
}

#menu ul li a:hover{
	text-decoration: none;
	color: #fff;
}

#pagetitle{
	clear: both;
	width: 904px;
	height: 155px;
}

#pagetitle h1{
	padding: 0px 0px 0;
	font-size: 1px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
}

#pagetitle h1 a{
	text-decoration: none;
	color: #fff;
}

#syndication{
	float: left;
	padding: 15px 31px 0;
	color: #999;
}

#syndication a{ color: #666; }

#syndication a.feed{
	padding: 0 0 0 19px;
	background: url(images/feed_icon.png) no-repeat 0 1px;
}

#searchbox{
	float: right;
	padding: 10px 31px 0;
}

#searchbox input#s{
	border: 1px solid #ddd;
	padding: 3px;
	background: #fff;
}

#searchbox input#searchsubmit{ height: 24px; }

.pagewrapper{
	margin: 0 0 10px;
	float: left;
	width: 904px;
	background: #fff url(images/bg_page_bottom.gif) no-repeat left bottom;
	color: #333;
}

.page{
	float: left;
	padding: 0 5px 5px;
	background: url(images/bg_page_top.gif) no-repeat;
}

.wrapper{ /* This wrapper class appears only on Page and Single Post pages. */
	float: left;
	width: 500px;
}

.narrowcolumnwrapper{
	margin: 5px 0 0;
	float: left;
	width: 500px;
	background: #fff url(images/bg_narrowcol.gif) repeat-y;
}

.narrowcolumn{
	float: left;
	width: 500px;
	background: url(images/bg_narrowcol_bottom.gif) no-repeat left bottom;
}

.content{
	float: left;
	width: 500px;
	background: url(images/bg_narrowcol_top.gif) no-repeat left top;
}

.post{
	padding: 9px 16px 15px;
	line-height: 18px;
}

.post h2{
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1px;
	padding: 0 0 2px;
	font-size: 26px;
	font-weight: bold;
	line-height: 27px;
}

.post h2 a{
	text-decoration: none;
	color: #7f7157;
	/*border-bottom: 1px solid #7f7157;*/
}

.post h2 a:hover{
	text-decoration: underline;
	color: #5b513d;
}

.post img{
	padding: 4px;
	border: 1px solid #ddd;
	background: #fff;
}

.post img.alignleft{
	float: left;
	margin: 5px 10px 0 0;
}

.post img.alignright{
	float: right;
	margin: 5px 0 0 10px;
}

.post img.wp-smiley{
	padding: 0;
	border: 0;
	background: none;
}

.entry{}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	padding: 9px 0 0;
}

.entry h1{
	font-size: 20px;
	line-height: 30px;
}

.entry h2{ line-height: 18px; }

.entry h3{ font-size: 14px; }

.entry h4{ font-size: 12px; }

.entry h5{ font-size: 11px; }

.entry h6{ font-size: 10px; }

.postinfo{
	font-size: 11px;
	color: #999;
}

.postinfo a{
	color: #578cca;
}

.postdate{ color: #a12a2a; }

.browse{
	border-top: 1px solid #bdbdbd;
	padding: 15px 16px;
	line-height: 18px;
}

.sidebar, .obar{
	margin: 0 0 0 5px;
	float: right;
	width: 192px;
	line-height: 18px;
}
* html .sidebar{
	margin: 0 0 0 0px !important;
}

.sidebar img, .obar img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 2em;
}

.sidebar form, .obar form{
	font-size: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 9px 16px 15px;
	background: url(images/bg_ul_li.gif) no-repeat left top;
}

.sidebar form h2, .obar form h2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	/*font-weight: bold;*/
	line-height: 17px;
	color: #ffffff;
	background-color: #bfb39b;
	padding: 0 0 0 5px;
}

.obar{
	margin: 0 5px 0 0;
	float: left;
}

.sidebar ul {
	font-size: .85em;
	margin: 0;
	padding: 0;
	list-style: none;
}

.obar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li, .obar ul li{
	margin: 5px 0 0;
	padding: 9px 16px 15px;
	background: url(images/bg_ul_li.gif) no-repeat left top;
}

.sidebar ul li.widget_search, .obar ul li{
	padding: 15px 16px;
}

.sidebar ul li h2, .obar ul li h2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	/*font-weight: bold;*/
	line-height: 17px;
	color: #ffffff;
	background-color: #bfb39b;
	padding: 0 0 0 5px;
}

.sidebar ul ul li, .obar ul ul li{
	margin: 0;
	padding: 0px 0 3px;
	background: none;
}

.sidebar ul ul ul, .obar ul ul ul{ padding: 3px 0 0; }

.sidebar ul ul ul li, .obar ul ul ul li{
	padding: 6px 0px 3px 15px;
	background: url(images/bg_arrow_right.gif) no-repeat 0px 8px;
}

.sidebar ul ul ul ul li, .obar ul ul ul li{
	background: url(images/bg_arrow_right_2.gif) no-repeat 0px 8px;
}

/* COMMENTS TEMPLATE */

.post h3#comments, .post h3#respond{
	padding: 0 0 2px 19px;
	line-height: 27px;
	background: url(images/user_comment.gif) no-repeat 0 6px;
	color: #e45b00;
}

.post h3#respond{
	background: url(images/add_comment.gif) no-repeat 0 6px;
	color: #333;
}

ol.commentlist{
	margin: 0 0 11px;
	padding:0;
	list-style: none;
}

ol.commentlist li{
	padding: 13px 0;
	background: url(images/bg_comment_bottom.gif) no-repeat left bottom;
}

ol.commentlist li .commentmetadata{
	font-size: 11px;
	color: #546477;
}

ol.commentlist li .commentmetadata a{
	color: #546477;
}

form#commentform small{
	font-size: 11px;
}
#herramientas {
	margin: 0 0 .5ex 0;
	float: right;
}
#herramientas h6 span {
	position: absolute;
	left: -999em;
}
#herramientas li {
	display: inline;
}
#herramientas li a {
	display: block;
	height: 16px;
	float: left;
	margin: 0 1px 0 0;
}
#herramientas li a span {
	position: absolute;
	left: -999em;
}
/********************************************************* herramientas */
.post li#lfPeq a {
	background: url(http://www.rafaelrobles.com/img/herramientas.gif) 0 0 no-repeat;
	width: 15px;
}
.post li#lfPeq a:hover {
	background: url(http://www.rafaelrobles.com/img/herramientas.gif) 0 -16px no-repeat;
}
.post li#lfMed a {
	background: url(http://www.rafaelrobles.com/img/herramientas.gif) -16px 0 no-repeat;
	width: 15px;
}
.post li#lfMed a:hover {
	background: url(http://www.rafaelrobles.com/img/herramientas.gif) -16px -16px no-repeat;
}
.post li#lfGra a {
	background: url(http://www.rafaelrobles.com/img/herramientas.gif) -32px 0 no-repeat;
	width: 15px;
	margin-right: 3px;
}
.post li#lfGra a:hover {
	background: url(http://www.rafaelrobles.com/img/herramientas.gif) -32px -16px no-repeat;
}
.post li#lenviarCorreo a {
	background: url(http://www.rafaelrobles.com/img/herramientas.gif) -53px 0 no-repeat;
	width: 21px;
}
.post li#lenviarCorreo a:hover {
	background: url(http://www.rafaelrobles.com/img/herramientas.gif) -53px -16px no-repeat;
}
.post li#limprimir a {
	background: url(http://www.rafaelrobles.com/img/herramientas.gif) -75px 0 no-repeat;
	width: 21px;
	margin-right: 0;
}
.post li#limprimir a:hover {
	background: url(http://www.rafaelrobles.com/img/herramientas.gif) -75px -16px no-repeat;
}
.post li#lcomentar a {
	background: url(http://www.rafaelrobles.com/img/herramientas.gif) -96px 0 no-repeat;
	width: 22px;
	margin-right: 0;
}
.post li#lcomentar a:hover {
	background: url(http://www.rafaelrobles.com/img/herramientas.gif) -96px -16px no-repeat;
}
.post li#ldelicious a {
	background: url(http://www.rafaelrobles.com/img/herramientas.gif) -118px 0 no-repeat;
	width: 22px;
	margin-right: 0;
}
.post li#ldelicious a:hover {
	background: url(http://www.rafaelrobles.com/img/herramientas.gif) -118px -16px no-repeat;
}
.post li#lyahoo a {
	background: url(http://www.rafaelrobles.com/img/herramientas.gif) -140px 0 no-repeat;
	width: 22px;
	margin-right: 0;
}
.post li#lyahoo a:hover {
	background: url(http://www.rafaelrobles.com/img/herramientas.gif) -140px -16px no-repeat;
}
.post li#lmeneame a {
	background: url(http://www.rafaelrobles.com/img/herramientas.gif) -162px 0 no-repeat;
	width: 22px;
	margin-right: 0;
}
.post li#lmeneame a:hover {
	background: url(http://www.rafaelrobles.com/img/herramientas.gif) -162px -16px no-repeat;
}
.post li#ldigg a {
	background: url(http://www.rafaelrobles.com/img/herramientas.gif) -184px 0 no-repeat;
	width: 22px;
	margin-right: 0;
}
.post li#ldigg a:hover {
	background: url(http://www.rafaelrobles.com/img/herramientas.gif) -184px -16px no-repeat;
}
#art_utils {
background: #F7F7F7;
padding: 0;
text-align: right;
}
#art_utils img {
margin: 0;
/*margin: 0 1px 3px 0px;*/
}


<META name="robot" content="index, follow">
<META name="revisit" content="2 days"> 
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Robles">
<meta name="ProgId" content="Robles">
<base target="_blank">
