/*V1.0*/
html,body{
	margin:0px;
	height:100%;
}

.alerta-error{
	position: fixed;
	top: 45%;
	left: 3%;
	right: 3%;
	background-color: #fb9399;
	border: 1px solid #ad010c;
	padding: 5px;
	width: auto;
	height: auto;
	color: #ad010c;
	text-align: center;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.alerta-exito{
	position: fixed;
	top: 45%;
	left: 3%;
	right: 3%;
	background-color: #6cf568;
	border: 1px solid #07a802;
	padding: 5px;
	width: calc( 95% - 10px );
	height: auto;
	color: darkgreen;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.alerta-peligro{
	position: fixed;
	top: 45%;
	left: 3%;
	right: 3%;
	background-color: #ffef98;
	border: 1px solid #8c780c;
	padding: 5px;
	width: calc( 95% - 10px );
	height: auto;
	color: #8c780c;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

a{
	color: #94908f;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

label.label{
	color:  white;
	cursor: pointer;
}

.radio{
	cursor: pointer;
}

@media screen and (min-width:780px){
	body{
		width: 100%;
		background-color: white;
		padding: 0px;
		font-family: Arial;
	}

	header{
		background-color: #241b1a;
		color: #94908f;
		width: calc( 100% - 6px );
		height: auto;
		font-size: 90%;
		padding: 3px;
	}

	#contenido{
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: orange;
		font-size: 0px;
	}

	#contenido article{
		float: left;
		width: 50%;
		height: 100%;
		font-size: 16px;
		display: flex;
		align-items: center;
	}

	#contenido article.formMenu{
		background-color: #a80036;
	}

	#contenido article.pub{
		background-color: white;
	}

	#contenido article.pub figure{
		margin-left: auto;
		margin-right: auto;
	}

	#contenido article.pub figure img{
		width: 100%;
		height: auto;
	}

	#contenido article.formMenu table{
		text-align: center;
		width: 100%;
	}

	#contenido article.formMenu figure{
		display: none;
	}

	#contenido article.formMenu table .campo{
		cursor: pointer;
		width: 65%;
		border: 0;
		border-bottom: 3px solid white;
		background-color: transparent;
		color: white;
		font-family: Arial;
		font-size: 120%;
		transition: all 0.5s;
	}

	#contenido article.formMenu table .campo:focus{
		border-bottom: 3px solid #a6a5a5;
	}

	#contenido article.formMenu table .boton{
		cursor: pointer;
		background-color: white;
		border: 0;
		font-family: Arial;
		font-size: 120%;
		font-weight: bold;
		padding: 5px 20px 5px 20px;
		color: #a80036;
		transition: all 0.5s;
	}

	#contenido article.formMenu table a{
		color: #a6a5a5;
		font-size: 80%;
		text-decoration: none;
	}

	#contenido article.formMenu table a:hover{
		color: #a6a5a5;
		font-size: 80%;
		text-decoration: underline;
	}

	#contenido article.formMenu table .boton:hover{
		background-color: #a6a5a5;
		color: #710016;
	}

	#contenido article.formMenu table .campo:hover{
		border-bottom: 3px solid #dbff95;
	}

	#contenido article.formMenu table h1{
		color: white;
	}

	footer{
		background-color: #0d0605;
		color: white;
		font-size: 90%;
		padding: 5px;
		text-align: center;
	}
}

@media screen and (max-width:779px){
	body{
		width: 100%;
		background-color: white;
		padding: 0px;
		margin: 0px;
		font-family: Arial;
	}

	header{
		display: none;
	}

	#contenido{
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: orange;
		font-size: 0px;
	}

	#contenido article{
		float: left;
		width: 100%;
		height: 100%;
		font-size: 16px;
		align-items: center;
	}

	#contenido article.formMenu{
		background-color: #a80036;
		min-height: 500px;
	}

	#contenido article.pub{
		display: none;
	}

	#contenido article.formMenu table{
		text-align: center;
		width: 100%;
	}

	#contenido article.formMenu figure{
		display: inherit;
		text-align: center;
		margin-top: 40px;
		margin-left: auto;
		margin-right: auto;
	}

	#contenido article.formMenu figure img{
		height: 70px;
	}

	#contenido article.formMenu table .campo{
		cursor: pointer;
		width: 65%;
		border: 0;
		border-bottom: 3px solid white;
		background-color: transparent;
		color: white;
		font-family: Arial;
		font-size: 120%;
		transition: all 0.5s;
	}

	#contenido article.formMenu table .campo:focus{
		border-bottom: 3px solid #a6a5a5;
	}

	#contenido article.formMenu table .boton{
		cursor: pointer;
		background-color: white;
		border: 0;
		font-family: Arial;
		font-size: 120%;
		font-weight: bold;
		padding: 5px 20px 5px 20px;
		color: #a80036;
		transition: all 0.5s;
	}

	#contenido article.formMenu table a{
		color: #a6a5a5;
		font-size: 80%;
		text-decoration: none;
	}

	#contenido article.formMenu table a:hover{
		color: #a6a5a5;
		font-size: 80%;
		text-decoration: underline;
	}

	#contenido article.formMenu table .boton:hover{
		background-color: #a6a5a5;
		color: #710016;
	}

	#contenido article.formMenu table .campo:hover{
		border-bottom: 3px solid #dbff95;
	}

	#contenido article.formMenu table h1{
		color: white;
	}

	footer{
		background-color: #0d0605;
		color: white;
		font-size: 90%;
		padding: 5px;
		text-align: center;
	}
}