* {
	margin: auto;
	padding: 0px 0;
	background: #51FB3F;
	width: 100%;
}

body {
	width: 100%;
}

.caja-menu {
	display: inline-block;
	width: 100%;
	background: #0C0271;

}

.foto1 {
	float: left;
	width: 3.125%;
	position: 1;
}

.foto3 {
	float: right;
	width: 14.0625%;
}

.foto4 {
	float: right;
	width: 14.0625%;
}

.foto5 {
	float: right;
	width: 14.0625%;
}

.foto6 {
	float: right;
	width: 14.0625%;
}

.aviso {
	display: inline;
}

.carrusel {
	display: block;
	height: 180px;
	background: #48FC30;
}

.carru {
	display: inline-block;
	height: 180px;
}

.turnos {
	display: block;
	width: 100%;
	height: 180px;
}

.parte1 {
	display: inline-block;
	float: left;
	width: 50%;
	height: 180px;
	background: #0C0271;
}

.agenda {
	display: block;
	float: left;
	width: 100%;
	height: 90px;
}

.agendai {
	display: inline-block;
	width: 100%;
	height: 90px;
}

.enlaces {
	display: inline-block;
	width: 100%;
	height: 90px;
	background: #0C0271;
}

.social1 {
	float: left;
	width: 100%;
	height: 180px;
	border: none;
}

.clearfloat {
	clear: both;
}

.contenedor {
	display: inline-block;
	float: right;
	width: 50%;
	height: 180px;
	margin: 0px;
	padding-right: : 20px;
}

.contenedor .form {
	box-sizing: : content-box;
	float: right;
	background: #010643;
	width: 100%;
	height: 180px;
	padding-left: 10px;
	border-radius: 5px;
}

.contenedor .form .form-header .form-title {
	float: left;
	width: 100%;
	font-weight: normal
	font-size: 18px;
	font-family: sans-serif;
	color: #FFFEFE;
	text-align: center;
	padding-bottom: 0px;
	background: #010643;
}

.contenedor .form .form-header .form-title span {
	color:#04FCDC;
	background: #010643;
}

.contenedor .form .form-label {
	display: inline-block;
	color: #25FDF0;
	font-size: 10px;
	font-family: verdana;
	padding-left: 10px;
	background-color: #010643;
	box-sizing: border-box;
	padding-bottom: 0px;
}

.contenedor .form .form-input {
	display: inline-block;
	background: #5AF8E4;
	height: 18px;
	border: none;
	outline: none;
	border-bottom: 3px solid #FEF015;
	width: 50%;
	padding-left: 10px;
	margin-bottom: 0px;
	border-radius: 5px;
	font-size: 10px;
	color: #000007;
	font-family: verdana;
	padding-bottom: 0px;
}

.contenedor .form .btn-submit {
	float: right;
	width: 35%;
	height: 20px;
	margin-right: 30px;
	font-family: verdana;
	outline: none;
	background: #07AEFC;
	font-size: 10px;
	border-radius: 6px;
	color: #060993;
	padding: 3px 3px;
	cursor: pointer;
	transition: all .5s ease;
}

.contenedor .form .btn-submit:hover {
	background: #5EC8FA;
}

.clearfloat {
	clear: both;
}

.fotos-niñas {
	display: inline-block;
	width: 100%;
	background: #03FCED;
	max-height: 180px;
}

.foton {
	float: left;
	width: 25%
}

.clearfloat {
	clear: both;
}

.pie {
	display: inline-block;
	height: 40px;
}