body {
	margin: 0 auto;
	padding: 50px;
}

#div_todo {
	width: 500px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	background: inherit;
/*	border-bottom: 1px dashed #ccc;*/
	color: #00FF00;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: center;
}

#div_cabecera_foto {

}

#div_cabecera_foto_left {
	float: left;
}

#div_cabecera_foto_right {
	float:right;
}


div.clear  { 
	clear: both;
}

#div_foto {
	
	border-top: solid 1px #CBDFFF;
	border-bottom: solid 1px #CBDFFF;
	width: 500px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

#img_foto {
	border: solid 1px #CCCCCC;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
ol.post {

	/*background-color: #f0f0f0;*/

}

li.post {
	line-height: 1.6em;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	
	padding: 8px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CBDFFF;
	/*background-color: #f0f0f0;*/
}


#div_form_comentario {
	margin-top: 20px;
}

input, textarea {
	background: transparent;
	border: #356AA0 1px solid;
}

#form_textarea {
	width: 100%;
	height: 5em;
	cursor: pointer; 
	cursor: hand;
}

p {
	clear: both;
	font: 10px Verdana, sans-serif;
	padding: 10px 0;
	text-align: center;
	background: inherit;
}
