/* --- a todos los elementos --- */
body {
	padding: 0;
	font-size: 70%;
	font-family: verdana,sans-serif;
	background-image: url(img/fondo.jpg);
	text-align: center; 
	min-width: 770px;
	margin-top: 5px;
}

#pagecontainer {
  padding: 0; 
  margin-left: auto; 
  border: 1px solid #0E344E; 
  width: 748px; 
  margin-right: auto; 
  background-color: #FFF; 
  text-align: left;
  color: #000000;
  background-image: url(img/linem.jpg); 
	background-repeat: repeat-y;
}

h1 {
   font-size: 24px;
}

h3 {
  font-size: 14px;
}

h4 {
  font-size: 14px;
  margin-bottom: 2px;
}

.justify {
  text-align: justify;
}

.normalitalic {
	font-style: italic;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #CC0000;
	font-weight: bold;
}

a:hover {
 color: #0000CC;
}

.clearboth {
	clear: both;
}

.red {
	color: red;
}

/* --- header --- */

#lang {
	background-color: #0E344E;
	height: 17px;
	text-align: right;
	padding-top: 4px;
	padding-right: 10px;
	color: #FFFF03;
	font-weight: bold;
}

#lang .seotext {
	float: left;
	margin-left: 4px;
	margin-top: 2px;
	color: #fff;
	font-size: 8px;
}

#lang a:hover {
	color: white;
}


#lang a {
	color: #FFFF03;
	
}


#shadow {
  background-image: url(img/shadow.jpg);
  height: 12px;
  background-repeat: repeat-x;
  text-indent: -9999px;
}

/* content */

#boxcontent {
}

.centralcontent {
 margin-right: 5px;
 
}

/* --- menu principal --- */

#leftmenu {
	float: left;
	width: 175px;
	margin-left: 5px;
	margin-bottom: 20px;
	border-right: 2px solid #90A2AE;
		
}

#interes {

}

/* --- contenido --- */

#content {
	float: right;
	width: 554px;
}

/* --- footer --- */
#footer {
	position: relative;
}

#botlinks {
	position: absolute;
	top: 0;
	left: 260px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

#footerline {
  text-align: center;
 	background-color: #123E5B;
	width: 748px;
	height: 15px;
	color: #ddd;
}

#botlinks a {
	color: #0F344E;
}

#botlinks a:hover {
	color: red;
}
