/*Modificaciones Particulares id="fsBloqueXCR" class="fsCR"*/

form {
    margin-top: 20px;
}

fieldset.fsCR {
	float: left;
	font-weight: bold;
	text-align: left;
	padding: 10px 0px;
	text-shadow: 0px 0px 1px white;
	border: none;
}
legend {
	color: #113C3C;
}
.fsCR label {
	font-weight: normal;
	color: black;
	display: inline-block;
	float: left;
	padding: 3px;
	cursor: pointer
}
.fsCR input:not(.btn_blue),
.fsCR textarea,
.fsCR select {
	border: 1px solid #aaa;
	box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
	border-radius: 2px;
	display: inline-block;
	height: 20px;
	padding: 5px 8px;
}
.fsCR input:focus,
.fsCR textarea:focus {
	background: #fff;
	border: 1px solid #555;
	box-shadow: 0 0 3px #aaa;
}
/* Button Style */

.fsCR input.boton {
	display: inline-block;
	font-weight: bold;
	height: 30px;
	width: 100%;
   margin-left: 5%;
	padding: 6px 20px;
	text-align: center;
}
.SubmitCR {
	width: 230px !important;
}

#CRButton {
	width: 500px;
	margin: auto;
}
/*Responsibe Media Queries*/

@media screen and (max-width: 880px),
screen\9 {
	#fsBloqueSubmitCR input {
		width: 80% !important;
		margin-top: 10px;
	}
	#CRButton {
		width: 100%;
		text-align: center;
		margin: auto;
		display: flex;
		flex-flow: column;
	}
	#CRButton button,
	#CRButton input[type=submit] {
		width: 85% !important;
		align-items: center;
	}
	.SubmitCR {
		margin-top: 20px !important;
	}
	#CRButton .crBtn{
	    width: 86% !important;
		margin: 15px auto 0 auto;
	}	    
}
@media screen and (max-width: 422px),
screen\9 {
	#CRButton {
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
	}
	#CRButton button,
	#CRButton input[type=submit] {
		width: 80% !important;
	}
	.crBtn {
		width: 80% !important;
	}
	.SubmitCR {
		margin: auto !important;
		margin-top: 10px !important;
	}
}
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */
}
/*END*/

/*Certificado a Renovar / IDENTIFICACIÓN DE LA SOLICITUD*/

.fsCRB1 {
	width: auto;
}
.fsCRB1 label {
	width: 100%;
}
.fsCRB1 input,
.fsCRB1 select {
	width: 95%;
}
/*Suscriptor*/

.fsCRB2 {
	width: auto;
}
.fsCRB2 label {
	width: 100%;
}
.fsCRB2 input,
.fsCRB2 select {
	width: 90%;
}
/*Representante Suscriptor*/

.fsCRB3 {
	width: auto;
}
.fsCRB3 label {
	width: 100%;
}
.fsCRB3 input {
	width: 90%;
}
/*PKCS#10*/

.fsCRB4 {
	width: auto;
}
.fsCRB4 label {
	width: 100%;
}
.fsCRB4 textarea {
	width: 90%;
	height: 10%;
}
/*Capcha(s)?*/

.fsCRBCapchas {
	width: 100% !important;
	text-align: center !important;
}
.g-recaptcha > div {
	margin: 10px auto !important;
	/*text-align: center;*/ /* AL6410 quitado */
	width: auto !important;
	height: auto !important;
}
/*Boton Submit*/

#fsBloqueSubmitCR input {
	width: 40%;
	margin-top: 10px;
}
/*Botin SubmitPDF*/

.SubmitPDF {
	width: 100px !important;
}
#pdfButtons {
	width: 170px;
	margin: 20px auto auto auto;
}
/* END */

/*Info */

.infoSection {
	position: relative;
	-webkit-user-select: none;
	/* Safari 3.1+ */
	-moz-user-select: none;
	/* Firefox 2+ */
	-ms-user-select: none;
	/* IE 10+ */
	user-select: none;
	/* Standard syntax */
}
.infoText {
	color: white;
	font-size: .85em;
	position: absolute;
	/*    left: -270px;*/
	display: none;
	background-color: rgba(0, 0, 0, 0.60);
	padding: 1%;
	text-shadow: 0px 0px 5px black;
}
.infoText {
	width: 240px;
	left: -285px;
}
#fsBloqueSubmitCR {
	text-align: center;
	margin: 0 auto;
}
/*Recuadros de Bloque*/
.bloque1REV{
	border: 1px double #827c7c;
   /* box-shadow: 0 0 1px black; */
}
.bloque2REV{
	border: 1px double #827c7c;
   /* box-shadow: 0 0 1px black; */
}
.bloque3REV{
	border: 1px double #827c7c;
   /* box-shadow: 0 0 1px black; */
}