@charset "UTF-8";

.contenedorContacto {
	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;
}

.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 15px;
	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%;
}

.contenedorContacto #formInformacion input[type=text] {
	width: 300px;
}

.contenedorContacto #formInformacion .columnaI {
	margin-right: -3px;
}

.contenedorContacto #formInformacion textarea#comentarios {
	border: medium none;
	border-left: 1px solid lightgray;
	resize: none;
	width: 312px;
	height: 150px;
}

.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;
}

.contenedorContacto #formInformacion .fila {
	padding: 5px 10px;
	text-align: center;
}

.contenedorContacto #formInformacion .columnaI {
	width: 95px;
}