@charset "utf-8";
/* CSS for every document on the web site */

* {
	padding: 0;
	margin: 0;
}

ol, ul, dir, menu, dd {
	margin-left: 2em;
}

html, body {
	height: 100%; /* esto permite definir alturas */
	background-color: #FBFBD2; /* light yellow */
}

a img {
	border: 0;
}

em {
	font-style: normal;
	color: #006DB5; /* base blue */
}


/* general classes */
.hidden {
	display: none;
}


/* LAYOUT */ 
div#wrapper {
	min-height: 100%;
	position: relative;
	/* sombra de fondo */
	background-color: #FDFDD4;
	background-image: url(../mat/raster/layout/bgcontents.png);
	background-repeat: repeat-x;
	background-position: 0px 275px;
}

/* blue bar, with logo and navbar */
div#top {
	height: 75px;
	background-color: #006DB5 /* base blue */
}

/* FTE Jerez logo */
#heading {
	position: absolute;
	left: 0px;
	top: 0px;
}

div#contents {
	width: 700px;
	margin: 0px auto 40px;
	padding-bottom: 100px;
}

div#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	height: 35px;
	background-color: #E9E983;
}


/* BODY, HEADINGS & PARAGRAPHS */
body {
	color: #333;
	font: 0.8125em Tahoma, Geneva, sans-serif;
	line-height: 1.4;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal; /* overrides boldface */
}

h2 {
	margin-top: 1em;
}

h3 {
	margin-top: 0.5em;
	font-size: 1.3em;
}

h4 {
	margin: 1em 0 0 0;
}

p {
	margin-top: .5em;
	margin-bottom: .5em;
}

.date {
	font-variant: small-caps;
	color: #666;
}

p.date {
	margin-top: 0;
}

p.imageFoot {
	font-size: 0.9em;
	margin-top: -0.2em;
	text-align: center;
}

p.signature {
	text-align: right;
	font-size: 0.9em;
}

p.navpath {
	font-variant: small-caps;
	font-size: 0.9em;
	color: #666;
}

p.highlight {
	border: 1px dotted #000;
	padding: .5em;
	color: #000;
}


/* GENERAL LINKS */
a {
	color: #006DB5;
}


/* DATA TABLE */
table.data {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #000;
	background: #BBD5EE;
	margin-bottom: 2em;
}

table.data th  {
	background: #E9E983;
	text-align: left;
	border-bottom: 1px solid #000;
	padding-left: 0.5em;
}

table.data tr {
	border-top: 1px dotted #000;
}

table.data td  {
	padding: 5px 10px;
}

/* OTHERS */
iframe {
	margin: 1em 0;
	border: 1px solid #000;
}

blockquote {
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.smallimages {
      float: left;
      width: 225px;
      margin-right: 25px;
}
