﻿body {
	margin: 0;
	padding: 0;
	border: 0;
}
#container {
	margin: 0;
	padding: 0;
	border: 0;
}
#masthead {
	margin: 0;
	padding: 0;
	border: 0;
}
#navigation {
	margin: 0;
	padding: 0;
	border: 0;
}
#content {
	margin: 0;
	padding: 0;
	border: 0;
}
#footer {
	margin: 0;
	padding: 0;
	border: 0;
}



#container {
	width: 100%;
	margin: 0;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
    background-attachment: fixed;
}

#container_blanco {
	
	margin: 8px;
	color: #000000;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
    background-attachment: fixed;
}

#container_blanco_exterior {
	
	background-color: #FFFFFF;
	background-repeat: no-repeat;
    background-attachment: fixed;
}

#container_celeste {
	margin: 5px;
	background-color: #67BADE;
	background-repeat: no-repeat;
    background-attachment: fixed;
}


#masthead {
	text-align: right;
	width: 100%;
	background-color: #FFFFFF;
}



#content {
	float: left;
	width: 74%;
	margin-top: 0px;
	margin-bottom: 25px;
	margin-left: 20px;
	padding: 10px 20px;
	background-color: #fff;

	border: 10px solid transparent;
	

	box-shadow: 5px 10px 5px #888888;
	border-top-left-radius:1em;     border-top-right-radius: 1em;
	border-bottom-left-radius:1em;     border-bottom-right-radius: 1em;

	}


#content_bor_img78 {
	float: left;
	width: 77%;
	margin-top: -20px;
	margin-bottom: 20px;
	margin-left: 30px;
	
}

#content_bor_img78_dos {
	float: left;
	width: 95%;
	margin-top: 130px;
	margin-bottom: 20px;
	margin-left: 30px;
	
}

#content_bor_img95 {
	float: left;
	width: 95%;
	margin-top: 0px;
	margin-bottom: 25px;
	margin-left: 27px;
	padding: 10px;

}

	
#content2 {
	float: left;
	width: 92%;
	margin-top: 0px;
	margin-bottom: 25px;
	margin-left: 27px;
	padding: 10px 20px;
	background-color: #fff;
	
	border: 10px solid transparent;
	

	box-shadow: 5px 10px 5px #888888;
	border-top-left-radius:1em;     border-top-right-radius: 1em;
	border-bottom-left-radius:1em;     border-bottom-right-radius: 1em;

	}

#footer_blanco {
	text-align: center;
	clear: left;
	padding: 1.5em;
	background-color: #FFFFFF;
	backgroundPosition : "center";
	width: 90%;
	margin: auto;
}

.window-notice .content {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(33, 41, 52, .75);
    box-sizing: content-box;
    display: flex;
    flex-direction: column;
    margin: auto;
    max-width: 600px;
    min-width: 320px !important;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 2rem;
    font-size: 1.3rem;
}

.window-notice {
    background: rgba(33, 41, 52, .85);
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    display: flex;
    position: fixed;
    z-index: 999;
}

.modal-contenido{
   background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(33, 41, 52, .75);
    box-sizing: content-box;
    display: flex;
    flex-direction: column;
    margin: auto;
    max-width: 600px;
    min-width: 320px !important;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 2rem;
    font-size: 1.3rem;
}
.modal{
  background: rgba(33, 41, 52, .85);
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  display: flex;
  position: fixed;
  z-index: 999;
  opacity:0;
  pointer-events:none;
}

#miModal:target{
  opacity:1;
  pointer-events:auto;
}

.boton_personalizado{
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    background-color: #1883ba;
    border-radius: 6px;
    border: 2px solid #0016b0;
  }

