body {
color: #000;
font-size: 11pt;
font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
margin: 0 auto;
background-color:#DE1B1B;
background-image: url(../images/fondo.jpg);
background-position:top center;
background-repeat:repeat-x;
}

.t01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 18px;
	}


.t02 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 18px;
	}
	
.copy {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #004462;
font-size: 10px;
}

.borde {
	border-style:solid;
	border-width:2px;
	border-color:#004462;


}

.borde_espacio {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #522705;
	border-right-color: #522705;
	border-bottom-color: #522705;
	border-left-color: #522705;
	margin-right: 20px;
	margin-left:1px;
	margin-bottom: 1px;
	margin-top: 1px;

}

a.link_selec:link, a.link_selec:visited, a.link_selec:hover, a.link_selec:active { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #004462; text-decoration: none; }

.container {
  position: relative;
}
.menu {
  /*float: right;*/
  z-index: 99999;
  position: absolute;
  width: 100%;
  text-align: center;
  margin: 15px auto;          
}
.menu a {
  padding: 15px 10px;
  background: linear-gradient(#fdfdfe, #b4c5de);
  color: #2a4d9a;
  font-weight: bold;
  display: inline-block;
  font-size: 12px;
  text-decoration: none;          
}
.menu a:hover {
  background: linear-gradient(#b4c5de, #fdfdfe);
}

