@charset "UTF-8";
<style type="text/css">




html, body{
    height: 100%;
	background-color: #333;
	margin: 0px;
	
}


#contacto {
	width: 100%;
	font: 10px 'Questrial', sans-serif;
	position: fixed;
	top: -130px;
	margin-left: 0px;
	z-index: 300;
	opacity: .7;
	filter: alpha(opacity=6);
	-moz-opacity: .6;
	-webkit-transition: all 1.5s ease 0s;
	-o-transition: all 1.5s ease 0s;
	transition: all 1.5s ease 0s;
	border-bottom-style: solid;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-top-color: #F71559;
	border-right-color: #F71559;
	border-bottom-color: #F71559;
	border-left-color: #F71559;
}
#contacto:hover {
	top: 100px;
	background-color: #FFFFFF;
	opacity: 1;
	filter: alpha(opacity=10);
	-moz-opacity: 1;
}
#contacto p  {
	color: #000;
	font-size:12px;
	text-align:right;
	margin-right:40px;
	margin-bottom:0px;
	
}
#contacto p a {
	color: #000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F03;
	font-style: normal;
	font-variant: normal;
	text-transform: none;	
}
#contacto p a:hover {
	color: #FF0033;	
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	
}

#header {
	height: 85px;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	position: fixed;
	z-index: 10;
	background-color: #EAEAEA;
}


.negritaycursiva {
	font-style: italic;
	font-weight: bold;
	margin-right: 4px;
}

.negrita {
	
	font-weight: bold;
	margin-right: 4px;
}

#header #title {
	width: 35%;
	margin-left: 20%;
	font: 15px 'Questrial', sans-serif;
	float: left;
	height: 78px;
	min-width:450px;
}
#header #biblio {
	cursor: pointer;
	width: 40px;
	float: left;
	height: 85px;
	margin-top: 0px;
	margin-left: 5px;
	background-image: url(images/bibliografia1.png);
}
#header #biblio:hover {
	
	background-image: url(images/bibliografia2.png);
}
#header #discurso {
	cursor: pointer;
	width: 40px;
	float: left;
	height: 85px;
	margin-top: 0px;
	margin-left: 20px;
	background-image: url(images/discurso1.png);
}
#header #discurso:hover {
	
	background-image: url(images/discurso2.png);
}

#header #pathos {
	cursor: pointer;
	width: 40px;
	float: left;
	height: 85px;
	margin-top: 0px;
	margin-left: 4px;
	background-image: url(images/pathos1.jpg);
}
#header #pathos:hover {
	
	background-image: url(images/pathos2.jpg);
}

#header #title h1 {
	margin-top: 15px;
	font: 25px 'Questrial', sans-serif;
	height: 80px;
	
}



 
  
  #abrir {
	cursor: pointer;
	width: 40px;
	font: 40px 'Questrial', sans-serif;
	color: #6A9F9F;
	text-align: center;
	vertical-align: text-bottom;
	height: 40px;
	background-color: #ff6666;
}

<style>
 /* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/


.isotope .isotope-item {
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
      -ms-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}




/* Combination filter options*/

#options .option-combo {
	display: inline-block;
	float: left;
	margin-right: 10px;
	color: #F00;
	text-decoration: none;
}
#options .option-combo a {
	display: inline-block;
		
}
.obra {
	margin: 10px;
	float: left;
	overflow: hidden;
	position: relative;
	cursor: default;
	background-color: #333;	
}
.obra .mask,.obra .content {
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;	
}
.obra img {
	position: relative;
	
}

.obra p {
	font-style: normal;
	position: relative;
	font-family: 'Questrial', sans-serif;
	padding: 4px 4px;
	text-align: justify;
}
.obra h5 {
	font-style: normal;
	position: relative;
	font-family: 'Questrial', sans-serif;
	padding: 4px;
	text-align: justify;
	font-size: 12px;
	font-weight: lighter;
	margin-right: 6px;
}

.obra h6 {
	font-style: normal;
	position: relative;
	font-family: 'Questrial', sans-serif;
	padding: 4px;
	text-align: justify;
	font-size: 13px;
	font-weight: lighter;
	margin-right: 9px;
	margin-left: 9px;
}

.masarriba {
	margin-top: -20px;
	padding: -20px;
}
.obra a {
	color: #066;
	margin-top: -3px;
	font: italic 1em 'Questrial', sans-serif;	
	
	}


