@charset "utf-8";

/* ---- Basic styling   ------*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color:#000000;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:85%;
	}

#wrapper {
	position:relative;
	width:875px;
	margin:0 auto;
	text-align:left;
	background:#04b4e0 url(images/Columnas.gif) repeat-y;
	}
	
	#wrapper2 {
	position:relative;
	width:875px;
	margin:0 auto;
	text-align:left;
	background:#000000 url(images/Columnas-001.gif) repeat-y;
	}
	
#clear {
	clear:both;
	}

 a{text-decoration:none}
 a:link{color:black}
 a:visited{color:black}
 a:hover{color:Red}
 a:active{color:black}




/* ---- Position container elements   ------*/

#header {
	position:relative;
	background:#ffffff;
	height:50px;
	}
#header h2 {
	text-align: center;
	font-variant: normal;
	text-transform: uppercase;
	}

#publicity{
	position:relative;
	background:  #000000;
	}


#subheader {
	position:relative;
	background:#000000;
	 
	}
	
#subheader h2{
	font: 1em/1.2em "Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#00000;
	padding: 0.5em 0 0.5em  1.2em;
	}	
	
#content{
	float: left;
	width:610px;
   	padding-left: 1em;
	}
		
#content2 {
	float: left;
	width:875px;
   	padding-left: 1em;
	}
	
	
#infotop {
	padding-left:05em;
}

#infotopleft{
	width:230px;
	float:left;
	}
	
#infobotton h4 {
	color: #CC0000;
}

#infocenter{
padding-left: 1em;
}

#infotopright h1 {
	font-style: italic;
	color: #367FAB;
}		

#sidebar {
	float:right;
	width:230px;
	}
	
#footer {
	color:#00FF66;
	font:.8em Arial, Helvetica, sans-serif;
	margin-top:5em;
	background-color: #CAB899;
	}

#sidebar h1 {
	color: #FF0000;
}
#infocenter h2 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #000000;
	font-size: 1.5em;
}


#sidebar a{text-decoration:none}
#sidebar a:link{color:black}
#sidebar a:visited{color:black}
#sidebar a:hover{color:yellow}
#sidebar a:active{color:black}

#infocenter table {
	background-position: center center;
	text-align: center;
	vertical-align: middle;
}
