/*-----Estilos para ser borrados---*/
.alerta {

}
.areaContenido .alerta p {
	padding: 10px;
	    background-color: #f00;
	    margin-bottom: 20px;
	    color: #fff;
			animation: palpitarColor 1s infinite;
}
@keyframes palpitarColor {
	0%{opacity: 1}
	50%{opacity: 0.6}
	100%{opacity: 1}
}
body{
	margin: 0;
    padding: 0;
	font-family: 'Rubik', sans-serif;
}
h2 {
    font-size: 30px;
    color: #001237;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-weight: bolder;
    text-align: left;
    margin: 8px 0px;
}
p {
    font-family: Rubik, sans-serif;
    color: #001237;
    font-size: 17px;
    text-align: justify;
}
h1 {
    font-size: 22px;
    color: #00417B;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
}

h1.centradoItalica {
    text-align: center;
    font-style: italic;
}
/*--------Inicio E-commerce-------*/
header{

}
header .ZonaLogo{
	padding: 30px;
	    background-color: white;
}
nav {
	background-color: #005C27;
	padding: 10px 40px;
	font-size: 30px;
	border-bottom: 15px solid #93CE1D;
	background-image: url(../images/back-line.png);
  background-repeat: no-repeat;
  background-position: top right;
}
nav ul {
	margin: 0;
	padding: 0;
}
nav ul li {
	list-style: none;
}
nav ul li a {
	margin: 20px;
	    text-decoration: none;
	    color: #fff;
}
.seleccionCurso{
    padding: 50px;
}
.seleccionCurso .Grados p {
	font-size: 27px;
	text-align: center;
	color: #fff;
	margin: 13px;
}
.seleccionCurso .Grados p select{
	font-size: 24px;
    border-radius: 5px;
    padding: 5px;
}
.seleccionCurso .Grados p input{
	font-size: 24px;
    border-radius: 5px;
    padding: 5px;
	text-align: center;
}
.seleccionCurso .Grados p button{
	padding: 10px 79px;
    font-size: 24px;
    background-color: #47B02D;
    border: none;
    color: #fff;
    border-radius: 5px;
		cursor: pointer;
		transition: all 0.3s;
}
.seleccionCurso .Grados p button:hover {
    background-color: #005c27;
		padding: 10px 90px
}
.areaContenido {
    padding: 50px;
}
.areaContenido h2 {
    margin: 0;
}
.areaContenido p {
	padding: 0;
	margin: 0;
  font-size: 20px;
}
.tablaytotal {
    display: inline-block;
		background-color: #DBF7D5;
    margin: 30px 0;
		border-radius: 0 0 22px 0;
}
.areaContenido table {
    border-collapse: collapse;

}
.areaContenido table thead {
	background-color: #47B02D;
}
.areaContenido table tbody {

}
.areaContenido table tr {

}
.areaContenido table tr.Envio {
	background-color: #A5E496;
	height: 65px;
}
.areaContenido table thead tr th {
	text-align: left;
	color: #fff;
	padding: 10px;
	font-weight: 400;
  border-left: 1px solid #000;

}
.areaContenido table thead tr th:last-child{
	background-image: url(../images/fondoTabla.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
.areaContenido table thead tr th:first-child, .areaContenido table tr td:first-child {
	border-left: 0 solid #000;
}
.areaContenido table tr td {
	text-align: left;
	padding: 10px;
	font-weight: 400;
  border-left: 1px solid #000;
	border-bottom: 5px solid #CAEFC0;
}
.areaContenido table tr td.foto {
    padding: 0;
}
.areaContenido table tr td.fotoVerif {
    padding: 0;
}
.areaContenido table tr td.foto img {
    display: flex;
		width: 120px;
		transition: all 0.3s;
}
.areaContenido table tr td.foto img:hover {
	transform: scale(1.5);
	box-shadow: 1px 1px 6px #00000094;
}
.areaContenido table tr td.fotoVerif img {
    display: flex;
		width: 90px;
}
.areaContenido .total {
	padding: 17px;
	display: flex;
	justify-content: flex-end;
}
.areaContenido .verifDatos {
    margin-top: 20px;
}
.areaContenido .verifDatos p {
    font-size: 16px;
}
.areaContenido .verifDatos p span {
	font-weight: 600;
}
.areaContenido .total .marcoDatoTotal {
	background-image: url(../images/fondoTotal.png);
	    background-repeat: no-repeat;
	    background-position: top left;
	    display: flex;
	    justify-content: space-between;
	    width: 300px;
	    box-shadow: 0px 1px 8px #00000078;
	    border-radius: 10px;
}
.areaContenido .total .marcoDatoTotal div {
	padding: 19px;
	font-size: 18px;
	font-weight: 500;
}
.areaContenido .total .marcoDatoTotal .totalTxt {
	color: #fff;

}
.areaContenido .total .marcoDatoTotal .valorTxt {

}
.areaContenido .boton-siguiente {

}
.areaContenido .boton-siguiente button {
	padding: 10px 31px;
	    font-size: 24px;
	    background-color: #47B02D;
	    border: none;
	    color: #fff;
	    border-radius: 5px;
	    cursor: pointer;
	    transition: all 0.3s;
}
.areaContenido .boton-siguiente button:hover {
	background-color: #005c27;
	padding: 10px 90px;
}
.areaContenido  .formaPago {
	padding: 10px 31px;
	    font-size: 24px;
	    background-color: #ccc;
	    border: none;
	    color: #fff;
	    border-radius: 5px;
	    cursor: pointer;
			display: inline-block;
	    transition: all 0.3s;
		 margin-bottom: 20px;
}
.areaContenido .formaPago:hover {
	background-color: #005c27;
	padding: 10px 50px;
}
.areaContenido  .formaPago.activo {
	background-color: #94cf1a;
	padding: 10px 50px;
}
.mensajePagos div{
	background-color: #ffeb96;
    padding: 18px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.areaContenido .botonRadioR {
	cursor: pointer;
		background-color: #fff;
	    height: 30px;
	    width: 30px;
	    border-radius: 20px;
	    border: 2px solid #47b02d;
			padding: 3px;
			box-sizing: border-box;
}
.areaContenido .botonRadioR .botonRadioInt {
	background-color: #fff;
	    height: 100%;
	    width: 100%;
	    border-radius: 20px;
	    background: #47b02d;
	    padding: 2px;
	    box-sizing: border-box;

}
.areaContenido .bloqueFormularioDatos {
    margin: 30px 0;
}
.areaContenido .bloqueFormularioDatos div {
	font-size: 20px;
	margin: 10px 0;
	display: grid;
	grid-template-columns: 200px 300px;
	align-items: baseline;
}
.areaContenido .bloqueFormularioDatos div label{

}
.areaContenido .bloqueFormularioDatos div input{
	padding: 6px 3px;
	border: 2px solid #25B800;
	background-color: #E8E8E8;
	border-radius: 5px;
	font-size: 18px;
}
.mensajeCokies {
	position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 30px;
    background-color: #cfde00;
    text-align: center;
}
