/*estilosutilizados para la pagina web*/
 
 .menusys {
    margin: 0px;
	background:url(/syseu/public/img/fnd.jpg);
    background-repeat: repeat-x;
 }
    

#footer{
	background:#00009C;/*013A0E;*/
	margin:auto;
	margin-top: 10px;
	height:50px;
	
	}
	
#footer a{
	color: #FFFFFF;
	text-decoration: none;
	}
#footer a: visited{
	color: #FFFFFF;
	text-decoration: none;
	}
	
.texto {
font-size:14px;
	
}
	
/*---------------------------------------------------- */

a.menu {

    font-size: 14px;
    color: white;
    text-decoration: none;
    font-family: "Trebuchet MS", Verdana;
  }
  a.menu:hover {
    color: #0065ff;/*006600;*/
    text-decoration: none;
    font-family: "Trebuchet MS", Verdana;
  }

  div.banner {
  	padding: 15px;
  	font-size: 28px;
  	text-align: center;
  	color: #333333;/*gris oscuro*/
  }
  span.banner {
    font-family: "Trebuchet MS", "Verdana", "LucidaMac";
  	font-size: 14px;
  	color: #585858;/*gris medio oscuro*/
  }
  a.vermas {
  	font-size: 12px;
  	color: #000;
  	text-decoration: underline;
  }
  a.vermas:hover {
  	color: #696969;
  }
  span {
  	font-family: Verdana;
  	font-size: 12px;
  }
  h3 {
 
  	
  	font-size: 1em;
  	line-height: 18px;
  	padding: 0px;
  	margin: 0px;
  }
  .column {
  	float: left;
  }
  #breadcrumbs {
  	font-size: 11px;
  	color: #444;
  	background: url(http://images.apple.com/global/nav/images/breadcrumb_bg.png) no-repeat;
  	behavior: url(/global/scripts/lib/iepngfix.htc);
  	overflow: hidden;
  	height: 36px;
  	line-height: 34px;
  	font-weight: bold;
  	text-shadow: 2px 2px 1px #fff;
  }
  #breadcrumbs a {
  	color: #444;
  	text-decoration: none;
  	float: left;
  	padding: 0 10px;
  	position: relative;
  	margin-left: -10px;
  	_cursor: hand;
  }
  h1, h2 {
  	font-family: "Trebuchet MS", "Verdana", "LucidaMac";
    color: #302d26;
    font-weight: normal;
    padding: 0px;
  	margin: 0px;
  }
  div.titulo {
  	font-size: 30px;
  	color: #302d26;
  }
 
   .subtitulo {
  	font-size: 18px;
  }
  .normal, li {
  text-align:left;
  
  
  	font-size: 12px;
  }
  ul.normal_small {
  
  	 margin: 0px;
  }
  ul.normal_small,  div.normal_small, li.normal_small {
  
  	font-size: 12px;
  }
   a {
  	color: #0065ff;/*#5E9D61;*/
  	font-weight: bold;
  }