/* base
--------------------------------------------------- */

ul,ol {list-style: none;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,form,body,html,p,blockquote,fieldset,input,hr {margin: 0; padding: 0;}
img, a {border: 0;}

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0 auto;
	text-align: center;
	background-color: #798695;
	background-repeat: repeat;
	background-image: url(../imag/bg.gif);
}

a:link, a:visited {
	color: #33638E;
}
a:hover {
	color: #82ACD2;
	text-decoration: none;
}



/* layout
--------------------------------------------------- */

#diag2columnas, #diag1columna {
	margin: 0 auto;
	text-align: center;
	border: 4px solid #fff;
	background-color: #fff;
	width: 762px;
}
h1 {
	height: 200px;
	width: 762px;
	display: block;
	text-indent: -9999px;
	border-bottom: 4px solid #fff;
	background-image: url(../imag/top_inicio.jpg);
	background-repeat: no-repeat;
}
h1 a {
	text-decoration: none;
	width: 762px;
	display: block;
}
#contenido {
	text-align: left;
}
#pie {
	background-color: #D4D8DB;
	clear: both;
	width: 762px;
	border-top: 4px solid #fff;

}
#piebottom {
	text-align: center;
	width: 762px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}


/* Navegación ppal
--------------------------------------------------- */
#navppal {
	border-bottom: 4px solid #fff;
	background-image: url(../imag/nav.jpg);
	background-repeat: repeat-x;
  }
#navppal ul{
	width:762px;
	height:28px;
	position: relative;
}
#navppal ul li{
	float:left;
	width:100px;
	height:27px;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4D5945;
}
#navppal ul li a{
	display:block;
	width:100px;
	height:27px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 27px;
}

#navppal ul li a:link, #navppal ul li a:visited {
	background-image: url(../imag/nav-link.jpg);
	background-repeat: no-repeat;

}
#navppal ul li a:hover, #navppal ul li#active a {
	color: #F2F3F1;
	background-image: url(../imag/nav-hover.jpg);
	background-repeat: no-repeat;
}
#navppal ul li#banner {
	height: 24px;
	width: 253px;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#navppal ul li#banner img{
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#navppal ul li#banner a{
	display:block;
	width:253px;
	height:24px;
}
#navppal ul li#banner a:link, #navppal ul li#banner a:visited {
	background-image: none;
}
/* headings
--------------------------------------------------- */

h3 {
	font: bold 14px/14px Arial, Helvetica, Verdana, sans-serif;
	color: #666;
	margin:0;
	padding-top:8px;
}

/* text
--------------------------------------------------- */

p {
	color: #484848;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.8em;
}
#pie p {
	color: #636F7D;
	padding-right: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	line-height: 25px;
}
#piebottom p {
	text-align: right;
	font: 10px Arial, Helvetica, Verdana, sans-serif;
	color: #eee;
	letter-spacing: 1px;
}

#pie a, #piebottom a {
	color: #FFFFFF;
	text-decoration: none;
	margin: -1px;
	padding: 1px;
}
#pie a:hover, #piebottom a:hover {
	text-decoration: underline;
}
strong {
	font-size: 12px;
	font-weight: bold;
	color: #454545
}

