@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300);

body {
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0;
	background-color: #FFF;
}

header {
	width: 100%;
	height: 70px;
	float: left;
	margin-top: 0px;
	border-bottom: 1px solid #EEEEEE;
}

input {
	min-width: 250px;
	height: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #333;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border: 1px solid #CCC;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 20px;
}

input:focus {
	outline: none;
}

select:focus {
	outline: none;
}

select {
	min-width: 300px;
	height: 40px;
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #666;
	border-radius: 20px 0px 0px 20px;
	-webkit-border-radius: 20px 0px 0px 20px;
	-moz-border-radius: 20px 0px 0px 20px;
	-o-border-radius: 20px 0px 0px 20px;
	border: 2px solid #CCC;
}

textarea {
	font-family: 'Roboto Condensed', sans-serif;
	color: #333;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border: 0px;
}

img {
	border: 0;
}

p {
	margin: 0;
}

h1 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #333;
	font-size: 32px;
	text-align: center;
	font-weight: 300;
	margin: 20px 0px 0px 0px;
}

h4 {
	width: 100%;
	height: auto;
	background-color: #FAFAFA;
	font-size: 34px;
	color: #FF5252;
	margin: 20px 0px 0px 0px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	border: 1px solid #EEEEEE;
}

footer {
	width: 100%;
	height: 200px;
	float: left;
	background-color: #333;
	margin-top: 40px;
}

#ayuda {
	display: none;
}

#contentAgenda {
	margin-top: 20px;
}

.titlesSelect {
	width: 33%;
	height: auto;
	float: left;
	font-size: 18px;
	color: #9E9E9E;
	font-weight: 300;
	text-align: center;
	background-color: #F5F5F5;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	margin-right: 0.3%;
}

.titlesSelect b {
	font-size: 22px;
	font-weight: 700;
	color: #616161;
}

.center {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}

.float {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
}

.logo {
	width: 550px;
	height: auto;
	float: left;
	text-align: left;
}

.logo img {
	margin-top: 15px;
}

.datos {
	width: 200px;
	height: 50px;
	float: left;
	text-align: left;
}

.datos p {
	font-family: Arial,'Roboto Condensed', sans-serif;
	color: #666;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* FORM */
.contentForm {
	width: 600px;
	height: auto;
	float: left;
	margin-left: 200px;
	margin-top: 20px;
}

.contentFormSelect {
	width: 33.3%;
	height: auto;
	float: left;
	margin-left: 0px;
	margin-top: 57px;
}

.label {
	width: 145px;
	min-height: 27px;
	float: left;
	text-align: right;
	padding-right: 5px;
	color: #333;
	padding-top: 7px;
	font-weight: 300;
	font-size: 20px;
}

.labelForm {
	width: 200px;
	height: auto;
	float: left;
	text-align: left;
	padding-right: 5px;
	color: #333;
	padding-top: 3px;
	font-weight: 300;
	font-size: 18px;
	margin-top: 15px;
}

.input {
	width: auto;
	min-height: 30px;
	float: left;
	text-align: left;
	margin-top: 0px;
}

.msgLabel {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #333;
	margin-top: 5px;
}

.btnForm {
	min-width: 140px;
	height: 28px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 2px;
	margin-left: 10px;
	text-align: center;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	background-color: #FF5252;
	box-shadow: 0px 3px 0px #D50000;
	-webkit-box-shadow: 0px 3px 0px #D50000;
	-moz-box-shadow: 0px 3px 0px #D50000;
	-o-box-shadow: 0px 3px 0px #D50000;
	cursor: pointer;
	font-weight: 300;
	color: #FFF;
	font-size: 18px;
	padding-top: 6px;
	transition: all 0.3s;
}

.btnForm:hover {
	margin-top: 4px;
	box-shadow: 0px 0px 0px #69A61E;
}

.btnVolver {
	min-width: 140px;
	height: 28px;
	position: absolute;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 15px;
	left: 15px;
	text-align: center;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	background-color: #666;
	cursor: pointer;
	font-weight: 300;
	color: #FFF;
	font-size: 17px;
	padding-top: 6px;
	transition: all 0.3s;
}

.btnVolver:hover {
	background-color: #333;
}
.floatProfesional {
	width: 280px;
	height: auto;
	position: absolute;
	margin-top: 320px;
	margin-left: -340px;
	background-color: #F4F4F4;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	padding: 10px;
	text-align: left;
}

/* MENSAJES */
#msgerror {
	min-width: 200px;
	height: 55px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -27;
	margin-left: -100px;
	background-color: rgba(198,40,40,0.9);
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	line-height: 20px;
	text-align: center;
	padding-top: 25px;
	padding-right: 10px;
	padding-left: 10px;
	color:#FFF;
	font-size: 26px;
	z-index: 2000;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	display: none;
}

#cargando {
	min-width: 200px;
	height: 55px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -27;
	margin-left: -100px;
	background-color: rgba(85,139,47,0.9);
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	line-height: 20px;
	text-align: center;
	padding-top: 25px;
	padding-right: 10px;
	padding-left: 10px;
	color:#FFF;
	font-size: 26px;
	display: none;
	z-index: 2000;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
}

#cargando img {
	vertical-align: middle;
}

.getPaciente {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	color: #333;
	margin-top: 15px;
	margin-bottom: 15px;
}

.contentCalendario {
	width: 33.3%;
	height: auto;
	float: left;

}

.contentHorarios {
	width: 25%;
	height: 310px;
	float: left;
	margin: 40px 0px 0px 20px;
	background-color: #F5F5F5;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	padding: 2%;
	overflow-x:hidden; overflow-y:scroll;
}

.contentHorarios h3{
	text-align: center;
	margin: 0;
	font-size: 16px;
}

#horarios {
	display: none;
}

.centerReserva {
	width: 1000px;
	min-height: 600px;
	margin: 0 auto
}

.reservaOk {
	width: 70%;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 15%;
	height: auto;
	position: absolute;
	top: 450px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	background-color: #FAFAFA;
	border: 1px solid #EEEEEE;
	display: none;
}

.reservaOk p {
	margin: 45px;
	text-align: center;
	margin: 0;
	font-size: 20px;
	color: #333;
	font-weight: 300;
}

.reserva {
	width: 100%;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #0277BD;
	background-color: #EEEEEE;
	margin-bottom: 15px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	font-size: 14px;
}

/* REGISTER */

.contentInputRegister {
	width: 100%;
	height: 45px;
	float: left;
}

.txtOmint {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	margin-top: 5px;
	margin-left: 10px;
	color:#333;
	font-weight: 400;
	font-size: 24px;
}

.txtOmint i {
	color:#FF1744;
	font-weight: 300;
	font-size: 20px;
	margin-right: 5px;
}