* { margin: 0; padding: 0; }

body {
	/* background: #FFF url(http://static.tumblr.com/g1kclwv/SPZkfzvzb/fondo.png) repeat-x;*/
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	color: #444;
	background-color:#fff;
}

#nubes {
	/*
	height: 147px;
	background: url(http://static.tumblr.com/g1kclwv/oKGkfzvzx/nubes.png) no-repeat center;
	*/
	height:1px;
}

a {
	color: #000;
	outline: 0;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}


a img {	border: 0; }

h1, h2, h3, h4 { color: #333; }
p, h3, h4 { font-weight: normal; }

p {
	line-height: 1.5em;
	font-size: 9pt;
}

#logo, #blog { width: 940px; }

#logo {
	position: relative;
	top: 0px;
	margin: 0 auto;
	height: 59px;
}

#top-busqueda {
	float: left;
	position: relative;
	top: 5px;
	left: -30px;
}
#top-busqueda input {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode";
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
}
#top-busqueda input[type=text] {
	padding: 2px 0 2px 20px;
	height: 17px;
	margin-right: 2px;
	/* background: #FFF url(http://static.tumblr.com/g1kclwv/5eZkfzvyr/lupita.gif) no-repeat 3px;*/
	border: 0px solid #CCC;
	background-color:#F0F0F0;
	color: #333; /* cero */
	float: left;
	width: 185px;
}
#top-busqueda input[type=submit] {
	margin-left: 3px;
	height: 23px;
	padding: 0 2px 1px 2px;
	font-size: 8.5pt;
	border: 1px solid #333;
	background: #333;
	color: #FCFEFD;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}
	#top-busqueda input:hover[type=submit] { background: #666; }
	#top-busqueda input:focus[type=submit] { background: #000; }

#foot {
	font-size: 8.5pt;
	color: #999;
	text-align: center;
	clear: both;
	margin: 80px auto 0 auto;
	padding-bottom: 50px;
}
	#foot a {
		color: #666;
	}
	#foot a:hover {
		color: #2D95CC;
	}
	#foot p {
		margin-top: 5px;
		font-size: 7.5pt;
	}

#blog {
	margin: 80px auto 25px auto;
	position:relative;
}

.search_head {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	padding: 15px;
	text-align: center;
	margin-bottom: 30px;
}

.search_no {
	color: #C00;
	font-size: 10pt;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	margin: 50px 0;
}

.post {
	background: #FFF;
	display: block;
	margin-bottom: 80px;
	padding-left: 80px;
	width:550px;
}

.post a:hover {
	text-decoration: underline;
}
.post ul, div.post ol {
	list-style: none;
	margin: 15px 40px;
}
.post ul li {
	list-style-type: disc;
}
.post ol li {
	list-style-type: decimal;
}
.post span {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a.fecha {
	color: #000;
	padding: 0 4px 4px 0;
	border-bottom: 1px solid #FFF;
	background: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	text-align: right;
	margin: 0 0 0 -80px;
	float: left;
}
a:hover.fecha {
	text-decoration: none;
	border-bottom: 1px solid #CCC;
}
.fecha b {
	color: #CCC;
}
.fecha span {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
	font-style: normal !important;
	display: block;
	text-align: right;
	font-size: 9pt;
}

.post h2 {
	font-weight: bold;
	font-size: 19pt;
	color: #333;
	display: block;
	margin: 0;
}
	.post h2 a, .post h3 a { color: #333; }
	.post h2 a:hover, .post h3 a:hover { color: #058FBC; }

.post h2.hlink {
	font-size: 16pt;
	display: block;
}

.el_post {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
	line-height: 150%;
	margin: 0 50px 0 0;
}
	.el_post p { font-size: 10.5pt; }
	.el_post img { margin: 0; }
	.el_post blockquote {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		border-left: 3px solid #EEE;
		padding: 10px;
		margin: 8px 15px;
	}
	
.quien {
	font-size: 9pt;
	margin: 5px 0 7px 95px;
}

.la_quote {
	font-family: Georgia, "Times New Roman", Times, serif;
}
	.la_quote blockquote {
		margin: 0;
		color: #333;
		background: #F7F7F7;
		min-height: 0.5em;
		border: 1px solid #D6D6D6;
		font-style: italic;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		display: table;
	}

blockquote {
	padding: 13px 10px;
	border-left: 3px solid #EEE;
	margin: 4px 0 0 15px;
}

.la_imagen a img {
	margin: 0; padding: 0;
}

p.quien_quote {
	display: block;
	float: left;
	position: relative;
	top: -1px;
	left: 12px;
	background: url(http://static.tumblr.com/g1kclwv/CIrkezez3/talk_quote.gif) no-repeat;
	padding: 6px 0 0 25px;
	font-size: 11pt;
}

#paginacion {
	border-top: 1px solid #E9EBEC;
	padding: 5px 0 16px 0;
}

#in_paginacion {
	width: 80%;
	min-height: 1em;
	margin: 0 auto;
	color: #666;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
}
	#in_paginacion a {
		color: #FFF;
		background: #059BCD;
		font-weight: normal;
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		padding: 3px 7px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		z-index: 100;
	}
	#in_paginacion a:hover {	background: #024F68; }
	a.pag_an { float: left; }
	a.pag_sg { float: right; }

#paginacion span {
	position: relative;
	left: 50%;
	margin-left: -75px;
	width: 120px;
	top: 20px;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	display: block;
	z-index: 1;
}

p.caption {
	margin-top: 8px;
	background: url(http://static.tumblr.com/g1kclwv/XgMkgs0pt/caption.gif) no-repeat 3px 3px;
	padding-left: 15px;
	font-size: 10pt !important;
}

/* chat */
.line1, .line2 {
	padding: 5px;
}
.line1 { border-top: 1px solid #DDF0F0; }
.line2 { border-top: 1px solid #FFF; background: #F2F9F9; }