/* ------------------------------------ BOTON ARRIBA -------------------------------------- */
a,
a:link,
a:active,
a:visited,
a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

body {
	margin: 15px;
	background:#FFFFFF;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
}

.img {
	width: 100%;
	height:auto;
	}


.izquierda {
	text-align:left;
	}
	
.derecha {
	text-align: right;
	}
		
.center {
	text-align: center;
	}
	
.curso_online_tit_sec{
    font-size: 28px;
	text-align: center;
	font-weight: 700;
    padding: 5;
	margin-right:15px;
	}

.curso_online_tit_line_abajo{
	border-bottom: #BBBBBB;
	border-bottom-width:1px;
	border-bottom-style:solid;
	}
	
.curso_online_bloque{
	background:#FCFCFC;
	border: #ECECEC; border-width:1px; border-style:solid;
	margin: auto;
	padding: 20px;
	margin-bottom: 15px;
	width: 95%;
	}

.curso_online_txt_advert{
	font-size: 14px;
	color: #B50003;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	}

.curso_online_txt_advert_ok{
	font-size: 20px;
	color: #76A300;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 50px;
	text-transform: uppercase;
	padding: 10px;
	}
	

.curso_online_txt{
	font-size: 12px;
	color: #4D4D4D;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 22px;
	margin-left: 5px;
	margin-top: 15px;
	}
	
.curso_online_combos {
    border: 1px solid #DBDBDB;
    font-size: 20px;
    font-weight: 300;
    background: #F7F7F7;
    margin: 5px;
    padding: 8px;
    background: #F4F4F4;
    width: 300px;
}

.curso_online_combos:hover {
	color:#FFFFFF;
	background: #4D4D4D;
	}
	
.curso_online_combos:focus {
	color:#FFFFFF;
	background: #4D4D4D;
	}
	
.btn {
    background-color: #f44336;
    border: none;
    color: white;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 19px;
    margin: 10px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.btn:hover {
    background-color: #555555; /* Green */
    color: white;
}

.iframe-form{
	border:none;
	width:100%;
	height:300px;
	}