/*!
 * FullCalendar v2.1.0-beta2 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */

.hand
	{
		cursor:pointer;
	}
.font
	{
		font-family:inherit;
	}
.rounded
	{
		border-radius:15px;
	}
.SeparadorAcciones
	{
		width:1px;
		height:10px;
		background-color:#7C3233;
		float:left;
	}
.noresize
	{
		resize: none;
	}
.PredicacionesInfo
	{
		float:left;
		height: 150px;
	}
.PredicacionesVerTransmision
	{
		float:left;
	}
.compartir	
	{
	        /* width:80%;  */
		height:auto;
		text-align:center; 
		background-color:transparent; 
		float:left;
		margin-bottom:10px;
	}