/* hoja de estilo externa estilo.html */
a:link{
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
a:hover img{
	text-decoration: none;
}
a:active{
	text-decoration: none;
}
a{
	text-decoration: none;
	color: aqua;
}

body{
	font-family: tahoma;
	font-size: 13px;
	color: white;
	line-height: 20px;
	margin: 0 auto;
	padding: 0px;
	background-color: black;
	width: 960px;
	
}
#logo{
	width: 960px;
	/*height: 174px;*/
	margin-top: 10px;
	margin-bottom: 3px;
}
#enlaces{ /* Contiene a los enlaces */
	text-align: center;
	margin: 0 auto;
	margin-top: 3px;
	margin-bottom: 3px;
	font-family: arial;
	font-size: 20px;
}
#cuerpo{ /* Contiene al panel izquierda, derecha, contenido */
	width: 960px;
	margin-top: 3px;
	margin-bottom: 3px;
	float: left;
}
#izquierda{
	width: 430px;
	height: 230px;
	float: left;
}
#derecha{
	width: auto; /*520px;*/
	float: left;
}
#flash{
	width: 520px;
	height: 220px;
	background-color: white;
	color: black;
	float: right;
}

#contenido{
	width: 960px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	float: left;
	clear: left;
	background-color: white;
	color: black;
	text-align: center;
}

#usuario{
	width: 570px;
	margin: 5px auto;
	}

#menu{
	width: 600px;
	height: auto;
	margin: 5px auto;
	margin-bottom: 10px;
	color: black;
	border-color: white;
	border-width: 2px;
	border-style: dotted;
	background-color: #2F6F8F;
	box-shadow: white 1px 1px 3px;
	font-size: 10px;
}

#menu b{
	font-size:12px;
	}

#menu table{
	width: 600px;
	}

.encabezado th{
	background: gray;
	color: black;
	}

#login{
	width: 300px;
	height: auto;
	margin: 5px auto;
	color: black;
	border-color: white;
	border-width: 2px;
	border-style: dotted;
	background-color: #2F6F8F;
	box-shadow: white 1px 1px 3px;
}

#login table{
	width: 300px;
	}

#bloque{
	width: 230px;
	padding: 5px;
	height: 180px;/*180px*/
	float: left;
	background-color: #ddd;
	text-align: justify;
	font-size: 10px;
}
#bloque strong{
	font-size: 12px;
	text-align: center;
}
#bloque img{
	width: 230px;
}
h2{
	font-weight: bold;
	font-style: italic;
	font-family: arial;
	font-size: 15px;
}
#imagen{
	/*width: 220px;*/
	height: 105px;
	background-color: gray;
}
#logueando{
	width: 300px;
	margin: 0 auto;
	margin-top: 3px;
	margin-bottom: 3px;
}
.boton{
	font-size: 12px;
	font-family: Verdana, Helvetica;
	font-weight: bold;
	text-align: center;
	color: black;
	background: silver;
	border: 1px;
	margin-left: 1px;
	margin-right: 1px;
	border-color: white;
	width: 100px;
	height: 30px;
}
/* fin de fichero */