@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

body{
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size:15px;
	line-height:20px;
	color:#454a50;
}

#contenedor {
	width:740px;
	margin:30px auto;
}

header {
	width:740px;
	height:90px;
}

#medio {
	width:740px;
	margin-top:60px;
}


#menuactividades{
	border-top:#65696E 1px solid;
}

#menuactividades span, #menuactividades span.obj, a.act0, a.act1, a.act2, a.act3, a.act4, a.act5, a.act6 {
	display:block;	
	width:100px;
	height:20px;
	padding:1px;
	color:#FFF;
	text-align:center;
	font-size:14px;
	float:left;
	text-decoration:none;
}

#menuactividades span, #menuactividades span.obj, a.act0:hover, a.act1:hover, a.act2:hover, a.act3:hover, a.act4:hover, a.act5:hover, a.act6:hover {
	color: #CECECF;
	text-decoration:none;
}

a.act0 {background-color:#66b4b0; width:80px;}
a.act1 {background-color:#32373E;}
a.act2 {background-color:#454A50;}
a.act3 {background-color:#5B5F64;}
a.act4 {background-color:#707478;}
a.act5 {background-color:#86898D;}
a.act6 {background-color:#00837B; color:#ffffff}

#menuactividades span.obj, a.act0:hover {background-color:#1E252B; width:80px;}
#menuactividades span, a.act1:hover, a.act2:hover, a.act3:hover, a.act4:hover, a.act5:hover, a.act6:hover {
	background-color:#1E252B;
}

.contenido{
	margin-top:50px;
	padding:20px 30px 60px 30px;
	margin-bottom:20px;
	border-bottom:#65696E 1px solid;
}

#pie {
	margin-top:40px;
	font-size:10px;
	line-height:12px;
	text-align:center;
	color:#9EA0A3;
}

h1 {
	color:#9d9fa2;
	font-size:16px;
	font-weight:normal;
}


a {
	color:#00837a;
}

a:hover {
	color:#85888c;
}

div.retro {
	width:500px;
	min-height:40px;
	border:#8ccec7 3px solid;
	border-radius:20px;
	background-image: url(img/m2/retrA.png);
	background-position:left;
	background-repeat:no-repeat;
	padding:10px 10px 10px 60px;
	color:#00837a;
	
}

.interlineado {
	line-height:24px;
}

.interlineado2 li {
	margin-bottom:6px;
}


h2 {
	color:#00a9a0;
	font-size:15px;
	font-weight:normal;
	width:100%;
	border-bottom:#0CC 1px solid;
	
}

p.alinder {
	text-align:right;
}

div.bienvenido {
	width:683px;
	margin:30px auto 50px auto;
}

div.botones{
	border-top:#65696E 1px solid;
	border-bottom:#1E252B 1px solid;
	padding:40px 10px;
	text-align:center;
}

span.c1 {
	font-size:20px;
}

span.c2 {
	font-size:18px;
}

span.c3 {
	font-size:16px;
}