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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* ESTILOS PARA EL HEADER RESPONSIVE */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
/*	font: inherit; */
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*  */
		
header, a, img, li{
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
}

/* Basic layout */
body {
	background-color: #ffffff;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif !important;
}

ul{
	list-style-type: none;
	float: right;
}

img.logo{
	float: left;
}


nav{
	width: 960px;
	margin: 0 auto;
}

section.stretch{
	margin: 0 auto;
	padding: 140px 0 20px 0;
	position: absolute;
	left: 280px;
	height: auto;
	width: calc(100% - 280px);

}

	section.stretch p {
		font-family: 'Open Sans', sans-serif;
		color: #7F1710;
		position: relative;
	}

	section.stretch p.bottom{
		top: 100%;
	}
	
	.contenido-curso {
		margin: 0 auto;
		max-width: 1000px;
		padding: 20px 20px 32px 20px;
	}


header{
	background: rgba(127, 23, 16, .6); /* #7F1710;  */
	border-bottom: 1px solid #ffffff;
	float: left;
	width: 100%;
	position: fixed;
	z-index: 10;
}

	header li .liHeader{
		display: inline;
		float: left;
	}

	header a{
		color: #ffffff;
		text-decoration: none;
		font-family: 'Open Sans', sans-serif;
	}

	header a.active, header a:hover{
		color: #ffffff;
	}

	header li{
		margin-right: 30px;
	}

	/* Sizes for the bigger menu */
	header.large{
		height: 130px;
	}

	header.large img{
		width: 387px;
		height: 128px;
		margin-top: -5px;
	}

	.liHeader{
		margin-top: 45px;
		text-align: right;
	}


	/* Sizes for the smaller menu */
	header.small{ 
		height: 50px; 
	}

	header.small img{ 
		height: 50px; 
		margin-top: -5px; 
	}

	header.small li{ 
		margin-top: 17px; 
	}
	
menu {
	float: left;
	width: 200px;
	max-width: 280px;
	background: #f0f0f0;
	padding: 140px 0 200px 0;
	font-family: 'Open Sans', sans-serif;
	border-right: 1px solid rgba(0,0,0,0.1);
}

	menu p {
		padding: .5em 0 .5em 1em;
	}
	
	menu a, menu a:hover {
		text-decoration: none;
		color: #7F1710;
	}
	
	menu p:hover, menu p:active {
		outline: 0px;
		text-decoration: none;
		color: #7F1710;
		background-color: #fafafa;
	}
	
	menu p.indent {
		padding-left: 2em;
	}
	
	menu p.active {
		background-color: white;
	}

	.capaOpcionesUsuario li {
		width: 100%;
	}
	
	.capaOpcionesUsuario a {
		list-style: none;
/*			position: absolute; */
		display: block;
		text-align: right;
		max-height: 90vh;
		padding: 12px 10px 10px 0px;
		right: 0;
		width: auto;
		background-color: #ffffff;
		color: #7a7d7f;
		-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.12);
		box-shadow: 0 0 2px 0 rgba(0,0,0,0.12);
		border-color: #dddddd;
	}

	.capaOpcionesUsuario a:hover {
		background-color: #fafafa;
		color: black;
	}

/*** ESTILOS PROPIOS */
.centrado{
	text-align: center;
}

.negrita {
	font-weight: bold;
}

.nonegrita {
	font-weight: normal;
}

.oculto {
	display: none;
}

a .sin-decoracion, a .sin-decoracion:hover {
	text-decoration: none;
}

.blanco {
	color: white;
}

.pointer {
	cursor: pointer;
}

.mt40 {
	margin-top: 40px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}

.contenido-curso .saludoTutor {
	background-color: #fafafa;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 18px 18px;
	margin-bottom: 20px;
}
.nostyle.dismiss {
	position: absolute;
	right: 0;
}
.truncated {
	max-height: 88px;
	overflow: hidden;
}

.message-toggle {
	cursor: pointer;
	margin-right: 20px;
}

.message-toggle-row {
	padding: 10px 0px 0px 0px;
}

.headline-1-text {
	font-size: 16px !important;
	line-height: 24px;
	font-weight: bold;
}

button.nostyle {
	background: transparent none repeat 0 0 scroll;
	color: rgba(0,0,0,0.87);
	border: 0;
	font-size: 1em;
	margin: 0;
		margin-right: 0px;
	padding: 0;
	text-align: left;
	text-decoration: none;
	text-indent: 0;
	min-width: 0;
}
.instructor-profile {
	margin-bottom: 20px;
}
.instructor-profile .c-profile-image {
	float: left;
}
.instructor-profile .instructor-name {
	margin-left: 50px;
	padding-top: 5px;
}
div.rc-CollapsibleMessage .message-content {
	background: linear-gradient(#fafafa, #fff);
}

ol.nostyle, ul.nostyle, ol.inline, ul.inline {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

.tituloCapitulo {
	padding: 8px 18px;
}

.tituloCapitulo.current {
	background-color: rgba(127, 23, 16, 1);
	color: white;
}

.capitulo {
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 24px;
	margin-bottom: 20px;
}

.module-section {
	padding: 24px;
}

.body-content {
	padding-right: 0px;
	padding-left: 0px;
}

.col-md-6, .col-md-12 {
	padding-right: 0px;
	padding-left: 0px;
}

/** Estilos para el vídeo */
.video-container {
	padding: 28px 0 2px;
}

.bgcolor-black-g6 {
	background-color: rgba(0,0,0,0.8);
}

.vjs-coursera-skin.vjs-coursera-phoenix-skin {
	max-width: 960px;
	max-height: 540px;
	margin: 0 auto;
}
.esdere-video-skin {
	max-width: 960px;
	max-height: 540px;
	margin: 0 auto;
}

.verde {
	color: rgba(0, 255, 0, .8);
}

.rojo {
	color: rgba(255, 0, 0, .8);
}