body{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}
.estTitulo{
	font-size: 0.7em;
}
.estTexto{
	font-size: 0.5em;
}
.table{
	width: 100%;
	max-width: 100%
	margin-bottom: 20px;
}
.obligatorio{
	color: #FF0000;
}
.ayuda-oculta {
    height: 0;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
}
p{
	margin: 0 0 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}
.form-group row{
	margin-bottom: 10%;
}
.xspImage{
	width: auto;
    height: auto;
    /*float: left;*/
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    min-width: 10%;
    min-height: 10%;
}
#tituloFormulario{    
	margin-top: 7%;
    color: #2851a3;
    font-size: 1.6em;
    font-family: arial;
    font-weight: bold;
}
#comentariosTp{
	padding: 5px;
    border-radius: 4px;
    margin: auto;
    width: 90%;
}
#comentariosDoc{
	padding: 5px;
    border-radius: 4px;
    margin: auto;
    width: 90%;
    font-weight: 700;
}
#comentarioMI{
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}
.strecaptcha{
	background: #286090;
	color: white;
	padding: 5px;
	border-radius: 4px;
	width: 90%;
	margin-left: 39px;
	margin-top: 5px;
}
#max-Container{
	width: 90vw;
	height: 90vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	aling-items: center;
}
.resourse{
	border: none !important;
	box-shadow: none;
	background-color: #fff;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
 
   .xspImage{
	border: 0;
	vertical-align: middle;
	max-height: 200px;
	max-width: 100%;
}