/**** Hoja de estilo para el blog ****/

/* Índice */

H1#BLOG {
	height: 30px;
	margin: 10px 0 25px 0;
	background: transparent url(../graficos/cabeceras/blog.gif) no-repeat top left;
}

DIV.DESCBLOG {
	display: block;
	clear: both;
	width: 705px;
	height: 85px;
	border-bottom: 1px solid #AFAFAF;
	padding: 0 0 15px 0;
	margin: 5px 10px 25px 10px;
}

DIV.DESCBLOG DIV#FOTO {
	display: block;
	float: left;
	clear: left;
	width: 230px;
	height: 70px;
	margin: 0 50px 0 0;
}

DIV.DESCBLOG DIV#FOTO H1 {	
	width: 230px;
	height: 70px; 
	margin: 0;
	text-align: center !important;
}

DIV.DESCBLOG DIV#FOTO H1#ROCK_ART { background: transparent url(../graficos/blog/rockart.gif) no-repeat top right;}
DIV.DESCBLOG DIV#FOTO H1#DMUSIK { background: transparent url(../graficos/blog/dmusik.gif) no-repeat top right;}

DIV.DESCBLOG DIV#TEXTO {
	display: block;
	float: right;
	clear: right;
	width: 400px;
	height: 70px;
	margin: 0;
	padding: 10px 20px 0 0;
	font-size: .9em;
	text-align: left;
}


/* Blogs */

DIV#CONTBLOG {
	display: block;
	float: left;
	clear: left;
	margin: 0;
	padding: 0 0 0 10px;
	width: 715px;
	color: #000000;
}

DIV#CONTBLOG A { text-decoration: none; }

/* Cabeceras Blogs */

DIV#CONTBLOG H1#ROCK_ART { background: transparent url(../graficos/blog/rockart.gif) no-repeat top left; height: 70px; margin: 10px 0 0 0;}
DIV#CONTBLOG H1#DMUSIK { background: transparent url(../graficos/blog/dmusik.gif) no-repeat top left; height: 70px; margin: 10px 0 0 0;}

/* El texto */

DIV#CONTBLOG DIV#TEXTOBLOG {
	display: block;
	float: left;
	clear: left;
	margin: 0;
	padding: 0 15px 0 10px;
	width: 515px;
	color: #000000;
	border-right: 1px solid #AFAFAF;
}

DIV#CONTBLOG DIV#TEXTOBLOG DIV#INFO {
	display: block;
	clear: both;
	margin: 15px 0 15px 0;
	width: auto;
	height: 25px;
	text-align: right;
}

DIV#CONTBLOG DIV#INFO A {
	margin-right: 2px;
	padding: 2px;
	height: 25px;
	background-color: #FFFFFF;
	border: 1px solid #AFAFAF;
}

DIV#CONTBLOG DIV#TEXTOBLOG DIV.FECHA {
	display: block;
	clear: both;
	width: auto;
	height: 15px;
	margin: 5px 0 0 0;
	text-align: left;
	font-size: 0.7em;
	color: #7F7F7F;
}

DIV#CONTBLOG DIV#TEXTOBLOG H1 {	
	font-family: tahoma;
	color: #302E5C;
	letter-spacing: .02em;
	font-weight: normal;
	margin: 0 0 20px 0;
	font-size: 1.6em; 
	text-align: left;
}

DIV#CONTBLOG DIV#TEXTOBLOG P {
	text-align: justify;
	color: #000000;
	font-size: 0.pem;
	margin: 0 0 10px 0;
	padding: 0;
}

DIV#CONTBLOG DIV#TEXTOBLOG DIV.FOTO {
	display: block;
	position: relative;
	float: right;
	clear: right;
	width: 200px;
	overflow: hidden;
	margin: 0 0 10px 20px;
	padding: 0;
	border: 3px solid #5E5E5E;
}

DIV#CONTBLOG DIV#TEXTOBLOG DIV.FOTO DIV#AMPLIAR {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 195px;
	height: 25px;
	margin: 0;
	padding: 8px 10px 0 0;
	font-size: .7em;
	background: transparent url('../graficos/fondos/gris.png');
	text-align: right;
}

DIV#CONTBLOG DIV#TEXTOBLOG DIV.FOTO DIV#AMPLIAR A { color: #FFFFFF; }

