@charset "UTF-8";

.contenedorInversores {
	margin-left: auto;
	margin-right: auto;
	width: 460px;
}

.contenedorInferior {
	margin-top: 10px;
	border: 1px solid #CCC;
	background: white;
	padding: 10px;
	margin-bottom: 10px;
}

.contenedorSuperior {
	height: 25%;
}

#solucitarinfo {
	margin-bottom: 10px;
}

#comentarios {
	height: 100px !important;
}

.nyroModalBg {
	z-index: 98;
}

.nyroModalCont.error {
	height: 180px;
	width: 440px;
	overflow: hidden !important;
	z-index: 99;
	margin-left: 40%;
	margin-top: 14%;
}

#formInformacion .fila {
	padding: 5px 10px;
	text-align: center;
}

.nyroModalCont.error #content {
	height: 100%;
	width: auto;
	min-height: 10px !important;
	margin: auto;
}

.nyroModalCont.error #wrapper {
	padding-left: 50px;
	padding-right: 50px;
	width: auto;
	background: none;
	height: 100%;
}

.nyroModalCont.error .nyroModalLink {
	height: 100%;
	min-height: 10px !important;
}

.nyroModalCont.error .contenedorBotones input {
	margin-left: auto;
	margin-right: auto;
	width: 135px;
	display: block;
}

.contenedorGeneral {
	height: 100%;
}

.contenedorErrores {
	height: 70%;
}

.contenedorBotones {
	height: 30%;
}

#tituloPagina {
	background: url("../../img/fichas/fondoTitulosolicitar.png") no-repeat scroll center center transparent;
	color: white;
	font-size: 18px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	text-align: center;
	vertical-align: middle;
	margin-top: 5px;
}

#botonEnviar {
	background: url("../../img/header/botonBuscar.png") no-repeat scroll 0 0 transparent;
	border-width: 0;
	color: white;
	cursor: pointer;
	font-size: 18px !important;
	height: 30px;
	letter-spacing: 1px;
	margin: 5px;
	padding-bottom: 5px;
	width: 204px;
}

#obligatoriosContainer,#enviarContainer {
	text-align: center;
}

#formInformacion label {
	font-size: 12px;
	padding-left: 5px;
}

#formInformacion .columnaI {
	background: url("../../img/labelSolicitarInfo.png") repeat-x scroll 0 0 #EBEBEB;
	color: black;
	font-weight: normal;
	height: 25px;
	padding-left: 5px;
	width: 95px;
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-khtml-border-radius: 5px 0 0 5px;
}

#formInformacion .columnaD input[type="text"] {
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-ms-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-khtml-border-radius: 0 5px 5px 0;
}

textarea#comentarios {
	resize: none;
	width: 214px;
}

#formInformacion .rojo {
	color: red;
}

.contenedorInversores #formInformacion textarea#comentarios {
	border: medium none;
	border-left: 1px solid lightgray;
	resize: none;
	width: 312px;
	height: 150px;
}

.contenedorInversores .sombra.sinderecha{
	border-radius: 0 5px 5px 5px;
	-moz-border-radius: 0 5px 5px 5px;
	-ms-border-radius: 0 5px 5px 5px;
	-webkit-border-radius: 0 5px 5px 5px;
	-khtml-border-radius: 0 5px 5px 5px;
}

.contenedorInversores form .labelContainer {
	line-height: 25px;
	height: 25px;
	margin-right: -3px;
	width: 125px;
}

.contenedorInversores #formInformacion input[type="text"] {
    width: 300px;
}

.contenedorInversores #tituloInicial.solicitarinfoTitulo {
    margin-bottom: 10px;
    margin-top: 15px;
}

.contenedorInversores #formInformacion .columnaI {
	margin-right: -3px;
}

.contenedorInversores .solicitarinfoTitulo {
    background: url("../../img/fichas/fondoTitulosolicitar.png") no-repeat scroll center center transparent;
    color: white;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    margin-top: 5px;
    text-align: center;
    vertical-align: middle;
}

.contenedorInversores .imagenCahcha {
    background-color: white;
    height: 16px;
    overflow: hidden;
    padding: 5px;
    text-align: center;
    border-left: 1px lightgray solid;
	border-top: 1px lightgray solid;
}

.contenedorInversores #formInformacion #inputCaptcha {
    height: 18px;
    width: 103px;
    border-left: 1px lightgray solid;
	border-top: 1px lightgray solid;
}

.solicitarInfoSubtTitulo{
	width: 170px;
	font-size: 12px !important;
	margin-left: auto;
	margin-right: auto;
}
