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

body {
  margin: 0 5% 0 5%;
  padding: 5px;
  background: #F5FAFA;
  color: black;
  font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 { margin-bottom: 0; padding-bottom: 0 }

 H1  {
	color: #6D929B;
	font-size: 1.6em;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
	margin: 0px;
}

h3	{
	padding-bottom: 0;
	margin-bottom: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	}
	
h6	{
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	background-color: #CCCCCC;
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
} 
 
 
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

img { 
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


 #graduate599-calendar {
   color: #996633;
	font-size: .75em;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	padding: 5px;
}

.calendar_dates{
   color: #5c6b73;
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
	margin: 20px;
}



.calendar_title{
   
   color: #324046;
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
	margin: 20px;
}

.calendar_content{
    background-color: #9db4c0;
   
}

.calendar_content_odd{
    background-color: #c2dfe3;
   
}


.tarea_hoy {
    background-color: #B0C4DE;
    padding-bottom: 15px;
    
}
 
 

.topnav {
  overflow: hidden;
  background-color: #333;
  font-family: Arial, Helvetica, sans-serif;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #455b67;
  color: white;
}

.topnav .icon {
  display: none;
}

p {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 4em;
    margin-right: 1em;
}


 a:link  {
	color: #666;
	font-weight: 500;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 1px
}
 a:active  { 
 	color: #0878B1; 
 
 	}
 
 a:visited    {
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 1px
}

 a:hover   { 
 	color: #0878B1; 
 	text-decoration: underline; 
 	margin-top: 0; 
 	margin-bottom: 1px }
 	

 li{
	list-style-image: url(images/green_bullet.jpg);
	list-style-position: outside;
	 margin-left: 4em;
	padding: 5px;
}

				
table {
    border-collapse: collapse;
    width: 100%;
}

tr:nth-child(even) {background-color: #f2f2f2}

table, th, td {
    border: 1px solid black;
    padding: 15px;
    text-align: left;
     border-bottom: 1px solid #ddd;
}

th {
    text-align: left;
}

td {
    height: 50px;
    vertical-align: bottom;
}

footer {
	padding: 20px 30px;
	background-color: #DCDADA;
}
.footer-text {
	font-size: 13px;
	margin-bottom: 20px;
}
 
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
