/*PROPIEDADES GENERALES DE ESTILO*/
body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #77767A;
	text-decoration: none;
	margin:0;
	margin-bottom:0;
	background-image:url(imgs/fondo.jpg);
    background-repeat:repeat-y;
    background-position:center;
    background-attachment:fixed;
	text-align:center;
}
/*NO TOCAR*/
#contenedora 
{
   z-index: 4;
   width:730px;
   height:500px; 
   text-align: center;
   position: relative;
   left: 0px;
   top: 0px;
}
/*NO TOCAR*/
#fondo 
{
   text-align: center;
   background-image:url(imgs/dgrd.jpg);
   z-index: 2;
   width:730px;
   height:500px; 
   text-align: center;
   position: absolute;
   left: 0px;
   top: 0px;
}
/*NO TOCAR*/
#imagen 
{
   	text-align: center;
   	z-index: 6;
   	width:160px;
   	height:380px; 
   	text-align: center;
   	position: absolute;
	left: 61px;
	top: 180px;
}
#menu 
{
   	text-align: center;
   	z-index: 7;
   	width:160px;
   	height:240px; 
   	text-align: center;
   	position: absolute;
	left: 61px;
	top: 562px;
}
/*NO TOCAR*/
#contenido 
{
   	text-align: center;
	background-image:url(imgs/t_tabla.gif);
   	z-index: 5;
   	width: 673px;
   	text-align: center;
   	position: relative;
	filter:alpha(opacity=40);
	-moz-opacity:.4;
	opacity:.4;
}
.editable 
{
   	z-index: 4;
   	width:730px;
   	height:500px; 
   	text-align: center;
   	position: relative;
   	left: 0px;
   	top: 0px;
}

/*PARA EDITAR EL ESTILO DEL TEXTO*/
.txt {
	filter:alpha(opacity=100);
	opacity: 1;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: justify;
}
