/* redefiniciones */
body {
  background-color: #FFFFFF;
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin: 10px 0px 10px 0px;
}

a {
  color: #313462;
  #text-decoration: none;
}

/* /////////////////////// FONDO ////////////////////////// */
#fondo {
	width:100%;
	height:100%;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0;
	background-color:#FFFFFF;
	background-image: url('imaxes/franjaroja.png');
	background-position: top left;
	background-repeat: repeat-x;
}

/* /////////////////////// PAGINA ///////////////////// */

#pagina {
	width:862px;
	margin: 0px auto 0px auto;
	padding: 0px;
	overflow: hidden;
}

/*/////////////////////// CABECERA /////////////////////*/

#cabecera {
	width:100%;
	height:207px;
	padding-top:0;
	margin:0 0 0 0;
}


/*/////////////////////// CUERPO /////////////////////*/

#cuerpo {
	width:862px;
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
	overflow: hidden;
	background-image: url('imaxes/cuerpo.png');
	background-position: top left;
	background-repeat: repeat-y;
}

#cuerpotop {
	width:862px;
	height:8px;
	margin: 5px 0 0 0;
	padding: 0;
	overflow: hidden;
	background-image: url('imaxes/cuerpotop.png');
	background-position: top left;
}

#cuerpobottom {
	width:862px;
	height:8px;
	margin: 0 0 5px 0;
	padding: 0;
	overflow: hidden;
	background-image: url('imaxes/cuerpobottom.png');
	background-position: top left;
}

/*/////////////////////// MENU /////////////////////*/

#menu {
  width:146px;
  float: left;
  margin: 0 0 0 14px;
  background-color:#cc0000;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
	font-weight: bold;
}

#menu a {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  padding: 5px 5px 5px 20px;
}

#menu a.menuseleccionado {
	padding-left: 20px;
  color: #313462;
  background-color: #FFFFFF;
  background-image: url('imaxes/bola.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
}

#menu a:hover {
  color: #313462;
  background-color: #FFFFFF;
  text-decoration: underline;
}


/*/////////////////////// CONTENIDO /////////////////////*/

#contenido {
  width:500px;
  margin-left:10px;
  background-color: #FAFAFA;
  float: left;  
  padding: 0 10px 0 10px;
  border: 1px solid #808080;
  overflow: visible;
}

#contenido p {
  font-style: normal;
	font-size: 14px;
	font-family: verdana, sans-serif;
	padding: 0 10px 0 10px;
}

#contenido h1 {
  color: #CC0000;
}


/*/////////////////////// CONTENIDO2 /////////////////////*/

#contenido2 {
  width:156px;
  background-color: #FAFAFA;
  float: right;
  margin-right:10px;
  #border: 1px solid #808080;
  overflow: visible;
}


/*/////////////////////// PIE /////////////////////*/

#pie {
	width:100%;
	height:37px;
	background-image: url('imaxes/pie.png');
}

#pie span {
	font-size: 12px;
	font-weight: bold;
	color: #313462;
}