body{
	font-family: 'Raleway', sans-serif;
	background: #fff;
	width: 100%;
	max-width: 1920px;
	margin:0 auto;

}

/*p{
	margin-bottom: 0 !important;

}*/
.prg{
	margin-bottom:0;
}
.container-fluid{
	/*max-width: 1920px;*/
}
span.solera {
    color: #ff7f06;
    font-weight: 700;
}
span.button-formacion {
    border: 1px solid #82726e;
    padding: 1em;
    font-weight: 600;
    color: #82726e;
    background: #fff;
    margin-top: 3em;
    margin-bottom: 3em;
    cursor: pointer;
    display: block;
    width: 20%;
    text-align: center;
    transition: all 0.3s ease-out;
    text-decoration:none;
}
div.boton.fecha {
    border: 1px solid #82726e;
    padding: 1em;
    font-weight: 600;
    color: #82726e;
    background: #fff;
    margin-top: 7em;
    margin-bottom: 3em;
    cursor: pointer;
    display: block;
    width: 83%;
    text-align: center;
    transition: all 0.3s ease-out;
    text-decoration: none;
}
div.boton.fecha:hover {
		color:#fff;
	background-color: #ff7f06;
	border:1px solid #ff7f06;
}
span.button-formacion a{
	text-decoration:none;
	color: #82726e;
	transition: all 0.3s ease-out;
}
span.button-formacion:hover a{
	color:#fff;
	text-decoration:none;
}
span.button-formacion:hover{
	color:#fff;
	background-color: #ff7f06;
	border:1px solid #ff7f06;
}

.text h2{
	font-size:50px;
}
table, tbody,td{
	border:0 !important;
	padding:0 !important;
	text-align: left;
	vertical-align: top;
}
td{
	width:50%;
	padding-right:4em;
}
table{
	padding-left:3em;
	padding-right:3em;
}
table ul li{
	padding-right:0em !important;
	margin-bottom:0 !important;
	padding-bottom:1em;

	text-align: left;
	list-style: disc !important;
}
table ul{
	margin-left:1.5em;
	padding-bottom:0;
}
@media screen and (max-width:768px){
	p,li b{
		font-size: 18px;
	}
	p,li{
		font-size: 18px;
	}
	td{
		clear:both;
		font-size: 18px;
		width: 100% !important;
	    visibility: visible;
	    display: block;
	    position: relative;
	}
	td img{
		margin:0 auto;
		padding-top:2em;
		display:block;
		width:100%;
	}


	td li{
		font-size: 18px;
	}
}

@media screen and (max-width:480px){
	p,td li b{
		font-size: 16px;
	}
	td{
		font-size: 16px;
	}
	td img{
		padding-top:1em;
	}