/* Comentarios */

DIV#CONTBLOG DIV#TEXTOBLOG DIV.COMENTARIOS {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 10px 0 20px 0;
	padding: 0 10px 0 10px 0;
}

DIV#CONTBLOG DIV#TEXTOBLOG DIV.COMENTARIOS DIV#CAB {
	display: block;
	clear: both;
	height: 18px;
	margin: 0 0 5px 0;
	padding: 0;
	border-bottom: 1px dotted #AFAFAF;
	text-align: left;
}

DIV#CONTBLOG DIV#TEXTOBLOG DIV.COMENTARIOS DIV#CAB A { 
	font-size: .8em;
	text-decoration: none;
	color: #4D4D4D;
}

DIV#CONTBLOG DIV#TEXTOBLOG DIV.COMENTARIOS DIV.COMENTARIO {
	display: block;
	clear: both;
	margin: 5px 0 15px 0;
	padding: 0 0 5px 0;
}

DIV#CONTBLOG DIV#TEXTOBLOG DIV.COMENTARIOS DIV.COMENTARIO DIV.AUTOR {
	display: block;
	clear: both;
	margin: 10px 0 5px 0;
	padding: 2px 0 0 10px;
	height: 16px;
	border-bottom: 1px solid #AFAFAF;
	background-color: #E9E9E9;
	font-size: 0.7em;
	text-align: left;
	color: #4D4D4D;
}

DIV#CONTBLOG DIV#TEXTOBLOG DIV.COMENTARIOS DIV.COMENTARIO H4 { 
	font-size: .9em;
	color: #666666;
	text-align: left;
	margin: 10px 0 2px 0;
}

DIV#CONTBLOG DIV#TEXTOBLOG DIV.COMENTARIOS DIV.COMENTARIO P { font-size: .8em; color: #949494; }


/* Paginación */

DIV#CONTBLOG DIV.PAGINACION {
	display: block;
	clear: both;
	margin: 5px 0 5px 0;
	padding: 5px 5px 5px 0;
	width: 100%;
	height: 20px !important;
	font-size: .7em;
	text-align: right;
}

DIV#CONTBLOG DIV.PAGINACION IMG { 	margin: 0 0 2px 0; }
DIV#CONTBLOG DIV.PAGINACION A { 	text-decoration: none; }
DIV#CONTBLOG DIV.PAGINACION A.PAGINA { color: #666666; }

DIV#CONTBLOG DIV.PAGINACION A.PAGINAON { 
	color: #000000;
	font-weight: bold;
}

/* Lista de entradas */

DIV#TEXTOBLOG DIV.ENTRADAS {
	display: block;
	clear: both;
	width: 510px;
	height: 55px;
	border-bottom: 1px dotted #AFAFAF;
	padding: 0 0 5px 0;
	margin: 5px 0 15px 0;
}

DIV#TEXTOBLOG DIV.ENTRADAS DIV#TEXTO {
	display: block;
	float: left;
	clear: left;
	width: 390px;
	height: 50px;
	margin: 0;
	padding: 5px 10px 0 0;
	text-align: left;
}

DIV#TEXTOBLOG DIV.ENTRADAS DIV#TEXTO DIV#FECHA {
	display: block;
	clear: both;
	width: 390px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: .7em;
	color: #AFAFAF;
}

DIV#TEXTOBLOG DIV.ENTRADAS DIV#TEXTO H2 {
	font-size: .9em;
	font-family: sans-serif, tahoma;
	color: #302E5C;
	letter-spacing: .01em;
	font-weight: normal;
	margin: 5px 0 0 0;
	text-align: left;
}

DIV#TEXTOBLOG DIV.ENTRADAS DIV#FOTO {
	display: block;
	float: right;
	clear: right;
	width: 100px;
	height: 50px;
	overflow: hidden;
	margin: 0 0 0 15px;
}

DIV#TEXTOBLOG DIV.ENTRADAS DIV#FOTO IMG{ top: -50px; }

/* Lista temas */

DIV#TEXTOBLOG DIV#LISTATEMAS {
	display: block;
	clear: both;
	width: 510px;
	height: auto;
	padding: 0;
	margin: 15px 0 15px 0;
}

