/* Enter Your Custom CSS Here */
.programa {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 5px 5px 15px #999999;
	border:1px solid #666666;
	
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}.programa table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.programa tr:last-child td:last-child {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}
.programa table tr:first-child td:first-child {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}
.programa table tr:first-child td:last-child {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}.programa tr:last-child td:first-child{
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
}.programa tr:hover td{
	
}
.programa tr:nth-child(odd){ background-color:#f2f2f2; }
.programa tr:nth-child(even)    { background-color:#ffffff; }
.programa td{
	vertical-align:top;	
	border:1px solid #999999;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:12px;
	font-weight:normal;
	color:#000000;
}
.programa td p{
	text-align:left;
	font-size:12px;
	font-weight:normal;
	color:#000000;
}
.programa td li{
    font-family: 'Open Sans', serif !important;
	text-align:left;
	font-size:12px;
	font-weight:normal;
	color:#000000;
}
.programa tr:last-child td{
	border-width:0px 1px 0px 0px;
}.programa tr td:last-child{
	border-width:0px 0px 1px 0px;
}.programa tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.programa tr:first-child td{
		background:-o-linear-gradient(bottom, #bf0000 5%, #bf0000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bf0000), color-stop(1, #bf0000) );
	background:-moz-linear-gradient( center top, #bf0000 5%, #bf0000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#bf0000", endColorstr="#bf0000");	background: -o-linear-gradient(top,#bf0000,bf0000);

	background-color:#bf0000;
	border:0px solid #666666;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
}
.programa tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #bf0000 5%, #bf0000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bf0000), color-stop(1, #bf0000) );
	background:-moz-linear-gradient( center top, #bf0000 5%, #bf0000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#bf0000", endColorstr="#bf0000");	background: -o-linear-gradient(top,#bf0000,bf0000);

	background-color:#bf0000;
}
.programa tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.programa tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
.entry-content li {
    line-height: 1.5;
}
.su-tabs-pane li {
  	font-size:15px;
}
.su-tabs-pane td li {
  	font-size:12px;
}

.imagencircular {
    border-radius: 50%;
	}

// article.category-cursos div.featured-image {
    display:none;
}

div.wpcf7-validation-errors {color:red; font-size:15px; border: 2px solid red; margin-top:4em;}

#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {font-size:12px;}

.elementor-widget-container h6 a {color:#6ec2e5;font-family: "Roboto", Sans-serif;font-weight:600;}