/**
 * Listado Blogs CSS
 */

/* Generales modulo */
.miniTit{
	font-size: 1.4em;
	margin-bottom: 10px;
}
#masVistos h3{
	line-height: 0.633em;
	padding-left: 50px;
	background: url(/images/ojito.gif) no-repeat 0 2px;
}
#masVistos h3 span{
	font-size: 1.6em;
}
#nubeTags{
	background-color: #FFB300;
	padding: 20px;
	margin-bottom: 20px;
}
	#nubeTags li{margin: 0 5px;}
	#nubeTags li a{color: #472E00;}
	.baremoMax{font-size: 1.566em;}
	.baremoMin{font-size: 1;}
	.baremo25{font-size: 1.166em;}
	.baremo50{font-size: 1.333em;}
	.baremo75{font-size: 1.5em;}
.hrnegrito{
	border-top: 1px dotted #000;
}

/* Listado de los blogs */
#todoBlogs li{margin: 10px 0 50px 10px;}
#todoBlogs li h2 span{
	font-size: 0.6em;
	font-weight: normal;
}
#todoBlogs li div{
	width: 90%;
	margin-left: 10px;
}

/* Show blogs */
#blog{padding-left: 10px;}
#colIZQ{
	width: 450px;
	padding-left: 10px;
}
	.post{margin-bottom: 30px;}
	.post h2, .fechaPost{margin: 10px 0;}
#colDER{
	width: 200px;
	padding: 15px;
	margin-left: 12px;
	background-color: #fcb13e;
}
.blogSeparator{
	border-top: 2px dotted #FFF;
	margin: 10px 0;
}

/* Show Post */
.post{
	padding-bottom: 20px;
	border-bottom: 1px dotted #000;
}
.vermas{margin: 10px 0;}
.numcoments{
	padding-left: 25px;
	height: 20px;
	background: url(/images/bocadillo.gif) no-repeat;
}
.etiquetas{
	padding-left: 20px;
	height: 20px;
	background: url(/images/clip.gif) no-repeat;
	margin: -20px 0 0 0;
}
.etLeft{margin-left: 130px;}

/* Comentarios */
#comentariosTit{
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	padding: 5px 0;
}
.comentario{
	background: url(/images/comentarista.gif) no-repeat 0 10px;
	padding: 20px 0;
	border-bottom: 1px dotted #000;
}
	.comentarista{padding: 0 0 15px 40px;}
#formularioComent{
	position: relative;
	width: 367px;
	padding-left: 12px;
	padding-top: 20px;
	margin-top: 80px;
	height: 350px;
	background: url(/images/bg_comentario.gif) no-repeat;
}
	#bocadillo{
		position: absolute;
		top: -15px;
		width: 63px;
		height: 60px;
		background: url(/images/bocadillo_grande.gif) no-repeat;
	}
	#formularioComent h3{
		text-align: center;
		font-size: 1.666em;
		padding-bottom: 15px;
	}
	.text{
		border: 1px solid #1A171B;
		margin-bottom: 15px;
		margin-right: 3px;
	}
	.texta{
		border: 1px solid #1A171B;
		width: 350px;
	}
	#btnEnviar{
		border: 0;
		background: url(/images/bg_boton.jpg) no-repeat;
		height: 28px;
		width: 127px;
		cursor: pointer;
		text-indent: -9999px;
		margin: 10px 0 0 110px;
	}