#contenedor-informacion-legal{
	position: relative;
	top: 75px;
}

#contenedor-informacion-legal a { text-decoration: underline;}
#contenedor-informacion-legal a:hover { text-decoration:none;}

p{
	margin-bottom: 26px;
}

table{
	background-color: #CCC;
	margin-bottom: 26px;
}
tr:nth-child(odd)		{ background-color:#bfbdbd; }
tr:nth-child(even)		{ background-color:#b3b1b1; }

table tr td { padding:10px 20px;}

.telerik-reTableHeaderRow-1{
	color:#333!important;
	font-size: 24px;
}
ul {
	padding-left: 35px;
}
li{
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 10px;
}
h3{
	margin-top: 30px;
}



footer {
    height: 150px;
    width: 100%;
    background-color: #FFF;
    color: #333;
    padding: 20px;
    font-weight: 300;
    position: relative;
}