@charset "UTF-8";
/* CSS Diplomado diseño de materiales SITIO PUBLICO*/


@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic);
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,200,300,700);
/*font-family: 'Yanone Kaffeesatz', sans-serif;*/

body {
    color: #454a50;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    line-height: 20px;
}
p {
    text-align: justify;
}
a{
	text-decoration: underline;
	color:#1e80d1;
}
a:hover{
	text-decoration: underline;
	font-weight:bold;
	
}

#contenedor {
    margin: 20px auto;
    text-align: justify;
    width: 740px;
}
header {
    height: 90px;
    width: 740px;
}
#medio {
    margin-top: 50px;
    width: 740px;
}
#menuactividades {
    background-color: #1e80d1;
    margin-top: 2px;
    padding-bottom: 3px;
    vertical-align: middle;
    height: 20px;
}
#menuactividades span, #menuactividades span.obj, a.actividades {
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    height: 20px;
    padding: 1px;
    text-align: center;
    text-decoration: none;
    width: 120px;
}
a.actividades {
    background-color: #000000;
    width: 120px;
	border-bottom:1px solid #000;
}
a.entrar {
    color: #fff;
	/*background-color: #1e80d1;*/
    width: 120px;
	padding-left:42px;
	padding-right:45px;
	padding-bottom:2px;
	text-decoration:none;
}
#menuactividades span, #menuactividades span.obj, a.actividades:hover { /*a.entrar:hover*/  
    background-color: #fff;
    color: #1e80d1;
    text-decoration: none;
    width: 118px;
    border: 1px solid #1e80d1;
    height: 19px;
	font-weight:400;
	padding-bottom:2px;
}
a.entrar:hover {
	text-decoration:underline;
	font-weight:400;
	}
    /*background-color: #fff;
    color: #1e80d1;
    text-decoration: none;
	margin-left: 0px;
	border:1px solid #1e80d1;
	padding-left:43px;
	padding-right:43px;
	padding-bottom:2px;	
	height:12px;
	
}*/
/*FALTA PROBAR
a.actividades:active{
	color:#000;
	border;1px solid #000;
	text-decoration:none;
}*/



.contenido {
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    margin-top: 50px;
    padding: 20px 30px 60px;
}
#pie {
    color: #9ea0a3;
    font-size: 10px;
    line-height: 12px;
    margin-top: 40px;
    text-align: center;
}
.pie, .pie a {
    color: #434444;
}
.pie a:hover {
    background-color: #434444;
    color: #fff;
}
div.retro {
    background-image: url("img/m2/retrA.png");
    background-position: left center;
    background-repeat: no-repeat;
    border: 3px solid #8ccec7;
    border-radius: 20px;
    color: #00837a;
    min-height: 40px;
    padding: 10px 10px 10px 60px;
    width: 500px;
}
.interlineado {
    line-height: 24px;
}
.interlineado2 li {
    margin-bottom: 6px;
}
h1 {
    color: #000;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 35px;
    font-weight: 200;
    margin-bottom: -2px;
}
h2 {
    color: #000;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 35px;
    font-weight: 200;
	margin-bottom: -2px;
    margin-top: 40px;
}
h3 {
    color: #9ea0a3;
    font-family: "Yanone Kaffeesatz",sans-serif;
    font-size: 35px;
    font-weight: 200;
    margin-bottom: -15px;
}
p.alinder {
    text-align: right;
}
div.bienvenido {
    margin: 30px auto 50px;
    width: 683px;
}
div.botones {
    border-bottom: 1px solid #1e252b;
    border-top: 1px solid #65696e;
    padding: 40px 10px;
    text-align: center;
}
span.c1 {
    font-size: 20px;
}
span.c2 {
    font-size: 18px;
}
span.c3 {
    font-size: 16px;
}

.bullets {
	color:#1e80d1;
	padding-right:10px;
}
.subsection {
	color: #969393;
}


