@charset "utf-8";
/* CSS Document */

#compartir
{
	position:absolute;
	top:97px;
	left:234px;
	background-color:#008ACB;
	width:520px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.2;
	z-index: 250;
	border: 5px solid #000;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
}

#compartir h1
{
	font-size:22px;
	margin-top:0px;
	margin-bottom:0px;
}

#compartir form
{
	line-height: 1.2;
	margin-bottom: 5px;
}
#compartir  #textocomentario 
{
	margin-top: 10px;

}
#compartir form #comentario
{
	width:415px;
	height: 100px;
	margin-left: 95px;
	margin-top: -15px;
	margin-bottom: 10px;
}
#compartir form #url
{
	width: 416px;
	margin-left: 65px;
	margin-top: 10px;
	color: #000000;
}
#compartir form #destino
{
	width: 416px;
	margin-top: 10px;
	margin-left: 5px;
}
#compartir  form  #enviarcomp
{
	position: absolute;
	left: 390px;
	top: 218px;
	color: #000;
	width: 60px;

}
#compartir form #cerrarcomp {
	position: absolute;
	left: 460px;
	top: 218px;
	width: 60px;
}

