@charset "UTF-8"; 
body{
	font:100% tahoma,arial,sans-serif;
	background:#FFFFFF;
	padding:0px;
	margin:0px;
}
a{
	text-decoration:none;
	color:#ddd;
}
#canvas{
	background:#FFF url('http://www.cecut.gob.mx/images/headerm.png') no-repeat left top;
	padding-top:50px;
	max-width: 100%;
    height: auto;
    width: auto/9; /* Bug de ie8 */
}
#content{
	background:#fff; 
}

#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;
	font-size:1.2em;
	background: url(/images/indicator.gif) no-repeat right center;	
}

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


#footer{
	padding:10px;
	background:#444;
	text-align:center;
}

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

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

#map{
	padding:5px 28px;
	background:  url('/images/smm.jpg') no-repeat left center;
}
#smt{
	margin-top:10px;
	text-align:center;
	color:#999;
	font-size:1em;
}

#sectit{
	padding:10px 25px;
	color:#ffffff;
	background:#444444 url(/images/indicator.png) no-repeat left center;	
	text-align:left;
}
#headeriamge{
    position: fixed; 
	top:10px;
	left:5px;
	background: url("/images/commons/logosm.gif") no-repeat center;
	background-position:center;
	width:100%;
	height:46px;
}