@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'fuente';
	src: url("../TCCM0.TTF");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'fuente';
	src: url("../TCCM0.eot");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'fuente';
	src: url("../TCCM0.woff");
	font-weight: normal;
	font-style: normal;
}

body{
	margin: 0 auto;
	max-width: 1500px;
	
}

.cuerpo {
	padding: 28px;
	font-family: fuente;
	color: #CCC;
	font-size: 30px;
	text-align: justify;

}

.cuerpoindex {
	font-family: fuente;
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 22px;
	text-align: justify;
	color: #FFF;
	font-weight: lighter;
	width: 40%;
	float: left;

}

.cuerpoindex2 {
	font-family: Tahoma;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 22px;
	text-align: justify;
	font-weight: bold;
	text-shadow: #fff 0.1em 0.1em 0.2em;
	margin-left: 300px;
}

.pie {
	background: url(../Imagenes/fdoPie.jpg);
	font-family: 'fuente';
	font-size: 25px;
	margin: 12px;
	color: #CCC;
	height: 104px;
	vertical-align: middle;
	padding-right: 20px;
	padding-left: 20px;
}

.titulos {
	font-family: Tahoma;
	font-size: 36px;
	text-shadow: #f00 0.1em 0.0em 0.2em;
	color: #000;
	font-style: italic;
	letter-spacing: 7px;
}

.cont_contacto {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	letter-spacing: 3px;
	text-shadow: #fff 0.1em 0.1em 0.2em;
}

.datos {
	font-family: "fuente";
	font-size: 18px;
	letter-spacing: 4px;
	line-height: 30px;
	text-shadow: #fff 0.1em 0.1em 0.2em;
}

/*Botones Obras*/

#btns {
	display: block;
	height: 150px;
}

#btns ul {
	display: blobk;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}

#btns ul li {
	display: block;
	width: 20%;
	margin-left: 8%;
	border-radius: 5px;
	background-color: #3C6;
	text-align: center;
	font-family: "fuente";
	list-style: none;
	float: left;
	height: 100px;
	vertical-align: middle;
	font-size: 28px;
	border-style: solid;
	border-color: #F00;
	border-width: 4px;
}

#btns ul li:hover {
	border-color: #CCC;
}

#btns ul a {
	text-decoration: none;
	color: #FFF;

}

#btns ul a:hover {
	text-decoration: none;
	color: #FFF;

}

#volver a {
	text-decoration: none;
	float: right;
	display: block;
	padding: 10px;
	border-radius: 5px;
	background-color: #690;
	color: #FFF;
	font-size: 22px;
	margin-right: 30px;
}

#volver a {
	background-color: #F00;
}

.cabeceras {
	background-image: linear-gradient(#3D0001, #990100, #990100);
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#cont_img{
	text-align: right;
}

.logos{
	width: 50%;
	margin: 20px 0px 0px 20px
}

.img_logo {
	width: 90%;
}

#footer{
	background-image: linear-gradient(#3D0001, #990100, #990100);
	display: flex;
	justify-content:space-evenly;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	padding: 20px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 20px;
	gap: 20px;
	line-height: 30px;
}

.footer_col{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0px 20px 0px 20px;
}

#galeria{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}
.thumb{
	height: 100%;
	border-radius: 10px;
	
}

.wp{
    display: block;
    width: 50px;
    height: auto;
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 888;
}
.wp img{
    width: 100%;
}



@media(max-width:768px) {

	.cont_logo{
		text-align: center;
	}

	.logos{
		width: 70%;
		margin: 20px 0px 0px 20px
	}

	#cont_img {
		display: none;
	}

	#footer{
	font-size: 18px;
	
}
.thumb{
	height: 100%;
	
}


}