
/*General*/

body {
	font-size: 62.5%;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
	color: #333;
	background: #f6f6f6;
}
html>body {
	background: #ffffff;
}
a {
	color: #A70303;
}

a:hover {
	color: #26526d;
}

html>body a[rel="externo"]{
	background: transparent url(../images/externo.gif) 100% 60% no-repeat;
	padding-right: 10px;
}

img {
	border: 0px;
}

table {
	font-size: 1em;
}

html>body table {
	font-size: inherit;
}

td {
	text-align: left;
}

form {
	margin: 0px;
}

textarea {
	border: #333 solid 1px;
}

select {
	border: #333 solid 1px;
}

input {
	border: #333 solid 1px;
}

input[type=submit] {
	border: #333 solid 1px;
	background: #A70303;
	color: #fff;
	font-weight: bold;
}

html>body input {
	border: #333 solid 1px;
}

html>body input[type=submit] {
	border: #333 solid 1px;
	background: #A70303;
	color: #fff;
	font-weight: bold;
}
h1 {
	font-weight: bold;
	color: #A70303;
	font-size: 1.5em;
	text-decoration: none;
}

h2 {
	font-weight: bold;
	color: #A70303;
	font-size: 1.2em;
	text-decoration: none;
}

h3 {
	font-weight: bold;
	color: #A70303;
	font-size: 1em;
	text-decoration: none;
	margin-bottom: 2px;
}

pre.code {
  margin: 5px;
  margin-left: 0px;
  font-family: monospace;
  font-size: 1em;
  padding: 0.5em;
  border: 1px solid #aaa;
  color: #ddd;
  background-color: #445454;
  overflow: auto;
}

/********************************/

/*PostNuke*/

.pn-title {
	font-weight: bold;
	color: #A70303;
	font-size: 1.2em;
	text-decoration: none;
}

/*Theme arribilak*/

#page {
	width: 100%;
	margin: auto;
	text-align: left;
	background: #fff;
}

/*Header-imagen*/

#header {
	width: 100%;
	height: 100px;
	background: transparent url('images/header-0.png') repeat;
}

#logo {
	width: 100%;
	height: 100px;
	float: center;
	background: transparent url('images/logo.png') no-repeat 50% 8px;
}

#hea1 {
	background: transparent url('images/header-1.png') no-repeat 0% 0%;;
	width: 100%;
	height: 100px;
	
}

#hea2 {
	background: transparent url('images/header-2.png') no-repeat 100% 0%;
	width: 100%;
	height: 100px;
}

/*Header-Menu*/

#principal {
	height: 3em;
	padding-left: 1em;
	padding-right: 1em;
	border-bottom: #7489AB solid 1px;
	width: 100%;
	border-left: #7489AB 1px solid;
	border-right: #7489AB 1px solid;
}

html>body #principal {
	width: 97.8%;
}

#principal ul {
	margin: 0px;
	padding: 0px;
}

#prinl {
	width: 100%;
	float: 50%;
	text-align: center;
}

#prinl li{
	list-style: none;
	display: inline;
	padding-left: 1.5em;
	padding-right: 1.5em;
	color: #A70303;
	font-size: 1.28em;
	font-weight: bold;

}
#prinl li.borde{
	border-right: #26526d 2px solid;
}

#prinl a {
	text-decoration: none;
	font-weight: bold;
}


/*Cuerpo*/

#content {
	background: #fff;
	width: 100%;
	border-left: #7489AB 1px solid;
	border-right: #7489AB 1px solid;
	padding-top: 1em;
	text-align:center;
}

html>body #content {
	width: 99.8%;
}


/*Cuerpo-contenido*/

#maIn {
	float: center;
	width: 100%;
	padding-left: 0.8em;
	font-size: 1.12em;
	background: transparent url('images/hover.jpg') no-repeat 50% 100%;
	padding-bottom: 20px;
}

html>body #maIn {
	float: right;
	width: 82%;
}

/*footer*/

#footer {
	clear: both;
	margin-bottom: 0px;
	background: transparent url('images/footer-0.png') repeat-x;
	text-align: center;
}

#foo1 {
	background: transparent url('images/footer-1.png') no-repeat 0% 0%;
	height: 100px;
}

#foo2 {
	background: transparent url('images/footer-2.png') no-repeat 100% 0%;
	height: 100px;
}

#foo3 {
	padding-top: 50px;
}