@charset "UTF-8"; 
*{
	font:14pt verdana, tahoma, arial, sans-serif;
}

body{
	background:#FFF;
	padding:0px;
	margin:0px;
}

a{
	text-decoration:none;
	color:#ddd;
}

#canvas{
	padding:0px;
	text-align:center;
	margin:0px;
	max-width:780px;
	margin:0px auto;
}

#grid{
	margin:0px auto;
	border-collapse:collapse;
	background:#ffffff;
	margin:0px auto;
	width:100%;
}


#grid td{
	padding:0px;
}

#header{
	background:url('http://www.cecut.gob.mx/images/headerm.png') no-repeat left top;
	height:50px;
	
}

#grid td#footer{
	padding:10px;
	background:#444;
}

#tel{
	padding-left:28px;
	line-height:24px;
	background: url('/images/phonem.jpg') no-repeat left center;
	float:left;
}

#mail{
	float:right;
	padding-left:28px;
	line-height:24px;
	background: url('/images/mailm.jpg') no-repeat left center;
}

#map{
	padding-left:28px;
	line-height:24px;
	background: url('/images/smm.jpg') no-repeat left center;
}
#content ul{
	padding:0px;
	margin:0px;
}
#content li{
	list-style:none;
	text-align:left;
	border-bottom:1px solid #cccccc;
}

#content li a{
	color:#000000;
	display:block;
	padding:10px 15px;
	background: url(/images/indicator.png) no-repeat right center;	
}

#content li a:hover{
	color:red;
}

#smt{
	clear:both;
	margin-top:10px;
	text-align:center;
	color:#999999;
	font-size:11pt;
}


#sectit{
	padding:10px 25px;
	color:#ffffff;
	background:#444444 url(/images/indicator.png) no-repeat left center;	
	text-align:left;
}
#content .evento div{
	text-align:justify;
}
#content .evento{
	padding:15px;
}

#content .evento .tit{
	font-weight:bold;
	font-size:16pt;
	text-align:center;
}



.btn_fb_share{
	height:20px;
	line-height:20px;
	width:120px;
	float:left;
	padding:11px 0px 11px;
}

.btn_fb_like{
	height:20px;
	line-height:20px;
	width:120px;
	float:left;
	padding:10px 0px;
}


.btn_tw_share{
	height:20px;
	line-height:20px;
	width:110px;
	float:left;
	padding:10px 0px;
}

