 body,html {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	height:100%;
	background-repeat: repeat-y;
	background:url(images/bg.png) repeat-x #999999;
	scrollbar-arrow-color:#444444;
	scrollbar-3dlight-color:#aaaaaa;
	scrollbar-highlight-color:#bbbbbb;
	scrollbar-face-color:#ababab;
	scrollbar-shadow-color:#aaaaaa;
	scrollbar-darkshadow-color:#aaaaaa;
	scrollbar-track-color:#eeeeee;
	margin:0;
 }
    	#flashContainer{
			height:100%;
			width:100%;
			overflow:hidden;
			background:url(images/flashcontentbackground.png);
			position:absolute;
			top:0;
			left:0;
			float:left;	
		}
 img, div, a, input,table,span,ul,li { behavior: url(iepngfix.htc) }

 .left {
  float:left;
  padding-top:50px;
  width:200px;
 }
.left ul li {
  float: right;
 }
.left ul li a {
  margin-top: 2px;
  font-family: Verdana;
  font-size: 12px;
  color: #FFF;
  text-decoration: none;
  padding-top: 7px;
  padding-left: 5px;
  width: 155px;
  height: 23px;
  float: right;
}
.left ul li a:hover {
  background: #292929;
 }
 .left ul li.active a {
  color: #ffaa00;
  background: #292929;
 }
 .right {
	padding-right:0px;
  }

.right img {
  margin-right: 10px;
  display: block;
  border: 3px solid #CCC;
 }
 .right img:hover {
  border: 3px solid #ff00aa;
 }
 .block {
  margin-top: 10px;
  height: 106px;
  width: 600px;
 }
h1 {
  font-size: 11px;
  color: #FF00AA;
  font-weight: bold;
 }
h2 {
  font-weight: normal;
  padding-bottom: 7px;
  font-size: 10px;
 }
a {
  color: #999;
  text-decoration: none;
 }
a:hover {
  text-decoration: underline;
 }
 .content {
  width: 600px;
 }
 a.mail:link,a.mail:visited {
 	color:#333333;
	text-decoration:underline;
	font-size:11px;
	font-weight:bold;
 }
 a.mail:hover {
 	color: #006600;
	text-decoration:underline;
	font-weight:bold;
 }
 a {
 color:black;
 outline:none;
 outline-style:none;
 }
 a.sugerir:link,a.sugerir:visited {
 	color:white;
	text-decoration:none;
	font-size:11px;
 }
 a.sugerir:hover {
 	text-decoration:underline;
 }
