body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	color: #000033;
	font-weight: 400;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	background-position: bottom;
	background-origin:content-box;
	background-repeat: no-repeat;
	margin: 0;
}
a {
	text-decoration: none;
	outline: none;
}

.cabecera {
	width: 100%;
	height: 50px;
	margin-bottom: 15px;
	padding-top: 0px;
	background-color: #004165;
	background-repeat: no-repeat;
}
.cabecera_contenido {
    background-color: #ebebeb;
    width: 100%;
    min-height: 69px;
}
#contenedor_cabecera div{ float:left; }

#logo {
	height: 90px;
	width: 990px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 8px;
}
#logo h1 {
	font-family: "Times New Roman", Times, serif;
	color: #696969;
	margin-top: 50px;
	font-size: 3.5em;
	float: right;
	text-shadow: 2px 2px #e1e1e2;
	font-weight: lighter;
}

#logo  img {
	float: left;
}	

	
#logo p {
	/*letter-spacing: 1px;*/
	font-size: 39px;
	font-family: 'Times New Roman';
	color: #696969;
    margin-left: 127px;
	margin-top: -80px;
	float: right;
	text-shadow: 2px 2px #e1e1e2;
	font-weight: lighter;
}
.imagen1 {
	width: 100%;
	height: 100px;
	margin-bottom: 40px;
	padding-top: 12px;
    /*padding-left: 80px;*/
	/*background-color: #ebebeb;*/
	background-image: url("images/logo-cabecera.png");
	/*border-bottom: 1px #e3e3e3 solid;*/
}
/*.imagen2 {
	width: 100%;
	height: 100px;
	margin-left: 62px;
	padding-left: 0px;
	background-image: url("images/logo_sagunto.png");
	/*background-image: url("https://aytosagunto.svisual.org/images/logo_sagunto.png");
	background-repeat: no-repeat;*/
}

.secciones {
	width: 100%;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 20px;
}
/*.secciones h1 {
	letter-spacing: 1px;
	font-size: 39px;
	font-weight: 100;
	font-family: 'Times New Roman';
	line-height: 45px;
	color: #ffffff;
	background-color: #9A0050;
		text-align: left;
	padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 10px;
	/*box-shadow: 8px 3px 6px #00000014;*/
	/*border:1px solid #000;*/
}

.fondo0 {
	background-color: rgba(0,0,0,0);
}

button {
	border: none;
	letter-spacing: 1px;
	cursor: pointer;	
	padding: 0em;
	margin: 0px;
	color: #FFF;
	background-color: transparent;
}
.pie {
	width: 100%;
	height: 135px;
	padding: 20px;
	text-align: left;
	background-color: #004165;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
#contacto {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #FFFFFF;
    line-height: 25px;
    font-weight: bolder;
	font-size: 13px;
}
.titulo{
	text-align: center;
	color: #004571;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 6px;
}
#copy {
	width: 300px;
	float: left;
	margin-top: 35px;
	margin-left: 30px;
	color: #717171;
	font-size: 11px;
}
.pies {
    width: 95%;
	padding-top: 17px;
    text-align: center;
    position: relative;
    margin-left: 30px;
}

.pies ul {
	margin-top: 0px;
	padding-top: 15px;
	width: 200px;
	float: left;
	padding-left: 100px;
}
.pies li {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#aviso {
	width: 130px;
	float: right;
	margin-top: 18px;
	font-size: 11px;
}
#aviso  a:link {
	color: #717171;
	text-decoration: none;
}
#aviso   a:visited {
	color: #717171;
	text-decoration: none;
}
#aviso   a:hover {
	color: #276015;
	text-decoration: underline;
}
.txt {
	text-align: center;
	font-family: 'Arial';
	font-size: 1em;
	padding-top: 20px;
}

.llamar {
	transition: opacity 0.3s ease;
}

.llamar:hover {
	opacity: 0.5 !important;
	cursor: pointer;
}

.colgar {
	transition: opacity 0.3s ease;
}

.colgar:hover {
	opacity: 0.5 !important;
	cursor: pointer;
}

.ampliar {
	transition: opacity 0.3s ease;
}

.ampliar:hover {
	opacity: 0.5 !important;
	cursor: pointer;
}

section {
	padding: 1em;
	text-align: center;
}

.content {
	flex: 1;
}

.txt {
	flex-shrink: 0;
}

.pie {
	flex-shrink: 0;
	margin-top: auto;
}

@media screen and (max-width: 1180px) {




}

@media screen and (max-width: 800px) {



}

@media screen and (max-width: 700px) {

.secciones h1 {
	font-size: 2em;
	line-height: 30px;
	text-align: center;
}


}

@media screen and (max-width: 630px) {

.secciones h1 {
	font-size: 2em;
	line-height: 30px;
	text-align: center;
}

.pie {
	width: 100%;
	height: auto;
	margin-top: -70px;
}
}
@media screen and (max-width: 320px) {


}
