@charset "utf-8";
/* CSS Document */
*{
	padding: 0px;
	margin: 0px;	
}


#mipagina{
	width: 100%;
	text-align:center;
	
}
#cursos{

	width: 100%;
  padding: 20px 0 20px 0;
}

#contacto{

  width: 100%;
  padding: 20px 0 50px 0;
}
#font: canvas{
  width:100%;
}

#fot canvas{
  width:100%;
  align-content:center;
}
#seccion,,#pie,#articulo{
	width: 80% !important;
}

#cabecera{
background: #4c4c4c; /* Old browsers */
background: -moz-linear-gradient(top,  #4c4c4c 0%, #595959 0%, #666666 0%, #474747 39%, #2c2c2c 50%, #1c1c1c 100%, #2b2b2b 100%, #111111 100%, #131313 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(0%,#595959), color-stop(0%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(100%,#1c1c1c), color-stop(100%,#2b2b2b), color-stop(100%,#111111), color-stop(100%,#131313)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #4c4c4c 0%,#595959 0%,#666666 0%,#474747 39%,#2c2c2c 50%,#1c1c1c 100%,#2b2b2b 100%,#111111 100%,#131313 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #4c4c4c 0%,#595959 0%,#666666 0%,#474747 39%,#2c2c2c 50%,#1c1c1c 100%,#2b2b2b 100%,#111111 100%,#131313 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #4c4c4c 0%,#595959 0%,#666666 0%,#474747 39%,#2c2c2c 50%,#1c1c1c 100%,#2b2b2b 100%,#111111 100%,#131313 100%); /* IE10+ */
background: linear-gradient(to bottom,  #4c4c4c 0%,#595959 0%,#666666 0%,#474747 39%,#2c2c2c 50%,#1c1c1c 100%,#2b2b2b 100%,#111111 100%,#131313 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
	width: 100%;

}

#navegacion{
width: 100%;
}

#seccion {
	
	background-color:#FFA500;
	height:  auto;
	color: #000000;
	text-align: justify;
  font-family: sans-serif;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	left:5%;
	text-align:center;

}


#fot{
	width:100%;
	background: #f85032; /* Old browsers */
background: -moz-linear-gradient(left,  #f85032 0%, #f02f17 50%, #f85032 99%, #f85032 99%, #e73827 100%, #f16f5c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f85032), color-stop(50%,#f02f17), color-stop(99%,#f85032), color-stop(99%,#f85032), color-stop(100%,#e73827), color-stop(100%,#f16f5c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #f85032 0%,#f02f17 50%,#f85032 99%,#f85032 99%,#e73827 100%,#f16f5c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #f85032 0%,#f02f17 50%,#f85032 99%,#f85032 99%,#e73827 100%,#f16f5c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #f85032 0%,#f02f17 50%,#f85032 99%,#f85032 99%,#e73827 100%,#f16f5c 100%); /* IE10+ */
background: linear-gradient(to right,  #f85032 0%,#f02f17 50%,#f85032 99%,#f85032 99%,#e73827 100%,#f16f5c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#f16f5c',GradientType=1 ); /* IE6-9 */
	color: #fff;
}

#fotos{
  width:80%;
  height: auto;
}

#fotos img {
  width:80%;
  align-content:center;
  height:auto;  
}

#tx{
width:100%;
	align-content:center;-
	padding: 22px;


}
#columna{
	width: 100%;
	background-color:#1E90FF;
	float:left;
}


#pie{
	width: 100%;
	background-color:#212121;
	color:#FFFFFF;
	clear: both;
}

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

.blue {
  background: #3498db;
}

.purple {
  background: #9b59b6;
}

.navy {
  background: #34495e;
}

.green {
  background: #2ecc71;
}

.red {
  background: #e74c3c;
}

.orange {
  background: #f39c12;
}

.cs335, .cs426, .md303, .md352, .md313, .cs240 {
  font-weight: 300;
  cursor: pointer;
}



*, *:before, *:after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

table {
  font-family: 'Open Sans', Helvetica;
  color: #efefef;
}
table tr:nth-child(2n) {
  background: #eff0f1;
}
table tr:nth-child(2n+3) {
  background: #fff;
}
table th, table td {
  padding: 1em;
  width: 10em;
}

.days, .time {
  background: #34495e;
  text-transform: uppercase;
  font-size: 0.6em;
  text-align: center;
}

.time {
  width: 3em !important;
}

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 110%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  background-color: black;
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 110%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid black;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  bottom: 90%;
}


/*responsive desing*/
	/*pantallas para android gama media*/
@media screen and (max-width: 480px){
	/*codigo para pantallas con menos o igual de 480px */
	/*´0px al px 480px */
	#seccion,#columna{
		width:100%;
	}
}
	/*pantallas para iphone */
@media screen and (max-width: 640px){
	/* pantallas  de 0px a 640 px */
	/* 640px > 1200px;  */
	
	#seccion,#columna{
		width:100%;
	}
