BODY {
	color: #000;
	/*background-color: #E2E6E9;*/
	font-family: Helvetica,Arial,sans-serif;
}

IMG{
	border: none;	
}

#form_title {
    background-color: #D2322D;
    font-size: 1.7em;
	margin-bottom:0px;
	color:#fff;

}

#form_content{
    background-color: #E2E6E9;
    color: #000000;
    padding: 30px;
}

H1{
	color:#000000;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 15px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #1092CA;
    color: #FFFFFF;
    font-weight: bold;
}

H2 {
	color:#1092ca;
	font-size: 16px;
	font-weight: bold;	
}
UL{
	list-style-type: none;
	padding-left: 12px;	
}
#content{	
	background-color: #fff;
	/*padding-bottom: 20px;*/
}

.container{
	background-color:#fff;
	padding:15px;
}

H1#titulo_home {
	background-color:#012A48;
	margin-bottom:20px;
	height: 24px;
	font-weight:normal;
	font-size:22px;
	color:#fff;
	text-align: center;
	padding-top: 5px;
}

#caja_curso H1{
	margin-bottom: 5px;	
	font-size:22px;
}

#courses{
	width: 100%;
}

#courses UL {
	padding: 0;
	list-style-type: circle;
	color:#0A4887;
	padding-left: 30px;
}
#courses LI {
	margin-bottom: 10px;
}
#courses LI A {
	color:#0A4887;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	font-weight: bold;
}

#courses LI A:hover { text-decoration:underline;}


	/* courses_related */

#courses_related {
	margin-top:30px;
}
#courses_related H2 {
	/*padding-left:35px;*/
}
#courses_related UL {
	margin:5px 0 0 5px;
	list-style-type: square;
	color:#016353;
}
#courses_related LI A {
	color:#0A4887;
	text-decoration: none;
	font-size: 13px;
}

#courses_related LI A:hover {
	text-decoration: underline;	
}

.espacio{
	padding-left: 13px;	
}


#footer{
    color: #000;
    font-size: 11px;
    padding: 10px 15px;
position: relative;
    text-align: center;	
    margin-top: 40px;
    background-color: #E2E6E9;
}
#footer A {
	color: #B40000;
	text-decoration: none;
	font-weight: bold;
}
#footer A:hover {
	text-decoration: underline;	
}

UL#presentacion{
	line-height: 2.2;
	margin-top: 10px;
	color:#006786;
	padding-left: 0px;
	background-color:while;
}

UL#presentacion LI{
	background-color:while;
	padding: 3px 0;
	padding-left: 40px;
	border-top: 1px solid #ECECEC;
}

UL#presentacion LI SPAN{
	color:#000;
	background-color:while;
}
#action_temario {
	font-size:12px;
	color:#000;
}
#action_temario H2 {
	margin-top:30px;
	color:#EF7D00;
	font-size:14px;
	margin-bottom:20px;
}
#action_temario H3 {
	color:#555;
	font-size:12px;
	margin-bottom:5px;
}
#action_temario UL {
	margin-bottom:5px;
	margin-left:10px;
	list-style-type: disc;
}

.navbar-default{
	background-color: #fff;
	border-color:#fff;	
}

.navbar-default a{
	color:#1092CA;
}

.Flexible-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.Flexible-container iframe, .Flexible-container object, .Flexible-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}