<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face { 
font-family: Georgia; src: url('../fonts/Georgia.ttf');
font-family: HelvticaNeueStdLT; src: url('../fonts/helveticaneueltstd-th.ttf');

 } 
body {
	
	padding: 0px;
	background: #FFFFFF;
	font-family: HelvticaNeueStdLT;
	color: #616A71;
    width: 90%;
    margin: 0 5%;
	        }
h1 {
    
	font-weight:normal;
	font-family: Georgia; 
	color:#616A71;
	
}		
 
Datosgenerales{
	border:2px;
	border-color:#6FF;
	}
#tituloObras{
    padding-left: 10px;
    width:70%;
    background-color:  rgb(32, 109, 186);
    color:#FFFFFF;
    }
	
#listadoFiltrado {
    font-size:large;
    width:70%;
}
#listadoFiltrado a {
text-decoration:none;
color:black;
    }
 #listadoFiltrado a:hover {
     color:red;
 }
.buscadorForm {
    width:20%;
    text-align: center;
	position: absolute; right: 5%; top:65px;
    position:fixed;
    z-index: 200;

	background-color:rgb(255, 255, 255);
    }
#buscadorForm input{
    width:90%;
    }
#buscadorForm select{
    width:90%;
    }
	
.anotacion {
    line-height: 1.35;
    overflow: hidden;
    white-space: nowrap;
}

.recent-photos{
	width:96%;	
	
	}
table {
  width: 100%;
}
td {
  width:14%;
  position: relative;
}
td:after {
  content: '';
  display: block;
  margin-top: 100%;
}
td .content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  
}
#Autor{
	font-size:20px;
	line-height:20px;
	margin-bottom:0px;
	margin-top:0px;
	}
#NombreyAutor{
	line-height:0px;
	margin-bottom:0px;
	margin-top:0px;
	
	}
#Titulo{
	font-size:32px;
	font-family:Georgia; 
	line-height:32px;
	margin-bottom:0px;
	margin-top:0px;
	}
#Tipo{
	font-size:14px;
	font-family:HelvticaNeueStdLT;
	}

@media (max-width: 1024px) {
	.Gris{
	background:#FFFFFF;
	border-top-width:2px;
	margin-top: 10px;
	}

.textoespecial{
	width:90%;
	margin-left:  auto;
	margin-right: auto;
	background:  #FFFFFF;
	padding: 25px; 
	text-align:justify
	}
	
	}

@media (min-width: 1024px) {
.Gris{
	background:#c0c0c054;
	border-top-width:2px;
	margin-top: 10px;
	}

.textoespecial{
	width:49%;
	padding: 25px; 
	margin-left:  auto;
	margin-right: auto;
	background:  #FFFFFF; 
	text-align:justify
	}




}</pre></body></html>