body{
	background-color: #000000;
	font-family: Verdana, sans serif, Georgia;
	font-size: 10pt;
	color: #999999;
	margin-top: 0px;
	height: 100%;	
}
div#contenedor{
	width: 800px;
	background-color: #333333;
	position: relative;
	margin-left: 200px;
	top: 0px;
	z-index: 2;
}

.imgfondo{
	width: 79px;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 110px;
	top: 100px;
}
.fondoespiral{
	width: 79px;
	height: 400px;
	position:absolute;
	z-index: 1;
	left: 1000px;
	top: 110px;
}
.cabecera{
	background-image: url(cabecera_blog.gif);
	background-repeat:no-repeat;
	background-color: #333333;
	width: 800px;
	height: 110px;
}
img{
		border: 0px;
	}
a{
	color: #999999;
	text-decoration: none;
}
a:hover{
	color: #FF0066;
	text-decoration: none;
}
.rosa{
	color: #FF0066;
	text-decoration: none;
	font-size: 10pt;
}
a.rosa:hover{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10pt;
}
.articulos{
	width: 580px;
	float: left;
	background-color: #333333;
	padding-left:10px;
}
	h3.fecha{
		font-size: 9pt;
		color: #FF0066;
	}
	h1.titulo{
		font-size: 12pt;
		color: #FFFFFF;
		margin-bottom: 20px;
	}
	.lafoto{
		border: 0px;
		padding: 10px;
		float: left;
	}
.texto{
	padding-left: 8px;
	padding-right: 6px;
	text-align: justify;
	}
	
.menu{
	float: right;
	width: 195px;
	text-align: left;
	padding-right: 5px;
	
	background-color: #333333;
}
	h1.bitacora{
		color: #FF0066;
		padding-bottom: 5px;
		border-bottom: dashed 2px;
		border-color:  #FF0066;
	}
	h2.subtitulo{
		color: #FF0066;
		padding-bottom: 10px;
		border-bottom: dashed 1px;
		border-color:  #FF0066;
		font-size: 9pt;
	}
	h3.enlaces{
		color: #FF0066;
		font-size: 10pt;
	}
	h3.portafolios{
		color: #FF0066;
		font-size: 10pt;
	}
	ul{
		list-style-type: square;
		color: #FF0066;
	}
	ul.li{
		font-size: 9pt;
	}
.comentarios{
	width: 500px;
	clear: both;
	padding-left: 0px;
	margin-top: 0px;
	
}
	.comentarios p{
		margin-left: 0px;
		margin-right: 0px;
		border-top: dashed 1px;
		border-color:  #FF0066;
		border-bottom: dashed 1px;
		border-color:  #FF0066;
		padding-bottom: 10px;
		padding-top: 5px;
		}
.insertar{
	width: 800px;
	height: 500px;
	float: left;
	background-color: #333333;
	text-align: center;
	padding-top: 200px;
}
.tags{
	width: 500px;
	clear: both;
	padding-left: 0px;
	margin-top: 0px;
}
	.tags p{
		margin-left: 20px;
		margin-right: 0px;
		border-bottom: dotted 4px;
		border-color:  #000000;
		padding-bottom: 20px;
		padding-top: 5px;
	}
