
table {
    width: 100%;
}
table tr td {
    border: 1px solid black;    
}

tr th {
    text-align: center;
    background-color: #800101;
    color: white;
    vertical-align: middle;
    padding: 5px;
    border: 1px white solid;
}

tr td {
    vertical-align: middle; 
    text-align: left;
    padding: 5px;
    padding-left: 12%;
}
.level-english {
    vertical-align: middle; 
    text-align: center;
    padding: 5px;
}
tr:nth-child(even) {
    background-color: #EAE3D8;
}

.col-cert {
    background-color: #706A5C;
    color: white !important;
}

.table-container{
    overflow: auto;
}

@import url("slider.css") screen;

.row:after {
    content: "";
    clear: both;
    display: block;
}

html {
    font-family: "Lucida Sans", sans-serif;
}
.header {
    background-color: #FF3300;
    color: #ffffff; 
    padding: 15px;
}

.aside {
    background-color: #33b5e5;
    padding: 15px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.content-section {
    float: left;
    width: 86%;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.25);    
    border: 1px solid #CCCCCC;
    padding: 15px;
    margin: 5px;
}

.pull-center {
    text-align: center;
}

.content-header h5{
    background-color: #800101;
    text-align: center;
    color: #FFF;
    font-size: 35px;
    padding: 8px;
    line-height: 1em;
}
.content-section p {
    text-align: justify;
}

.content-section p.pull-center{
    text-align: center;
    margin-bottom: 0;
}

.content-section p.pull-center a{
    text-decoration: none;
}

.row-info p {
    text-align: center !important;
}

.row-info {
    text-align: center;
}

.link-dip {
    text-decoration: none;
}

.nav-bar p{
    text-align: right;
    margin-bottom: 0;
}

.nav-bar p a{
    text-decoration: none;
}

.img-curso {
    margin: 0 auto;    
    padding-bottom: 10px;
    text-align: center;
}

.img-curso img {
    width: 60%;
}

.value-props {
    text-align: center;
    margin-left: 2em;

}

.value-prop {    
    display:inline-block;
    text-align: center;    
    margin-right: 2em;
    margin-bottom: 1em;
}
.fix-clear {
    clear: both;
}

.column-info {
    display:inline-block;
    text-align: center; 
}

.img-poster {
    text-align: center;
}

.img-poster img {
    width: 80%;
}
.prop-img {
    text-align: center;
    height: 100%;
    width: auto;
    color: red;
    display: block;
    margin: 0 auto;
}

.poster-img {
    text-align: center;
}

.poster-img img{
    width: 80%;
    height: auto;    
}
/*.three.columns{
    width: 100%;
}*/

.boton-ecl {
    color: #EEE !important;
    background-color: #D34815;
    border-color: #8BC34A;
    border-radius: 5%;
    padding: 10px;
    margin-top: 10px;    
}

.boton-ing {
    color: #000 !important;
    background-color: #EAE3D8;
    border-color: #8BC34A;
    border-radius: 5%;
    padding: 0px 12px;
    margin-top: 10px;
    width: 40%;
    font-size: 1.4em;    
}

.button {
    color: #EEE !important;
    background-color: #D34815;
    border-color: #8BC34A;
    border-radius: 5%;
    padding: 10px;
    margin-top: 10px;     
}

.step-header {
    background-color: #943634;
    text-align: center;
    color: #FFF;
}

.step-header h5 {
    font-size: 2em;
    color: #FFF;
    line-height: 1em;
}

.pull-center img {
    width: 80%;
    height: auto;
}

@media screen and (min-width: 767px) {

    .content-section {
        float: left;
        width: 94%;

        padding: 15px;
        margin: 5px;
    } 
    .prop-img {
        text-align: center;
        height: auto;
        width: auto;
    }
}

li {
    background-position: 0px left;
    text-align: left; 
}

.nota {
    font-style: italic;
    text-align: right;
}

.btn-idiomas {
	padding: 1em;
	border: 1px solid white;
	border-radius: 10%;
	background-color: #EAE3D8;	
	color: #282828 !important;
	margin-left: 2em;

}

.botones {
	text-align: center;
	margin-top: 15px;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
	background-color: transparent;}

			.panel {
				width: 100%;
				opacity: 0;
				position: absolute;
				background: #DDDDDD;
				border-radius: 0 10px 10px 10px;
				padding: 4%;
				box-sizing: border-box;
			}

				.panel h2 {
					margin: 0;
					font-family: Arial;
				}