/*
@import "compass/css3";

@import url(https://fonts.googleapis.com/css?family=Patua + One);

$default-font-family: Arial, Helvetica, sans-serif;

$black: #000;
$dark-gray: #444;
$navy: #002280;
$dark-red: #990000;
$red: #c51110;
$gold: #feb30c;

a {
  color: $navy;
}
a:hover {
  color: $gold;
}

html {
  color: $dark-gray;
  font-family: $default-font-family;
}
p {
	margin: 0 0 0px;
}
small {
	font-size: 100%;
}

#container {
	width: 100%;
	margin: 0 auto;
}

.BOXSATVCurses {
	float: left;
	width: 95%;
	background-color: #61BA38;
}


 #container {
	width: 100%;
	margin: 0 auto;
  }
*/
ul.resp-tabs-list {
    font-size: 11px;
    color: #333;
    margin-left: 0px;
    margin-right: 0px;
}

.resp-tabs-list li {
    width: 106px;
    height: 115px;
    font-weight: 300;
    font-size: 15px;
    display: inline;
    list-style: none;
    cursor: pointer;
    float: left;
    margin-top: 10px;
    margin-right: 13px;
    margin-bottom: 0px;
    margin-left: 1px;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
    border-radius: 20px;
}

.resp-tabs-container {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    clear: left;
    
}

.BOX_CalInfoCourse{
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    color: #252525;
    /* [disabled]font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif; */
}

@media only screen and (max-width: 768px) {
 
    }
h2.resp-accordion {
    cursor: pointer;
    padding: 10px;
    display: none;
}

.resp-tab-content {
	display: none;
	padding: 0px;
}

.resp-tab-active {
    border: 0px solid #61BA38 !important;
    border-bottom: none;
    margin-bottom: 0px !important;
    padding: 0px 0px 0px 0px !important;
    border-top: 0px solid #666666 !important;
    border-bottom: 0px solid #fff !important;
    color: #FFFFFF;
    font-family: Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    background-color: #CB1A1D;
}

.resp-tab-active {
	border-bottom: none;
	font-family: Helvetica, sans-serif;
	color: #333;
}

.resp-content-active, .resp-accordion-active {
  display: block;
}

.resp-tab-content {
	border: 0px solid #61BA38;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
}

h2.resp-accordion {
	font-size: 13px;
	border: 1px solid #FFFFFF;
	margin: 0px;
	padding: 10px 10px;
}

h2.resp-tab-active {
  border: 2px solid #2986E0 !important;
  margin-bottom: 0px !important;
  padding: 10px 10px !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
	display: block;
	padding: 15px 15px !important;
	margin: 0 0 0px;
	cursor: pointer;
	float: none;
}

.resp-vtabs .resp-tabs-container {
	padding: 0px;
	border: 1px solid #c1c1c1;
	float: left;
	width: 68%;
	min-height: 300px;
	clear: none;
	margin: 0px 0 0;
	background-color: #CCC;
}

.resp-vtabs .resp-tab-content {
	border: none;
	word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
	position: relative;
	z-index: 1;
	margin-right: -1px !important;
	padding: 0px 0px 0px 0px !important;
	border-top: 0px solid;
	border: 0px solid #5ab1d0 !important;
	border-left: 0px solid !important;
	margin-bottom: 0px !important;
	border-right: 0px #fff solid !important;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 30px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c51110;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9b9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #A09D9D; /* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-easy-accordion .resp-tab-content {
	border: 1px solid #61BA38;
}

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1; /* !important;*/
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

h2.resp-accordion:first-child {
  border-top: 0px solid #c1c1c1; /* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/


@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
	display: none;
  }

  h2.resp-accordion {
    display: block;
  }

  .resp-vtabs .resp-tab-content {
	border: 1px solid #c1c1c1;
  }

  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none;
  }

  .resp-accordion-closed {
    display: none !important;
  }

  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
}

/*Table Styles
.table {
  width: 100%;
}
table {
  background-color: rgba(0, 0, 0, 0);
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
.table tbody tr:hover > td,
.table tbody tr:hover > th {
background-color: #FFFFFF;
}
.table thead th {
  vertical-align: bottom;
}
.table th {
  font-weight: bold;
  border-bottom: 1px solid $red;
}
.table th,
.table td {
	padding: 0px;
	text-align: left;
	vertical-align: top;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
*/
.ContenidoSATV2Col_90 {
	padding: 0px;
	float: left;
	width: 100%;
}
