/*HTML Framework Version 0.1 Beta, July 14, 2009Author: JD Graffam, http://jdgraffam.com/Source: http://htmlframework.com/Documentation: http://htmlframework.com/documentation.html*//* Typography--------------------------------------------------------- */body{	font-family: Arial, Helvetica, sans-serif;;	font-size:11px;	line-height:20px;	color:#fff;	filter:none;	overflow-x:hidden;	}	/* Site Styles--------------------------------------------------------- */html{	background:#232323;	}		body{		background:#232323;		}				#header{			width:460px;			height:60px;			background:#990000;			padding:20px;		}		#header :hover{			color:#000;			text-decoration:none;		}			#header a{			color:#fff;			text-decoration:none;		}					#centercontent{			width:500px;			background-color:#000000;			margin-top: 0;			margin-bottom:0;			margin-left:auto;			margin-right: auto;			filter: alpha(opacity=50); 				-moz-opacity: 0.5;			KhtmlOpacity: .5;			opacity: .5;		}			#opacidad{			width:460px;			padding:20px;		}				#footer{ 			margin-bottom:10px;			padding-top:40px;			color:#808080;			line-height:15px;			}					#navigation a{				background:#AAA;				}								#navigation a:hover{					background:#999;					}				#header .brand{			width:192px;			height:30px;			float:right;		}		#header .center{			padding-top:40px;			padding-bottom:55px;		}		#navigation ul,		#content .primary,		#content .misc,		#footer .copyright,		#footer .meta{			margin-bottom:10px;			overflow:hidden;			}				span {	width:100px;	color:#fff;	background:#990000;	font-weight:bold;	padding:2px 4px 2px 4px;	text-decoration:none;}span a{	color:#FFF;	text-decoration:none;	}span a:hover{	background:#fff;	color:#990000;	text-decoration:none;	}			h2 {	width:100px;	font-size:12px;	font-family:Arial, Helvetica, sans-serif;	text-align:left;	height:10px;	}	h1{		height:25px;		margin-top:0;		margin-bottom:20px;		border-bottom: solid #ccc 2px;	}		#headerform {			width:440px;			height:10px;			background-color:#800000;			padding:30px;			font-family:Arial, Helvetica, sans-serif;			font-size:10px;			font-weight:bold;			text-transform:uppercase;			color:#FFFFFF;			font-weight:normal;			text-decoration:none;				}			#headerform a {			text-decoration:none;			color:#FFFFFF;			font-weight:normal;		}		#headerform a:hover{			text-decoration:none;			color:#ff0000;			font-weight:normal;		}
