
/* https://fernandorellana.com/ */

body{
	text-align: center;
	font-family: "Palatino Linotype", Palatino,  "Century Schoolbook L", "Linux Libertine", "Times",  serif; 
	margin: 0;
	background-color: #fff;
	padding: 0px;
}

h1 {
	font-size: 4em;
	font-style: normal;
	font-weight: normal;
	color: #cacccf;
	padding: 0px 0px;
	margin: 0px 0px;
	text-align: center;
  line-height: 1.4em;
}

hr { 
   border: 0;
  border-top: 1px dashed #8c8c8c; 
} 

h2 {
	text-decoration: none;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 1px;
	padding-bottom: 1px;
	margin-top: 2px;
	padding-top: 2px;
	line-height: 1.2em;
	} 

p {
	font-size: 1,2em;
	font-style: normal;
	font-weight: normal;
	margin-top: 1px;
	padding-top: 1px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	line-height: 1.2em;
}

.intro {
  margin: 0em auto;
  line-height: 1em;

  font-family: "Palatino Linotype", Palatino,  "Century Schoolbook L", "Linux Libertine", "Times",  serif; 
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
 }

table  {
	width: 25%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	margin-left: auto;
  margin-right: auto; 
}

td  {
	margin: 0px;
	padding: 0px;
}

.cit {
 font-size: 1.2em; 
 text-align: center;
 color: #fff;	
}

a.mini {	
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000; 
}
	
a:hover.mini { 
  color: red; 
  text-decoration: none;
}


img {
	border: 0px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 3px;
}

.nav {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cacccf;
	height: 25px;
	margin-left: auto;
  margin-right: auto;
  font-family: "Palatino Linotype", Palatino,  "Century Schoolbook L", "Linux Libertine", "Times",  serif; 
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
}


.coul {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	background-color: #747574;
	padding-right: 2px;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 1px;
}





