body {
    font: normal 80% 'TrebuchetMS', 'Trebuchet MS', Arial, Helvetica, sans-serif;
    color: #666;
    background-color: #F8F8F8!important;
	margin:0px;
	padding:0px;
}

.cont
{
	max-width: 1280px !important;
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.left
{
	float:left;
}

.right
{
	float:right;
}

.col20
{
	width:20%;
}

.col60
{
	width:60%;
}

.col100
{
	width:100%;
}

h1
{
	font-size:25px!important;
    color: #999999!important;
	font-weight: 500!important;
	text-align:center!important;
}

header
{
	background-color: #fff;
    width: 100%;
    padding: 20px 0px 10px 0px;
    box-shadow: 0 4px 4px #D7D7D7;
    display: inline-block!important;
}

header .logo {
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    width: 200px;
    height: 75px;
    background-position: left;
    margin: 0;
    bottom: 7px;
    left: 0;
    background-size: contain;
    display: block;
}

.idiomes
{
	float:right;
}

.idiomes a
{
	color:#000000;
}

.idiomes a:hover
{
	color:#000000;
	text-decoration:none;
}

.idiomes a:active
{
	color:#000000;
	text-decoration:none;
}

#menu
{
	border: 1px solid #E2E2E2;
	padding:0px;
}

#menu div.title
{
	background-color: #e9e9e9;
	font-weight:bold;
	padding:15px;
}

#menu div.button
{
	background-color: #ffffff;
	padding:15px;
	border-bottom:1px solid #E2E2E2;
}

#menu div.button:hover
{
	color:#428bca;
	cursor:pointer;
}

#imagenesActividad
{
	width:100%;
	display:flex;
	margin-bottom:40px;
}

#imagenesActividad > div
{
	width:33%;
	height:200px;
	margin: 0px 1%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

label.error
{
	color:red;
}

input.error
{
	border-color:red;
}

@media (max-width: 800px) {
	
	#imagenesActividad
	{
		display:inherit;
	}
	
	#imagenesActividad > div
	{
		width:100%;
		margin-bottom:20px;
	}
	
	.list-group-item
	{
		display:table!important;
	}
	
}