/* HOJA DE ESTILOS */

body
{
	margin: 0px;
}

.left	{ float: left; }
.right	{ float: right; }
.none	{ float: none; }
.clear  { clear: both; }


html, body
{
	height: 100%;
	font-family: Arial; 
	font-size: 13px;
	color: #000000;
}

input, select
{
	vertical-align:middle;
	font-weight:normal;
}

/* ######### */
/* PRINCIPAL */

#trama
{
	background-color: #cc0000;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background:  url(../img/fondo.jpg) no-repeat right top;
}
#main
{
	width: 1170px;	
	position:relative;
 	margin: auto;
 	/*position: absolute;
    margin-left: -500px; 
    margin-top: -430px; */
}

#fondo
{
	position:absolute;
	top: 0px;
	left: 0px;	
	z-index: -1;
}	

#top
{
	width: 100%;		
	height: 100px;
	margin-bottom: 4px;	
}

#top_junta
{
	height: 100%;
	background: url(../img/logo_junta.png) no-repeat right center;
	margin-top: 5px; 
	margin-bottom: 5px;
	margin-right: 75px;
}

#pie
{
	margin-top: 5px;
	text-align: left;
	float: left;	
}

/* ######### */
/* SECCIONES */

#logo
{
	background: #000;
	margin-top: -px;
	height: 100%;
}


/* ######### */
/* FLASH */
object { outline:none; }

#flash_error
{
	text-align: center;
}

/* ##### */
/* TEXTO */



/* ####### */
/* ENLACES */



/* ########### */
/* FORMULARIOS */

