@charset "utf-8";
/* CSS Document */

textarea{
	width:140px;
	opacity:0.4;
}
input{
	opacity:0.4;
}

#btnComentario{
	width: 47px; height: 13px; float: right; cursor: pointer;
	font-weight:bold;
}

#borrar{
	width: 47px; padding-right: 9px; height: 13px; float: right; cursor: pointer;
	font-weight:bold;
}

#borrar:hover, #btnComentario:hover{
	color:#FF0;
}


.infoContacto{
	
	width:270px;

}

.lineaContacto{
	padding-top:10px;
	padding-bottom:5px;
}

#contacto{
	background-position:bottom;
	color:#FFF;
	
}

#contacto table{
	color:#FFF;
}