body {
    line-height: 1.42857143;
    width: 480px;
}

 .circular {
    margin: 0px 0px 30px 115px;
	width: 250px;
	height: 250px;
	border-radius: 150px;
	border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    border: 0px solid #000000;
     box-shadow: 2px 2px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.19);
	}

h1 {
    display: block;
    text-align: center;
    background-color: #fff;
    color: #4871ca;
    width: 480px;
    font-size: 1.8em;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
    letter-spacing: -0.008em;
    line-height: 1em;
}

h2 {
    display: block;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
    margin: 5px 0px 25px 30px;
    width: 420px;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.1em;
}

h3 {
    display: block;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
    color: #4871ca;
    margin: 8px 0px 10px 15px;
    width: 210px;
    font-size: 1.1em;
    font-weight: 700;
    letter-spacing: -0.008em;
    line-height: 1.125em;
}

h4 {
    display: block;
    text-align: center;
    background-color: #fff;
    margin: 8px 0px 0px 15px;
    width: 210px;
    font-size: 1.06em;
    font-weight: 400;
    line-height: 1.125em;
}
    
p {
    display: block;
    text-align: left;
    background-color: #fff;
    margin: 25px 10px 10px 30px;
    width: 420px;
    height: 60px;
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 0.01em;
    line-height: 1.25em;
}

span {
    display: block;
    margin: 40px 0px 0px 0px;
    text-align: center;
    background-color: #fff;
    color: #D61f46;
    width: 100%px;
    height: 60px;
    font-size: 0.8em;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.25em;
    text-transform: uppercase;
    cursor: pointer;
}

.ficha {
    display: table;
    margin: 5px 50px 5px 50px;
    width: 380px;
    height: 30px;
}

.dato {
    margin: 0px 0px 0px 0px;
    float: left;
    width: 190px;
    height: 60px;
    cursor: pointer;
}
.info {
    letter-spacing: -0.005em;
    height: auto;
    margin: 10px 0px 0px 10px;
    float: left;
    width: 100px;
}

.msg {
    margin: 8.5px 0px 0px 50px;
    float: left;
    }

.tarjt {
    margin: 6px 0px 0px 15px;
    float: left;
    }

.datos {
    display: table;
    margin: 10px 10px 5px 30px;
    width: 420px;
    height: 30px;
    text-transform: uppercase;
    font-size: 0.9em;
    color: #41B964;
    border: 1px solid #41B964;
    box-shadow: 1px 1px rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.19);
}

.datosvencido {
    display: table;
    margin: 10px 10px 5px 30px;
    width: 420px;
    height: 30px;
    text-transform: uppercase;
    font-size: 0.9em;
    color: #D61f46;
    border: 1px solid #D61f46;
    box-shadow: 1px 1px rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.19);
}

.fecha {
    margin: 4.5px 0px 0px 8px;
    float: left;
    font-weight: 300;
}

.reloj {
    margin: 6px 0px 0px 20px;
    float: left;
    }

.inscripcion {
    text-align: center;
    letter-spacing: -0.005em;
    width: 200px;
    height: 30px;
    margin: 0px 0px 0px 0px;
    float: right;
    font-weight: 700;
    background-color: #41B964;
    color: #fff;
    cursor: pointer;
    line-height: 28px;
}
.inscripcionvencida {
    text-align: center;
    letter-spacing: -0.005em;
    width: 200px;
    height: 30px;
    margin: 0px 0px 0px 0px;
    float: right;
    font-weight: 700;
    background-color: #D61f46;
    color: #fff;
    cursor: pointer;
    line-height: 28px;
}

.destacado {
    letter-spacing: 0.05em;
    float: left;
    margin-left: 0.35em;
    margin-right: 0.25em;
    font-weight: 700;
}

hr {
    margin-left: 30px;
}

a {
    text-decoration: none;
    color: #D61f46;
}