@import url("aigestructura.css");

/* GENERAL SETTINGS
----------------------------------------------------------------------------- */

/* * { border: 1px solid #f00; } :Debugging */

html { font-size: 100%; }

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, li, dl, address { 
	margin: 0; padding: 0; 
}

body {
	font: 62.5%/1.6 Arial, Verdana, Helvetica, sans-serif;
	color: #525252;
	background: #1e1e1e url(bg_top_3.gif) repeat-x;
}

ul { list-style: none; }

img { border: 0; }

/* HEADERS
----------------------------------------------------------------------------- */


h1 { font-size: 14px; margin-bottom: 6px; }
h1.circle, h1.circleSmall, h1.circleMed, h1.circleWebTv { 
	font-size: 14px;
	padding: 0 0 10px 15px;
}

h1.circle { background: url(bg_title.gif) no-repeat left bottom; }
h1.circleSmall { background: url(bg_title_250.gif) no-repeat left bottom; }
h1.circleMed { background: url(bg_title_320.gif) no-repeat left bottom; }
h1.circleWebTv { 
	z-index: 50;
	position: absolute;
	left: 320px;
	top: 0;
	width: 100px;
}

h2 { font-size: 13px; }
h3 { font-size: 11px; }
h4 { font-size: 10px; }
h1, h2, h3, h4 { color: #090909 !important; }


/* SIFR STYLES
----------------------------------------------------------------------------- */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h1.circle, h1.circleSmall, h1.circleMed, h1.circleWebTv { 
	visibility: hidden; 
	font-size: 5px;
	padding-left: 0 !important; 
}

.sIFR-hasFlash h1.circle { background: url(bg_title_no_circle.gif) no-repeat left bottom; }
.sIFR-hasFlash h1.circleSmall { background: url(bg_title_250_no_circle.gif) no-repeat left bottom; }
.sIFR-hasFlash h1.circleMed { background: url(bg_title_320_no_circle.gif) no-repeat left bottom; }

/*.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
}*/


/* LINKS
----------------------------------------------------------------------------- */

a { text-decoration: underline; color: #525252; }
a:hover { color: #000; text-decoration: none; }
a:visited { color: #000; }


/* SELECTION COLOR (CS3)
----------------------------------------------------------------------------- */
/*
::-moz-selection{
	background: #000;
	color: #fff;
}

::selection {
	background: #000;
	color: #fff;
}*/


/* FORMS
----------------------------------------------------------------------------- */

form {
	display: inline; /* Remove as block element */
}

	label { cursor: pointer; }
	
	input, select, textarea { 
		font: 13px Arial, Verdana, Helvetica, sans-serif;
		border: 1px solid #999;
	}

	input, textarea { color: #525252; }
	
	input[type="text"]:focus, select:focus, textarea:focus { background: #fafafa; color: #000; border: 1px solid #edb618; }
	/*input[type="text"]:not([size]) { width: 15em; }*/

	input.btn { background: none; border: 0; }

/* TABLES
----------------------------------------------------------------------------- */

table {
	border: 0;
	margin: 0 0 18px 0;
	padding: 0;
	border-collapse: collapse; /* Removes cell-spacing */
}

	table tr td { padding: 2px; }

/* GLOBAL CLASSES
----------------------------------------------------------------------------- */

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

.clearfix { display: inline-block; }

	/* Hides from IE-mac \*/
	* html .clearfix { height: 1%; }
	.clearfix { display: block; }
	/* End hide from IE-mac */

.clear { clear: both; }

.floatLeft {
}
.floatRight { float: right !important; }

.textLeft { text-align: left; }
.textRight { text-align: right !important; }
.textCenter { text-align: center; }

.bold { font-weight: bold; }
.italic { font-style: italic; }
/*.underline { border-bottom: 1px solid; }*/

.imgLeft { float: left; margin: 4px 10px 4px 0; }
.imgRight { float: right; margin: 4px 0 4px 10px; }

.uppercase { text-transform: uppercase !important; }

.padder { padding: 10px 30px 20px 30px; }

.smallPadder { padding: 10px 10px 20px 10px; }

.noBorder { border: 0 !important; }
