* {
	margin:0;
	padding:0;
}

body,html
{

} 

body {
	font-family: Verdana;
	background: #EEE url(layout-img/dgdBack2.png) 50% 50% repeat-y;
	font-size: 90%; 
	/*font-size: small;*/
	color: #444;
}

img {border: 0px;}

/* =========================== */
/* AREAS ===================== */
/* =========================== */

/* container ===================== */

div#containerDiv {
	width: 998px;
	margin: 0 auto;
	background: #FFF;
}

/* Header ===================== */

div.headerDivHome 
{
	position: relative;
	height: 500px;
}

div#logoDiv {
	position: absolute;
	top: 0px;
	left: 20px;
	background: url(layout-img/logo_alpha3.png) no-repeat;
	width: 186px;
	height: 86px;	
	z-index: 200;
}

div.headerDivMisc 
{	
	height: 105px;	
	background-color: #7EBBBC;
	margin-bottom: 7px;
	background: url(layout-img/banner-superior.jpg) no-repeat;
	cursor:pointer;
}

#loginStatusDiv
{
	float: left;
	text-align: right;
	width: 792px;	
	margin-bottom: 10px;
}
/* data ================================================== */

div#dataDiv 
{	
	width: 998px;
	padding: 0px;
}

/* Clearing Floats Without Structural Markup" technique */

div#dataDiv:after{
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* center ============================================== */

div#centerDiv {	
	float: left;
	width: 602px;
	margin-left: 5px;
	padding-bottom: 20px;
	font-size: .8em;
}

/* right ============================================== */

div#rightDiv {	
	float: right;
	padding: 0px;
	padding-right: 0;
	z-index: 2;
	width: 206px;
}

h1#title
{
    clear: both;
    font-family: Verdana;
    /*font-size: 16px;*/
    color: #333333;
    font-weight: normal;
    padding: 5px 0px 15px 170px;
}

div#lightBoxDiv{	margin-bottom: 1em;	}

/* ----------------------------Modificado con Martín Greco el 26/03/2008---------------------------------*/
div#comunidadDiv
{
	background-image: url("layout-img/back-comunidad3.jpg");
	background-repeat: no-repeat;
	color: #999999;
	padding: 134px 10px 13px 10px;
	margin-left: 1px;
	height: 103px;
	width: 185px;
	/*font-size: 145%;*/
	margin-bottom: 1em;
	}

/* Menu ===================== */

/* ----------------------------Modificado con Martín Greco el 26/03/2008---------------------------------*/ 
div#menuDiv {
	background-image:url(layout-img/menu-home2.jpg) ;
	background-repeat: no-repeat;
	background-position:right bottom;
	background-color: #ADADAD;
	text-align: right;
	margin-bottom: 1em;
}

/* left ============================================== */

div#leftDiv {
	float: left;
	width: 159px;
	padding: 0px 10px 0px 0px;
	padding-left: 0;
}
/* userbar ==================== */

div#userBarDiv
{
	/*background: #bfada3;*/
	position: relative;
	margin-top: 5px;
	padding: 5px;
	border-style: solid;
	border-color: #AAA;
	border-width: 0px 0 1px 0;	
	overflow: auto;
}

div#lightboxDiv
{
	float: right;
	text-align: right;
	width: 200px;	
}

/* footer ===================== */

div#footerDiv {
	clear: both;
	background-color: #E0E1D1;
	margin-top: 20px;
	margin-left: 175px;
	padding: 5px 0px 0px 0px;
	z-index: 1;
	color: #000000!important;
	font-size: .85em;
	font-family: Arial;
	font-weight: normal;
	height: 31px;
	/*border-bottom: 1px solid #ffffff;*/
}
div#footerDiv a{
	color: #000000;
}
/* ---------- OBJETOS -------------- */

#ff {
	
	float: left;
	margin-left: 0px;
	border: 0px;

}

#getFlash
{
	padding: .5em;		
	overflow: auto;
}

#getFlash img
{
	border: 0;
	float: left;
	margin: 5px;	
}

#getFlash a
{
	color: #F00;	
}