body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font-family: 'Lucida Sans Unicode', Verdana, Arial;
	font-size: 11px;
}

.container {
	width: 640px;
	height: 100%;
	background-color: #FFFFFF;
	margin: 0 auto;
}

.header {
	width: 100%;
	height: 10px;
	background-image: url(images/arcoiris_vertical.gif);
	font-size: 1px;
}

.menu {
	width: 100%;
	height: 30px;
	margin-top: 14px;
	padding-left: 14px;
	padding-bottom: 4px;
}

	.boton_menu {
		width: 	83px;
		height: 19px;
		text-align: center;
		background-color: #7EDDF9;
		color: #FFFFFF;
		padding-top: 1px;
		margin-right: 10px;
		float: left;
		cursor: pointer;
	}
	
	.boton_menu:link, .boton_menu:visited { color: #FFFFFF; }
	.boton_menu:hover { background-color: #000000; }
	
	.tagcloud_word:link, .tagcloud_word:visited { color: #2B96B6; }
	.tagcloud_word:hover {
		color: #F2F2F2; background-color: #000000;
	}

.column {
	float: right;
	width: 216px;
	margin-right: 14px;
}

	.column_block {
		width: 196px;
		background-color: #F2F2F2;
		margin-bottom: 14px;
		padding: 10px;
	}

	.fotolinks {
		text-align: center;
		margin-bottom: 14px;
	}
		.fotolinks img {
			border: 1px #7EDDF9 dotted;
			padding: 2px;
			margin: 2px;
		}
	
.content {
	padding-left: 14px;
	padding-bottom: 10px;
}

	.window {
		width: 362px;
	}

	.window_title {
		width: 352px;
		height: 20px;
		background-color: #F2F2F2;
		padding-top: 3px;
		padding-left: 10px;
		
		margin-bottom: 10px;
		font-size: 12px;
		letter-spacing: 1px;
	}
	
	.post {
		width: 362px;
		min-height: 62px;
		background-color: #F2F2F2;
	}
	
	.post_tinyimage {
		border: 1px #7EDDF9 dotted;
		padding: 2px;
		margin-left: 4px;
		margin-top: 4px;
		width: 48px;
		height: 48px;
	}
	
	.post_info {
		margin-left: 66px;
		margin-top: 4px;
		padding-bottom: 4px;
		font-size: 9px;
	}
	
	.post_text {
		position: relative;
		width: 290px;
		margin-top: -57px;
		padding-left: 66px;
		padding-top: 4px;
	}
	
	.comment {
		padding-bottom: 7px;
		border-bottom: 1px #000000 dotted;
	}
	
	.comment_form {
		padding-bottom: 7px;
		margin-bottom: 7px;
		border-bottom: 1px #000000 dotted;
	}
	
	.comment_form label {
		float: left;
		width: 70px;
		margin-right: 10px;
		font-size: 9px;
	}

	.comment_form input, .comment_form textarea {
		border: 1px #D9D9D9 solid;
		font-size: 9px;
		width: 275px;
		margin-bottom: 7px;
		font-family: 'Lucida Sans Unicode', Verdana, Arial;
		font-size: 9px;
	}

	.comment_form textarea {
		height: 45px;
	}

.text_normal {
	font-family: 'Lucida Sans Unicode', Verdana, Arial;
	font-size: 11px;
}

.text_little {
	font-family: 'Lucida Sans Unicode', Verdana, Arial;
	font-size: 9px;
	color: #000000;
}

.text_little a, a:link, a:visited, .text_normal a, a:link, a:visited {
	color: #2B96B6;
	text-decoration: none;
}

.text_little a:hover, .text_normal a:hover {
	color: #7EDDF9;
	background-color: #000000;
}

.cargando {background: url(images/loading.gif) center center no-repeat; height: 25px;}

.backoffice_list {
	background-color: #F6F6F6;
	font-size: 9px;
	padding: 7px;
}

.backoffice_list_boton {
	font-size: 9px;
	width: 	60px;
	height: 15px;
	text-align: center;
	background-color: #7EDDF9;
	color: #FFFFFF;
	margin-top:10px;
	margin-right: 10px;
	float: left;
	cursor: pointer;
}

.backoffice_list_boton:link, .backoffice_list_boton:visited { color: #FFFFFF; }
.backoffice_list_boton:hover { background-color: #000000; }

