article{
	display:inline-block;
	left: 25%;
	width: 50%;
	height: 100%;
	top:0px;
	padding: 0px 10px;
}

article h1{
	text-align: center;
	margin-bottom: 30px;
	font-size:20pt;
}

article h3{
	text-align: center;
	font-size:14pt;
	margin-bottom: 15px;
	padding: 0px 10px;
}

article p{
	font-size:12pt;
	padding: 0px 10px;
	margin-bottom: 40px;
}

article h4, h5{
	font-size:16pt;
	padding: 0px 10px;
	margin-bottom: 20px;
}

article iframe{
	border-radius:10px;
}

article img{
	border-radius:10px;
}

.section{
	margin-top:20px;
	margin-bottom:20px;
	border: 1px solid green;
	border-radius:15px;
}

.section:nth-child(2n) {
	background-color:#E0EBC2;
}

.section h3{
	margin-top:10px;
	color: #5FB677;
}

.section p{
	font-size:12pt;
	margin-bottom:10px;
}
.section p a{
	font-weight: bold;
	text-decoration:underline;
}

.piso p{
	font-size:12pt;
	text-align:justify;
	line-height:20px;
}

.piso h5{
	margin: 12px 0px;
	font-size:16pt;
}

.foto{
	width:100%;
}

.button_move{
	margin: 0px 20px;
	padding:10px;
	border:1px solid green;
	border-radius:10px;
	font-size: 20pt;	
	cursor: pointer;
}

.button_move#siguiente{
	float:right;
}

.map{
	width: 600px;
    height: 450px;
    border: none;
}

.enlaceVerPiso{
	font-weight:bold;
	text-decoration:underline;
	text-align:center;
	width: 100%;
    display: inline-block;
    font-size: 20pt;
    color: darkgreen;
}

form fieldset{
	border-radius:10px;
	padding:5px;
}

form fieldset legend{
	font-size: 18pt;
	font-family: Corbel;
}

form .form_line{
	padding: 4px;
	font-size: 15pt;
	font-family: Corbel;
}

form input{
	height:20px;
	font-size: 15pt;
	font-family: Corbel;
}

form button{
	font-size: 15pt;
    margin: 20px;
    padding: 5px;
}

form textarea{
	font-size: 14pt;
}

form #form_operacion{
	font-size: 15pt;
	font-family: Corbel;
}

aside .social_media{
	padding: 5px;
}

aside .social_media li{
	display:inline-block;
	width:46%;
	font-size: 25pt;
	text-align:center;
}

aside .social_media li i{
	color: darkgreen;
}

aside .fa.fa-facebook{
	color: mediumblue;
}
