@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	color:#424242;
	font-weight: 400;
	height:100%;
	line-height:1.5em;
	background:#f6eddc;
	float:left;
	width:90%;
	text-align: center;
	vertical-align: middle;
	letter-spacing: normal;
	word-spacing: normal;
	display: block;
	/*margin:15px 5px 15px 25px; */
		
}

#mainContent {
	padding: 0 20px; /* recuerde que el relleno es el espacio situado dentro del cuadro div y que el margen es el espacio situado fuera del cuadro div */
	
}

li{ 
	line-height:1.5em; 
	list-style-type: square;
	font-weight:500;
}

p{
	text-align:justify;
	/*font-size:0.9em;*/

}

h1,h2,h3{
	text-align:center;
}

ul.navbar {
	float:overflow;
	list-style-type: none;
    padding: 0;
    margin: 0;	
	top: 52m;
	left: 5em;
	width: 15em 
	}
	
h1 {
	font-family:Helvetica, Geneva, Arial,SunSans-Regular,sans-serif 
	}
	
ul.navbar li {
	font-weight:700;
    background:#fff;
    margin:0.5em 0;
    padding:0.3em;
    border-right:1em solid #3c5189 
	}
ul.navbar a {
    text-decoration:none 
	}

a{
	color:#424242; 
	text-decoration:none;
}
 
a:hover{ 
	text-decoration:underline; 
	color: #3c5189;
	font-weight: bold;
}

strong{
	font-weight:700;
	font-size:1.1em;
	text-align: left;
}

table{
	border-collapse:collapse;
	border-width:99%;
	border-color: #3c5189;
	valign:center;
}

.n1{
	color:000;
	font-size:0.9em;
	font-weight:700;
}

hr{
color:#3c5189;
font-weight:bold;
font-size:2em
}

.bb{
	color:#fff;
	font-size:1.1em;
}

.f01{
	font-weight:600;
	color: #006;
	}
.tabla_centrada {
	border-bottom-style:groove;
	border-width:100%;
	border-color: #000;
	valign:center;
	text-align: center;
	color: #424242;
	font-weight: bold;
	background-color: #f6eddc;
	letter-spacing: 1px;
	word-spacing: normal;
	font-size: 18px;
}
