@charset "utf-8";
/** Jesús Quintana, para proyecto final Módulo Contenidos Accesibles MTA (Máster Accesibilidad Web) **/
html, body {
	height: 100%;
	padding:0;
	margin: 0;
	width: 100%;
}
body {
	font: 100% Geneva, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	text-align: center;
	color: #000;
	background-color: #fff;
	background-image: url(../img/fondo.png);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
}
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: inherit;
	font-size: 130%;
}
h2 {
	font-size: 120%;
	font-weight: normal;
	margin-bottom: 0.75em;
}
h2.quees {
	font-size: 100%;
	font-style: italic;
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #949494;
	margin-top: 0.88em;
	padding-bottom: 1px;
}
h3{
	font-size: 90%;
	margin-top: 1.13em;
}
h4{
	font-size: 120%;
	margin-bottom: 1.25em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #949494;
}
acronym, abbr {
	cursor: help;
	border-bottom: 1px dotted #39c;
}

p {
	margin: 0.25em 0 0.50em 0;
	padding: 0;
}
ol, ul, li {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: disc;
	list-style-position: inside;
	margin: 0.31em 0 0.31em 0.50em;
}
dt {
	font-weight: bold;
	margin-bottom: 0.75em;
	color: #949494;
}
dd {
	margin: 0.25em 0.38em;
}
code{
	font-size: 12px;
	background-color: #FFFFF4;
}
a:link, a:visited{
	text-decoration: underline;
	color: #003D79;
	background-color: inherit;
	font-weight: bolder;
}
a:active{
	color: #39c;
} 
a:hover {
	color: #fff;
	background: #39c;
	text-decoration: none;
}
img {
	border:0;
}
small{
	font-size: 0.75em;
	font-style: italic;
	color: #036;
}
#wrapper {
	width: 100%;
	background-image: url(../img/fondo-foot.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#head {
	width: 43.75em;
	text-align: left;
	margin: 1.88em auto 0 auto;
	background-color: #fff;
}
#head h1{
	background-image: url(../img/fondo-h1.png);
	background-repeat: repeat-x;
}
#content {
	width: 43.75em;
	text-align: left;
	margin: 0px auto 0;
}
#contenido{
	margin-top: 1.63em;
	width: 34.38em;
	font-size: 0.94em;
}
#relacionado {
	margin-top: 1.63em;
	width: 12em;
	font-size: 0.88em;
	border: 1px dotted #949494;
	left: 682px;
	top: 220px;
	background-color: #fff;
}
#relacionado ol{

}
#footer {
	clear: both;
	width: 100%;
	text-align: left;
	font-size: 0.99em;
}

#sub-footer {
	clear: both;
	font-size: 0.9em;
	color: #949494;
	height: 6.25em;
}
ul.navfooter {
	color: #949494;
	background-color: white;
	font-size: 0.9em;
	list-style-type: none;
	text-align: left;
	font-weight: lighter;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #45A2D1;
	border-bottom-color: #45A2D1;
	padding-top: 0.31em;
	padding-bottom: 0.31em;
}
ul.navfooter a{
	text-decoration: none;
	text-align: center;
	color: #39c;
}
ul.navfooter a:hover{
	text-decoration: none;
	text-align: center;
	color: #fff;
	background-color: #39c;
}

ul.navfooter li {
	display: inline;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
	margin-right: 5px;
	padding-right: 8px;
}
.left {
	float: left;
}
.right {
	float: right;
}

/*** menu ***/

ul.nav,
.nav ul{
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
	width: 100%;
	text-align: center;
}

ul.nav{float: left;
}
ul.nav li{
	display: inline;
	width: 8.13em;
	float: left;
}

ul.nav, .nav ul, .nav ul li a{
	background-color: #fff;
	color: #39c;
}

ul.nav,
.nav ul{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #39C;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #39C;
}

.nav a{
	text-decoration: underline;
}
.nav a:hover{
	text-decoration: none;
}
.wikipedia{
	font-size: 70%;
}
#breadcrumb{
	color: #000;
	font-size: 11px;
	font-style: italic;
}
.intro{
	font-style: italic;
	font-size: 0.75em;
}
a.external:link
{
	padding: 0 0.94em 0 0;
	background-image: url(../img/external-link.gif);
	background-repeat: no-repeat;
	background-position: 100% center;
}
a.external:visited
{
	color: #39c;
	padding: 0 0.94em 0 0;
	background-image: url(../img/external-link.gif);
	background-repeat: no-repeat;
	background-position: 100% center;
}
a.external:hover
{
	color: #fff;
	padding: 0 0.94em 0 0;
	background-image: url(../img/external-link.gif);
	background-repeat: no-repeat;
	background-position: 100% center;
	background-color: #39c;
	z-index: 2;
	text-decoration: none;
}
/** external, cualquier url comience por http, añade ico **/
body a[href ^="http://"],
.external {
	padding-right: 0.94em;
	background-image: url(../img/external-link.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.deco{
	border-top-width: 0.13em;
	border-top-style: solid;
	border-top-color: #949494;
	width: 100%;
	float: left;
}
#tabla-contenidos-1{
	text-align: center;
}
#navi{
	border: 1px dotted #EAEAEA;
	padding: 0.19em;
	background-color: #8BC6E2;
	margin-left: 500px;
}
cite{
	margin-top: 0.44em;
	margin-right: 2.25em;
	margin-bottom: 0.44em;
	margin-left: 2.25em;
}
#contenido img{
	padding:0.31em;
	border:0.06em solid #949494;
}
table{
	border: 0.06em dotted #949494;
}
th{
	background-color: #D3D3D3;
}
td{
	background-color: #F2F2F2;
	color: #39c;
	font-weight: bolder;
	font-style: italic;
}
form{
	background-color: #F8F8F8;
}
fieldset{
	font-weight: bolder;
}
legend{
	color: #fff;
	background-color: #666;
}
input{
	border: 0.06em solid #000;
	margin-left: 0.88em;
	padding: 0.13em;
}
textarea{
	border: 0.06em solid #000;
}
option{
	border: 0.06em solid #000;
	padding: 0.13em;
}
select{
	border: 0.06em solid #000;
	padding: 0.13em;
}
label{
	padding-right: 0.44em;
}
input:focus, textarea:focus, select:focus {
	outline: 0.06em solid #39c;
}
#noborder{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
