.content.solicitud {
	padding-top: 50px;
}

.form-div{
	margin-bottom: 20px;
}
.form-label{
	font-size: 14px;
	color: #444444;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0 0 3px 0;
	width: auto;
	display: block;
	max-width: 100%;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    line-height: 18px;
}
.form-input{
	color: #555555;
	background-color: #ffffff;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 100%;
	max-width: 100%;
	font-size: 14px;
	padding: 6px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	font-weight: normal;
	box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
	margin-bottom: 0;
    border-radius: inherit !important;
}
.form-select{
	border-radius: inherit !important;
	border: 1px solid #ccc;
	cursor: pointer;
	margin-bottom: 0;
    white-space: nowrap;
    color: #555555;
	background-color: #ffffff;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 100%;
	max-width: 100%;
	min-width: 100px;
	font-size: 14px;
	padding: 6px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	font-weight: normal;
	box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
	height: 32px;
	line-height: 1.3;
	width: auto;
    max-width: 100%;
    background-size: 15px 10px;
    min-width: 232px;
}
.form-textarea{
	color: #555555;
	background-color: #ffffff;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 100%;
	max-width: 100%;
	font-size: 14px;
	padding: 6px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	font-weight: normal;
	box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
	margin-bottom: 0;
    border-radius: inherit !important;
    width: 100% !important;
    border: 1px solid #ccc;
    height: 150px;
    resize: none;
}

.form-button{
	width: auto;
    font-size: 14px;
    height: auto;
    line-height: normal;
    text-align: center;
    background: #ffffff;
    border-width: 1px;
    border-color: #cccccc;
    border-style: solid;
    color: #444444;
    cursor: pointer;
    font-weight: normal;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    padding: 6px 11px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-shadow: 0 1px 1px #eeeeee;
    -webkit-box-shadow: 0px 1px 1px #eeeeee;
    box-shadow: 0 1px 1px #eeeeee;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#eeeeee')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3,Direction=135,Color='#eeeeee');
    margin: 10px;
    margin-left: 0;
    margin-right: 0;
    vertical-align: middle;
    -webkit-appearance: none;
    border-radius: inherit !important;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background-color: #ed1e79 !important;
    color: #fff !important;
    border: none !important;
    -webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.form-p{
	font-size: 11px;
	color: #444444;
	text-align: justify;
	margin: 0;
	padding: 0 0 3px 0;
	width: auto;
	display: block;
	max-width: 100%;
	text-transform: uppercase;
	font-weight: 400;
	position: relative;
	line-height: 23px;
}

.form-button:hover{
	background: #efefef;
	background-color: #f29200 !important;
}

.no-transform {
	text-transform: none;
}

input.form-input:invalid{
	border: 1px solid red;
	-moz-box-shadow:0 0 2px red;
	-webkit-box-shadow: 0 0 2px red;
	box-shadow: 0 0 2px red;
}
input.form-input:placeholder-shown{
	border-color: #cccccc;
	box-shadow: none;
}

@media screen and (max-width: 930px)
{
	.content .col-izq .calendario {
    	display: none;
	}
}
