
@font-face {
    font-family: 'Roboto-bold';
    /*font-style: bold;
    font-weight: 400;*/
    src: url(../fonts/Roboto-Bold.ttf);
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
    font-family: 'Roboto-light';
    /*font-style: bold;
    font-weight: 400;*/
    src: url(../fonts/Roboto-Light.ttf);
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}



.pie
	{
		background-color: #0293d2;
		color: #ffffff;
		font-size: small;
		font-family: Verdana, sans-serif;
		padding: 20px;
	}
	
.tit_pie{
	font-family: 'Roboto-bold';
	font-size:18px;
}

.pie a:link{ text-decoration:none; color:#ffffff; }
.pie a:hover{ text-decoration:underline; color:#ffffff; }
.pie a:active{ text-decoration:none; color:#ffffff; }
.pie a:visited{ text-decoration:none; color:#ffffff; }

.copyright
	{
		font-family: 'Roboto-light';
		font-size:12px;
	}

.poweredby
	{
		text-align: right;
		font-size: small;
		color: #000000;
	}

.ligas
	{
		font-family: 'Roboto-light';
		font-size:14px;
	}

.redes_sociales {
	text-align:center;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	width: 50px;
	color:#43484E;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}

.redes_sociales:hover {
	color:#ff6501;
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}





