/************************************************************************************
	LAYOUT
************************************************************************************/


body,html {
	padding:0;
	margin:0;
}
html {
	background:transparent url("../media/bg.gif") repeat  0 0;
}


body {

}

#wrapper {
	width:900px;
	margin:0 auto;
}

#header {
	height:130px;
	overflow:hidden;

}
#header h1 {
	margin:21px 0 0 366px;
	height:88px;
	width:168px;
	background:transparent url("../media/logo.png") repeat  0 0;
	text-indent:-10000px;
	overflow:hidden;
}




#header h2 {
	display:none;
}
#columns {
	margin:0 0 15px 0;
}
#column_left {
    display:inline; /* Fixes IE Double Margin Float Bug */
    float:left;
    width:445px;


    overflow:hidden;
}



#column_right {
   	float:right;
    width:445px;

    overflow:hidden;

}



/*
.column_right_grande {
	height:400px;
	overflow:hidden;
}

.column_left_pequena {
	height:640px;
	overflow:hidden;
}
.column_right_pequena {
	height:640px;
	overflow:hidden;
}
*/

#footer {
	height:30px;
	line-height:30px;
	vertical-align:middle;
	text-align:center;
	color:white;
	background:#a2a250;
	font-weight:bold;
	margin:0 0 20px 0;
	 background:transparent url("../media/footerbody.png") repeat  0 0;
}

#footer a:link,#footer a:visited {
	color:#fff;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:none;
}

/************************************************************************************
	GENERALES
************************************************************************************/
* {
	margin:0;
	padding:0;
}

body,html {
	font-family:Verdana,Tahoma,Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color:black;
	margin:0;
	padding:0;
}


hr { display:none; }

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana,Tahoma,Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size: 8pt;
}


select,input,textarea {
	font-family: Verdana,Tahoma,Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

table {
	border-collapse:collapse;
	width:100%;
}
.clear { clear:both; }

a { outline: 0; }

a img {
	border:0px;
}
