@charset "UTF-8";
/* CSS Document */

/*-  palette

----------------------------------------------------------------------*/
/*-  normalize everything
----------------------------------------------------------------------*/

/* normalize margin, padding */
html, body, div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, pre, input, 
p, blockquote, th, td, img {
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

html, body {
	height: 100%;

}

/* normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 110%;
	font-weight: normal;
	letter-spacing: 0.05em;
}

/* remove list-style from lists */
ol, ul {
	list-style: none;
}

/* normalize font-style and font-weight to normal */
address, caption, cite, code, dfn,
th, var {
	font-style: normal;
	font-weight: normal;
}

/* remove table border spacing */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* remove border from fieldset and img */
fieldset, img {
	border: 0;
	padding-top: 0px;
}

/* left-align text in caption adn th */
caption, th {
	text-align: left;
}

a:active, a:focus {
  outline: none ! important;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .clearfix {height: 1%;}


/*-  common elements
----------------------------------------------------------------------*/	


a:link,
a:visited {
	text-decoration: none;
	color: #990000;
}

a:hover {
	color: #FFFFFF;
	background-color: #990000;
}

h1 {
	color: #626262;
	font-size: 2.2em;
	letter-spacing: -1px;
	line-height: 1em;
	margin-bottom: 0.8em;
	margin-left: -2px;
	font-weight: 300;
	font-family: "Century Gothic";
	font-style: normal;
	font-variant: normal;
}

h2 {
	color: #990000;
	font-size: 12px;
	line-height: 1em;
	margin-bottom: 0.8em;
	padding-bottom: 6px;
	text-transform: uppercase;
}

h3 {
	color: #1f1f1f;
	font-size: 14px;
	margin-bottom: 3px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-top-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
}
h4 {
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
}

h5 {
	font-family: "lucida grande", helvetica, arial, sans-serif;
	color: #333;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 0.6em;
	line-height: 13px;
}

textarea {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
}



.text_links {
	font-size: 11px;
}

.nav_links a {
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;
	margin-bottom: 12px;
}
.twitter_update_list{
	font-size: 16px;
}

#new {
	width: 650px;
}
.news {
	width: 555px;
	clear: both;
	float: left;
}
.Visitas {
	margin: 0px;
	padding: 0px;
	height: 230px;
}


