/* Estilos para el pie de pagina de Classora */

#footer {
	background: #2c2c2c url(http://static.classora.com/files/images/footer/footer_bg.png) top left repeat-x;
	clear: both;
	color: white;
	overflow: hidden;
	font-size: 10pt;
}

#footerLinkSections {
	overflow: hidden;
}

.footerColumn a {
        color: #DDDDDD;
        line-height: 1.4;
}

.footerColumn a:hover {
        color: yellow;
        text-decoration:none;
}

.footerAdmin {
	font-weight: bold;
	font-size: 11pt;
        text-align:center;
        margin-top:10px;
	padding: 12px;
}

.footerTitle {
	font-weight: bold;
	font-size: 11pt;
	border-bottom: 1px dotted #959595;
	margin-top: 20px;
	padding: 5px 0;
}

#footer ul {
	list-style: url(http://static.classora.com/files/images/footer/footer_bullet.png) outside;
	margin-left: 15px;
	padding: 5px 0;
}

#footer ul li {
	border-bottom: 1px dotted #575757;
	padding: 5px 0;
}

#footer img {
	margin-top: 10px;
}

.footerColumn {
	float: left;
	width: 160px;
	margin: 0 20px;
	text-align: left;
}

#administrationOptions {
	border-top: 1px dotted white;
	background-color: #444444;
	clear: both;
	overflow: hidden;
        padding:0 0 30px 0;
        margin-top: 20px;
}

#copyrightSection {
	clear: both;
	margin: 1em 0;
	text-align: center;
	font-size: 0.9em;
}

#copyrightSection p {
	margin-bottom: 1em;
}