DIV#TEXTOBLOG DIV#LISTATEMAS DIV.TEMA {
	display: block;
	clear: both;
	width: 510px;
	height: 45px;
	padding: 0 0 5px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #AFAFAF;
	text-align: left;
}

DIV#TEXTOBLOG DIV#LISTATEMAS DIV.TEMA DIV#CAB {
	display: block;
	clear: both;
	width: 510px;
	height: 20px;
	padding: 0;
	margin: 0;
}

DIV#TEXTOBLOG DIV#LISTATEMAS DIV.TEMA DIV#CAB DIV#BLOG {
	display: block;
	float: left;
	clear: left;
	width: 95px;
	height: 20px;
	padding: 0;
	margin: 0 5px 0 0;
	font-size: .8em;
}

DIV#TEXTOBLOG DIV#LISTATEMAS DIV.TEMA DIV#CAB DIV#BLOG A { margin-bottom: 2px; }

DIV#TEXTOBLOG DIV#LISTATEMAS DIV.TEMA DIV#CAB DIV#TEMA {
	display: block;
	float: left;
	width: 195px;
	height: 20px;
	padding: 0;
	margin: 0 5px 0 0;
	font-size: .8em;
	font-weight: strong;
}

DIV#TEXTOBLOG DIV#LISTATEMAS DIV.TEMA DIV#CAB DIV#FECHA {
	display: block;
	float: left;
	width: 205px;
	height: 20px;
	padding: 0;
	margin: 0;
	font-size: .8em;
	text-align: right;
}

DIV#TEXTOBLOG DIV#LISTATEMAS DIV.TEMA DIV#LINKTEMA {
	display: block;
	clear: both;
	width: 510px;
	height: 25px;
	padding: 0;
	margin: 0;
}

DIV#TEXTOBLOG DIV#LISTATEMAS DIV.TEMA DIV#LINKTEMA A { margin-left: 15px; font-weight: bold; }
DIV#TEXTOBLOG DIV#LISTATEMAS DIV.TEMA DIV#LINKTEMA A:hover { color: #000000; }

/*** Menú derecha ***/

DIV#CONTBLOG DIV#OPCBLOG {
	display: block;
	float: right;
	clear: right;
	margin: 0;
	padding: 10px 0 20px 5px;
	width: 155px;
	overflow: hidden;
	text-align: left;
	color: #000000;
}

DIV#CONTBLOG DIV#OPCBLOG H4 {
	clear: both;
	margin: 0;
	font-size: .9em;
}

DIV#CONTBLOG DIV#OPCBLOG UL.BLOGS {
	display: block;
	clear: both;
	margin: 5px 0 20px 0;
	padding: 0;
	width: 165px;
	height: auto;
	overflow: hidden;
}

DIV#CONTBLOG DIV#OPCBLOG UL.BLOGS LI {
	display: block;
	clear: both;
	padding: 0 0 0 15px;
	margin: 1px 0 0 0;
	height: 18px !important;
	text-transform: capitalize;
	background: url('../graficos/iconos/ico2.gif') no-repeat 0 5px;
}

DIV#CONTBLOG DIV#OPCBLOG UL LI.DMUSIK { background: url('../graficos/blog/icodmusik.gif') no-repeat 0 5px; }
DIV#CONTBLOG DIV#OPCBLOG UL LI.ROCK_ART { background: url('../graficos/blog/icorockart.gif') no-repeat 0 5px; }

DIV#CONTBLOG DIV#OPCBLOG UL#NOTREL {
	display: block;
	float: left;
	clear: both;
	margin: 5px 0 20px 0;
	padding: 0;
	width: 165px;
	height: auto;
	overflow: hidden;
}

DIV#CONTBLOG DIV#OPCBLOG UL#NOTREL LI {
	display: block;
	float: left;
	clear: both;
	padding: 0 0 0 15px;
	margin: 1px 0 0 0;
	text-transform: capitalize;
	background: url('../graficos/iconos/ico2.gif') no-repeat 0 5px;
}

#OPCBLOG A {
	text-decoration: none;
	font-size: .8em;
}


/*** Publicidad ***/

DIV#CONTBLOG DIV#TEXTOBLOG DIV.PUBINDEX {
	display: block;
	clear: both;
	width: 510px;
	height: 60px;
	margin: 15px 0 10px 0;
	padding: 0;
	background: none !important;
	text-align: center;
}
