@charset "utf-8";

/*Estilos footer*/

#footerCan {
	display: block;
	height: auto;
	width: 975px;
	margin: 5px auto 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #DEDEDE;
	color: #666;
}

#footerCan a {
	font-size: inherit;
	text-decoration: none;
	font-weight: bold;
	color: #666;
}

#footerCan a:hover {
	color: #333;
}

#footerCan img {
	border: 0;
}

#footerCan .links {
	line-height: 30px;
	text-align: center;
	width: auto;
	display: block;
	float: none;
	clear: both;
	border-bottom: #0085d6 dotted 2px;
}
#footerCan .middle {
	width: 975px;
	/* [disabled]display: block; */
	float: left;
	/* [disabled]clear: both; */
	margin: 20px auto;
}

#footerCan .logo, 
#footerCan .payment, 
#footerCan .social {
	margin-left: 40px;
}

#footerCan .logo {
	display: block;
	width: auto;
	float: left;
	height: auto;
	max-height: 100px;
}

#footerCan .payment {
	display: block;
	width: auto;
	float: left;
	height: auto;
	max-width: 550px;
}

#footerCan .social   {
	display: block;
	width: auto;
	float: left;
	height: auto;
	max-height: 60px;
	max-width: 180px;
}

#footerCan .social img {
	width: 42px;
	margin: 0;
	float: left;
	height: 42px;
	/*smooth animation*/
	transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
}

#footerCan .social img:hover,
#footerCan .logo:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
	filter: alpha(opacity=80); /* IE 5-7 */
	-moz-opacity: 0.8; /* Firefox*/
	-khtml-opacity: 0.8; /* Safari 1.x */
	opacity: 0.8; /* Standard */
}

#footerCan .copyright   {
	line-height: 30px;
	text-align: center;
	width: auto;
	display: block;
	float: none;
	clear: both;
	font-size:12px;
}

#footerCan .poweredby   {
	font-size:10px;
	line-height: 30px;
	text-align: center;
	width: auto;
	display: block;
	float: none;
	clear: both;
	padding-bottom:5px;
}

#footerCan .poweredby img   {
	vertical-align: bottom;
	border: 0;
	float: right;
	margin-right: 12px;
	width: 93px;
	height: 18px;
}


/*Sello erasmus 2013*/

#footerCan .erasmus {
	display: block;
	margin: 5px auto 5px 40px;
	width: 800px;
	background: #FAFAFA  url(http://www.canarias.com/images/newDesign/erasmus-sello.png) 10px 10px no-repeat;
	padding: 10px 20px 5px 90px;
	clear: both;
	min-height: 70px;
	font-weight: normal;
	border: rgb(255, 255, 255) 1px solid;
	-webkit-border-radius: 50px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius: 50px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-radius: 50px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	font-size: 14px;
	text-align:left !important;
	line-height: 1.5em;
	color: #006495;
}