@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
}
#general{
	position:absolute;
	width:950px;
	height:auto;
	margin-left:50%;
	left:-475px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	font-weight:12px;
}
#top{
	float:left;
	width:100%;
	height:auto;	
}
#cuerpo{
	float:left;
	width:100%;
	height:auto;
}
	/*::::::::::::: css cuerpo :::::::::: */
	.opciones{
		float:left;
		width:100%;
		height:40px;
		margin-top:12px;
		border-bottom:1px dotted #ccc;
	}
	#comentar, #irchat{
		float:left;
		width:160px;
		height:auto;
		margin-right:10px;
	}
	.btn_pub{
		float:left;
		width:150px;
		height:auto;
		background-color:#000066;
		border:1px solid #000000;
		color:#fff;
		font-size:11px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		text-align:center;
		text-decoration:none;
		height:20px;
		line-height:20px;
	}
	#formulario{
		float:left;
		width:90%;
		margin-left:5%;
		display:none;
	}
		/*:::::::: css formulario ::::::::*/
		.fdato{
			float:left;
			width:100%;
			height:auto;
			margin-top:10px;
		}
		.fnombre{
			floa:left;
			width:100%;
			height:auto;
			font-size:10px;
			color:#777;
		}
		.fcampo{
			float:left;
			width:100%;
			height:auto;
			color:#333;
		}
		.txnombre{
			width:200px;
		}
		.txtexto{
			width:450px;
			height:100px;
		}
		/*::::::::::::::::::::::::::::::::*/
	#mensaje{
		float:left;
		width:90%;
		margin-left:5%;
	}
		/*::::::::::::css mensaje :::::::::::::::*/
		.caja_msg{
			float:left;
			width:100%;
			height:auto;
			background-color:#efefef;
			padding:7px;
			margin-top:12px;
			padding-bottom:10px;
		}
		.titulo_msg{
			float:left;
			width:100%;
			height:15px;
			border-bottom:1px solid #ccc;
		}
		.nombre_msg{
			float:left;
			width:70%;
			height:auto;
			font-weight:bold;
			font-size:10px;
			color:#333;
		}
		.fechahora_msg{
			float:left;
			width:30%;
			height:auto;
			font-weight:normal;
			font-size:10px;
			color:#333;
			text-align:right;
		}
		.texto_msg{
			float:left;
			width:100%;
			height:auto;
			font-size:11px;
			color:#333;
			font-weight:normal;
			margin-top:5px;
		}
		/*::::::::::::::::::::::::::::*/
	/*::::::::::::::: ::::::::::::::::::*/
#pie{
	float:left;
	width:100%;
	height:auto;
}

