body{
	margin: 0px;
	padding: 0px;
}

h2,h3,h4{
	text-align: center;
	
}

.opciones{
	display:none
}

form{
	text-align:center;
}
.usrname{
	margin-bottom:  10px;
}

.boton{
	text-align:center;	
	margin-top: 20px;
}

h3,h5{
	width: 70%;
}

.table{
	width: 70%;
}
.small{
	width: 35%;
}

.a{
	text-decoration: underline;
	cursor: pointer;
}
.window-notice .content {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(33, 41, 52, .75);
    box-sizing: content-box;
    display: flex;
    flex-direction: column;
    margin: auto;
	margin-top: 70px;
    max-width: 900px;
    min-width: 700px !important;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 2rem;
    font-size: 1.3rem;
}
.responsiveContent {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 29.2%;
}
.responsiveContent iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.contenedor {
	width: 100%;
	max-width: 1000px;
    margin: auto;
	margin-top: 70px;
	overflow: hidden;
    box-sizing: content-box;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(33, 41, 52, .75);
    display: flex;
    flex-direction: column;
    position: relative;
}
@media screen and (max-width: 800px) {
	.window-notice {
		width: 100%;
	}
}
@media screen and (max-width: 400px) {
	.contenedor {
		width: 100%;
	}
}