/* -------------------------------------------- Default ----------------------------------------- */
td {
		font-weight:normal;
		font-family:tahoma;
		font-size:11px;
		color:#545454;
		line-height:13px;
	}
.white {
		font-weight:normal;
		font-family:tahoma;
		font-size:11px;
		color:#ffffff;
		line-height:13px;
	}	
.column {
		font-weight:normal;
		font-family:tahoma;
		font-size:11px;
		color:#042351;
		line-height:20px;
	}
	.title {
		font-weight:bold;
		font-family:tahoma;
		font-size:18px;
		color:#042351;
		line-height:20px;
	}
.price {
		font-weight:bold;
		font-family:tahoma;
		font-size:16px;
		color:#FF0000;
		line-height:18px;
	}
.pie {font-family:tahoma;font-size:9px;color:#ffffff;line-height:11px;}
.pie1 {font-family:tahoma;font-size:9px;color:#676767;line-height:11px;}
.pie2 {font-family:tahoma;font-size:10px;color:#b6d2fb;line-height:12px;}
.fecha{font-family:tahoma;font-size:10px;color:#fc1004;line-height:12px;}
.blue_not{font-family:tahoma;font-size:10px;color:#042351;line-height:12px;}
.not {
		font-weight:normal;
		font-family:tahoma;
		font-size:10px;
		color:#545454;
		line-height:12px;
	}
.blue{font-family:arial;font-size:14px;color:#042351;line-height:17px; font-weight:bold;}
.blue1{font-family:verdana;font-size:11px;color:#042351;line-height:13px;}
.gray {
		font-weight:normal;
		font-family:tahoma;
		font-size:11px;
		color:#545454;
		line-height:13px;
	}
	a {text-decoration:underline; }
a:hover {text-decoration:none;}
body { 	margin:0px;padding:0px; background:#ffffff; }
.arrowlistmenu{
width: 200px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 6px 6px 6px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 6px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #ffffff;
font-family: tahoma;
font-size: 11px;
text-transform:uppercase;
background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 3px 10px;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #e96213;


}

.arrowlistmenu ul li a:visited{
color: #ffffff;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #ffffff;
background-color: #e96213;
}






 .alert h1 {
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:1em;
    font-weight:bold;
    padding-left:18px;
    background: url('images/error.png') no-repeat left center;
    color:#000;
    margin:0 0 8px 0;
  }
  .alert p {
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:0.9em;
    font-weight:normal;
    color:#000;
    margin:0;
    padding:0 0 8px 0;
    line-height:14px;
  }
  .alert img {
    vertical-align: top;
  }
  
  .wiki h1
  {
    background:#C4D5E3 url(images/wikiTitle.png) no-repeat scroll 0% 50%;
    padding:5px 0px 5px 80px;
    border:1px solid #C4D5E3;
    font-weight:bold;
    clear: both; 
    font-size: 12px;
    color: #000;
    margin: 0 0 8px 0;
  }

  .wiki p {
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:0.8em;
    font-weight:normal;
    color:#000;
    margin:0;
    padding:0 0 8px 0;
    line-height:1.2em;
  }

  .wiki .thumbcaption{
    font-size:10px;
  }
  .wiki .thumbinner{
    background:#D6E6FE;
    margin:4px auto;
    text-align:center;
    padding:5px;
    border:dashed #CCCCCC 1px;
  }

  .msn {
      opacity:0.90;
  }

  .msn h1 {
    font-size:1.1em;
    padding-left:18px;
    background: url('images/msn.gif') no-repeat left center;
    color:#333333;
    margin:0 0 8px 0;
  }

  .msn p {
    margin:0;
    padding:8px 0 8px 0;
    line-height:14px;
  }
  
  .msn img {
    float: left;
    margin-right:6px;
    padding-bottom:12px
  }
