@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
}
h2 {
	text-align: center;
}
h3 {
	text-indent: 25px;
}



a {
	color: #E8DEBF;
	text-decoration: none;
}
ul {
	margin-left: 40px;
}

img {
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.MiContenido {
	margin: 10px;
}


.MiMenu {
}
.MiMenu li{
	float:right;
	display: block;
	width: 75px;
	text-align: center;
	font-size: 14px;
	height: 20px;
	border:1px solid #333333;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	list-style-type: none;
}

.MiMenu li a {
	display: block;
	color: #FFFFFF;
}
.MiMenu li a:hover {
	background-color: #333333;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.MiContenido hr {
	margin-right: 30px;
	margin-left: 30px;
}
.MiSlogan {
	font-size: 14px;
	color: #CCCCCC;
	font-weight: bold;
}
.MiContacto {
	font-size: 12px;
	color: #CCCCCC;
}
.MiContacto a{
font-weight:bold;
}
.MiContacto a:hover {
	font-weight:bold;
	color: #FFFFFF;
}



.MiBanner {
	background-image: url(../imagenes/Banner.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 740px;
	position: fixed;
	background-color: #000000;
}

