
body {
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}
  
/*COLOR LINK CONTENIDOS*/
A:link {
	COLOR: #4C726D; TEXT-DECORATION: none;
	   
}
A:visited {
	COLOR: #4C726D;  TEXT-DECORATION: none
}
A:active {
	COLOR: #4C726D; TEXT-DECORATION: none
}
A:hover {
	COLOR: #4C726D;
	
	TEXT-DECORATION: underline;
	text-align: right;

	
}

/***************************************/
/********* ESTILO IMAGENES  **********/
/***************************************/

img.imagen_centered {
    display: block;
    margin-left: auto;
    margin-right: auto;	
    }

img.imagen_alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

img.imagen_alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

/***************************************/
/********* ESTILO CONTENIDOS  **********/
/***************************************/



.TITULO_GENERAL  {
font-family:; FONT-WEIGHT: bold; FONT-SIZE: 34px; COLOR:#333;
}


.mitabla {
background-image: url(../imagenes/medio/S_ecosistemas2.png);
background-repeat: no-repeat;
background-position:center bottom;
}
.mitabla1 {
background-image: url(../imagenes/medio/S_poblacion.png);
background-repeat: no-repeat;
background-position:center bottom;
}
.mitabla3 {
background-image: url(../imagenes/medio/S_suelos.png);
background-repeat: no-repeat;
background-position:center bottom;
}
.mitabla4 {
background-image: url(../imagenes/medio/S_biodiversidad.png);
background-repeat: no-repeat;
background-position:center bottom;
}
.mitabla5 {
background-image: url(../imagenes/medio/S_atmosfera.png);
background-repeat: no-repeat;
background-position:center bottom;
}
.mitabla6 {
background-image: url(../imagenes/medio/S_agua.png);
background-repeat: no-repeat;
background-position:center bottom;
}
.mitabla7 {
background-image: url(../imagenes/medio/S_residuos.png);
background-repeat: no-repeat;
background-position:center bottom;
}

.linea_03ecosistemas {
background-image: url(../imagenes/medio/R3_ecosistemas.fw.png);
background-repeat:repeat-x;
background-position:top;
}

.linea {
background-image: url(../imagenes/medio/R3_ecosistemas.fw.png);
background-repeat:repeat-x;
background-position:top;
}

.linea_menu {
background-image: url(../imagenes/medio/rayita_mini.png);
background-repeat: no-repeat;
/*background-repeat:repeat-y;*/
background-position:center;

}

.linea_pie {
background-image: url(../imagenes/medio/Rita3_biodiversidad.png);
background-repeat:repeat-x;

background-position:top;


}


