/* Body */
body{
    text-align: center;
}
body h1{
    font-size: 54px;
    color: red;
}
body h2{
    font-size: 35px;
    color: black;
}
body h4{
    font-size: 20px;
}
body p{
    font-size: 20px;
}

/* img_encabezado */
.img_encabezado{
    width: 100%;
}
.img_encabezado img{
    width:100%;
}
/* Con_Encabezado */
.Con_Encabezado{
    width: 100%;
    height: auto;
    background-color: #e9e8e9;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Con_Datos */
.Con_Datos{
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 60px;   
}
.Con_Datos table{
    width: 50%;
    height: auto;
    margin: 0 auto;
    text-align: justify;
}
.Con_Datos table td{
    width: 20%;
}
.Con_Datos table .Input_Con_Datos{
    width: 80%;
}
.Con_Datos table .Input_Con_Datos input, .Con_Datos table .Input_Con_Datos textarea {
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 20px;
    border: 1px solid black;
    border-radius: 5px;
}
.Con_Datos table .Input_Con_Datos textarea{
    resize: vertical;
    min-height: 50px;
}
.Con_Datos table .Td_Btn_Tabla_Con_Datos{
    width: 100%;
    height: auto;
    text-align: center;
}
.Con_Datos table button{
    width: 30%;
    height: auto;
    margin-top: 20px;
    background-color: black;

    border-radius: 10px;
    border: 2px solid black;

    font-size: 20px;
    font-family: "boogaloo", serif;
    color: white;

    padding: 10px 20px;
    cursor: pointer;
}
.Con_Datos table button:hover{
    background-color: white;
    color: black;
}

/* Mapa Google */
.Mapa-Con{
	padding-bottom: 60px;
}