/* Principal */

* {
	margin: 0; 
	padding: 0; 
} 
body {
	font-size: 76%;
} 
img {
	border: none; 
} 
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
margin-bottom : 1em; 
}
address{
	text-align: center;
	padding: 2px;
	margin: 10px;
}
/* Html */
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #314F73;
	background-color: #F3F3F3;
	text-align: center;
	padding-top: 12px;
}
a:link, a:visited {
	color: #DC5027;
	font-weight: bold;
	text-decoration: none;
	font-size: 127%;
}
a:hover {
	color: #8CBBC4;
	font-weight: bold;
	text-decoration: underline;
	font-size: 127%;
}
h1 {
	font-size: 360%;
	color: #D24922;
	letter-spacing: 0.1em;
	word-spacing: 0.5em;
	font-variant: small-caps;
	font-weight: bold;
	margin-top: 15px;
}
#contenedor {
	background-color: #FFF;
	border: 1px solid #D7D7D7;
	width: 90%;
	text-align: left;
	margin: 0 auto;
	height: auto;
} 
#cabecera {
	height: 120px;
	
	background-image: url(http://jmas.webs.upv.es/ffr/fondo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #425075;
	
	text-align: center;
	vertical-align: middle;
	margin: 4px;
	padding-left: 65px;
}
#botonero{
	width: 165px;
	height: auto;
	display: block;
	margin: 8px;
	float: left;
}
#botonero li#titulo {
	list-style: none;
	font-size: 130%;
	font-weight: bold;
	color: #1F546D;
	padding: 4px;
	display: block;
	text-align: center;
	background-color: #B4D0DE;
	font-variant: small-caps;
	border-top: 2px solid #B4D0DE;
	border-right: 2px solid #B4D0DE;
	border-bottom: 2px dotted #1F546D;
	border-left: 2px solid #B4D0DE;
}
#botonero li {
	font-size: 100%;
	list-style: none;
	text-align: left;
	display: block;
	font-variant: normal;
	background-color: #FFF;
	padding: 4px 8px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #B4D0DE;
}
#contenido {
	border: none;
	margin-top: 4px;
	margin-right: 6px;
	padding: 10px 10px 15px 5px;
	width: auto;
	margin-left: 23%;
	background-color: #FFF;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	background-color: #3791AE;
	color: #FFFFFF;
	text-align: left;
	padding: 2px 2px 2px 12px;
	margin-bottom: 7px;
	margin-top: 0px;
}
#contenido p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #00005E;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 12px;
	text-align: left;
	font-weight: normal;
}
h3 {
	font-size: 145%;
	margin-left: 14px;
	margin-right: 2px;
	margin-top: 4px;
	text-align: left;
	color: #C16100;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 0px;
}
h4 {
	font-size: 120%;
	padding: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
h5 {
	font-size: 100%;
	padding: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: auto;
	width: 18%;
	float: left;
}
#contenido li a {
	margin-left: 18px;
	font-size: 135%;
	margin-right: 4px;
	font-weight: bold;
	font-variant: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000066;
	list-style-image: none;
	list-style-type: none;

}
#contenido ul {
	margin: 2px;
	list-style-image: none;
	list-style-type: none;

}
#contenido p a {
	font-size: 110%;
	color: #000066;
}
#creado {
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;

}
#creado p {
	font-size: 100%;
	text-align: left;
	font-weight: bold;

}