.obra-foto img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.obra-foto .mask {
	background: rgba(255, 255, 255, 0.9);
	-webkit-transform: translateX(-550px);
	-moz-transform: translateX(-550px);
	-o-transform: translateX(-550px);
	-ms-transform: translateX(-550px);
	transform: translateX(-550px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=90);
	opacity: 0.9;
	--webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	height:100%;
	width: 100%;
}

.obra-foto p {
	font-size: 0.6em;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	color: #000;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;	
	margin-top: -3px;

}

.obra-foto:hover img {
	-webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}


a:link {
	text-decoration: none;
	text-transform: uppercase;
	color: #066;
	vertical-align: super;
}


a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #C00;
}
a:active {
	text-decoration: none;

}




.obra-foto:hover .mask {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	
	
}

 #pop-up{
	position: fixed;
	top: 120px;
	left: 300px;
	width: 50%;
	height: 75%;
	min-height:200px;
	overflow-x: hidden; overflow-y: auto;
	z-index: 2;
	color: #333;
	border: 1px solid black;
	visibility: visible;
    filter: alpha(opacity=80); /* IE */
	background-color: rgba(255,255,255,0.98);
	opacity: 0.98;
	font: 15px 'Questrial', sans-serif;
	
  }


.cita {
	font-variant: normal;
	text-transform: none;
	color: #333;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	width: 70%;
	padding-left: 10%;
	font-style: italic;
}

.dedicatoria {
	font-variant: normal;
	text-transform: none;
	color: #333;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	width: 50%;
	padding-left: 35%;
	padding-right: 15%;
	font-style: italic;
}
  #pop-up p{
	margin-right: 43px;
	margin-left: 30px;
	text-align: justify;
  }
  
   #pop-up a{
	font-size: 11px;
	color: #666;	
  }
  #pop-up a:hover{
	
	color: #C03;
  }
  
#pop-up h1{
	margin-left: 5px;
	margin-top: 18px;
	text-align: justify;
	font-size: 25px;
  }
  #pop-up h3{
	margin-left: 4px;
	
	
	font-size: 20px;
  }
#titulo {
	position: fixed;
	height: 60px;
	width: 50%;
	z-index: 3;
	color: #333;
	background-color: #FFF;
	padding-bottom: 10px;
 }	
#texto {
	
	z-index: 4;
	padding-top: 50px;
}
#bibliografia {
	position: absolute;
	top: 0px;
	width: 48px;
	height: 48px;
	z-index: 3;
	color: #333;
	background-color: #6CC;
	right: 112px;
}
#enlaces {
	position: absolute;
	top: 0px;
	width: 48px;
	height: 48px;
	z-index: 3;
	color: #333;
	background-color: #F33;
	right: 60px;
}
#cerrar {
	cursor: pointer;
	position: fixed;
	font-size: 25px;
	font-weight: normal;
	height: 50px;
	width: 48%;
	color: #333;
	margin-top: 2px;
	text-align: right;	
}

.mask h5 {
	margin-bottom: -2px;
	}
	

iframe {
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width : 760px){
   
   #pop-up {
	position: fixed;
	top: 120px;
	margin-left:-55px;
	width: 94%;
	height: 75%;	
	overflow-x: hidden; overflow-y: auto;
	z-index: 2;
	color: #333;
	border: 1px solid black;
	visibility: visible;
    filter: alpha(opacity=80); /* IE */
	background-color: rgba(255,255,255,0.98);
	opacity: 0.98;
	font: 20px 'Questrial', sans-serif;
	

	
  }
  
  #pop-up p{
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
  }
   
  
 #header #title h1 {
	margin-top: 15px;
	margin-left:10px;
	font: 16px 'Questrial', sans-serif;
	height: 85px;
	
}

#header #discurso {
	cursor: pointer;
	width: 40px;
	float: left;
	height: 85px;
	margin-top:-80px;
	margin-left: 2px;
	background-image: url(images/discurso1.png);
}
#header #discurso:hover {
	
	background-image: url(images/discurso2.png);
	
}

 #container {
	width: 98%;
	margin-left:auto;
	margin-right:auto;
	
}

#cerrar {
	cursor: pointer;
	position: fixed;
	font-size: 25px;
	font-weight: normal;
	height: 50px;
	width: 90%;
	color: #333;
	margin-top: 2px;
	text-align: right;	
}



.obra  {
	position: relative;
	width: 98%;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;	
}
.obra img  {
	
	width: 100%;
	height:auto;
	
	
}

.obra h5 {
    font-size: 15px;
	overflow: scroll;
	margin-left: 10px;
	margin-right: 10px;
}

.obra .mask,.obra .content {
	position: absolute;
	overflow: scroll;
	top: 0px;
	left: 0px;	
	font-size: 1.5em;
}
}