body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/fondo-wrap.jpg);
	background-repeat: repeat;
	margin: 0px;
}
p {
	margin-top: 6px;
	margin-bottom: 6px;
}
a {
	text-decoration: none;
	outline:none
}
a:link, a:visited {
	color: #FFF;
}
a:hover, a:active {
	color: #DEDEDE;
}
h1 {
	background-image: url(../images/LogoSsilva.png);
	background-repeat: repeat-y;
	height: 65px;
	width: 225px;
	text-indent: -9999px;
	float: left;
	margin-left: 15px;
}
h2 {
	font-size: 20px;
	color: #FFF;
	font-weight: normal;
	font-family: "Arial Narrow", "Helvetica Neue Condensed", "Trebuchet MS";
	text-align: center;
}

#nav {
	background-color: #005EA3;
	float: right;
	width: 700px;
	height: 50px;
	margin-top: 25px;
	margin-right: 20px;
	text-align: right;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	font-weight: bold;
	line-height: 50px;
	padding-right: 10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}


#contenido {
	clear: both;
	float: none;
}
#box-centrado {
	text-align: center;
}

#wrap2 {
	background-image: url(../images/fondo-wrapIE.jpg);
	background-repeat: repeat;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 500px;
	background-color: #005EA3;
}

#wrap {
	background-image: url(../images/fondo-wrap.jpg);
	background-repeat: repeat-y;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 500px;
	background-color: #005EA3;
}
.tabla-ingreso {
	color: #0C5790;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
}
.tabla-ingreso tr td {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #005EA3;
}
.tabla-combos {
	color: #0C5790;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}
.tabla-combos tr td {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #005EA3;
}
#footer {
	font-size: 13px;
	font-weight: bold;
	color: #006;
	height: 100px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
.txt-centrado {
	color: #FFF;
	text-align: center;
}
