/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/


* {margin:0 auto;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 60px;margin-bottom:20px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -60px; /* negative value of footer height */
	height: 60px;
	clear:both;} 

/* CLEAR FIX*/
.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 */

/* END STICKY FOOTER */

body {
	background:#000000 url(../images/bg/bg1.png) center repeat-y;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
	font-size:0.8em;
	color:#999;
}

#wrap {
	width:900px;
	background:#000000;
background:#000000 url(../images/bg/bgMain.jpg) center repeat-y;
}

#main {
background:#000000 url(../images/bg/bgMain.jpg) center repeat-y;
}

#left {
	float:left;
	width:580px;
	padding-left:10px;
        padding-top:10px;
        padding-bottom:10px;
        padding-right:10px;
        text-align:justify;
}

#left p{
        margin-bottom:10px;
}

#left h1, h2, h3, h4, h5 {
margin-bottom:10px;
color:#ffffff;
}

#left h2 {
width:100%;
border-bottom:1px solid #777777;
margin-bottom:10px;
color:#ffffff;
}

#left ul {
margin-left:30px;
margin-bottom:10px;
}

#right {
	float:left;
	width:280px;
	padding-left:10px;
        padding-right:10px;
        padding-top:10px;
        padding-bottom:10px;
}

#footer {
	background:#4b4b4b;
	width:900px;
}



img {
	border:none;	
}

a {
	color:#FFF;	
	text-decoration:none;
font-weight:bold;
}

a:hover {
	color:#900;	
}

br.clear {
clear:both;
visibility:hidden;
} 


/* FORMULARIOS */
input{	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
	font-size:13px;
}
div.box{
	border:solid 1px #c6cfe1;
	background:#d7d7d7;
	padding:10px;
	color:#333333;
	margin-bottom:20px;
}


/************************/



#formulario fieldset {
border:none;
}

		/*
		 * Required 
		*/
		.container { width:900px; height:350px; overflow:hidden; position:relative; cursor:pointer; }
		div.slides { position:absolute; top:0; left:0; }
		ul.slides { position:absolute; top:0; left:0; list-style:none; padding:0; margin:0; }
		div.slides div,ul.slides li { position:absolute; top:0; width:900px; display:none; padding:0; margin:0; }
		/*
		 * Optional
		*/
		#loopedSlider,#newsSlider { margin:0 auto; width:900px; position:relative; clear:both; }
		ul.pagination { list-style:none; padding:0; margin:0; }
		ul.pagination li  { float:left; }
		ul.pagination li a { padding:2px 4px; }
		ul.pagination li.active a { background:blue; color:white; }

