
	body {
	background-color: #CCC;
	color:#000;
	margin-left: 5%;
	}

    img {
    border: 0;
    }

       .imgcentradas {
    border: 0;
    text-align: center;
    }

	a:link {
	    color: #036;
	    text-decoration: none;
	}
	a:visited {
	    text-decoration: none;
	    color: #369;
	}
	a:hover {
	    text-decoration: underline;
	    color: #3CF;
	}
	a:active {
	    text-decoration: none;
	    color: #369;
	}


	.interfaz {
	width:700px;
	}


	.titulargrande {
	width:700px;
	}


	.area_navegacion {
	float: left;
	border: solid #000 1px;
	padding: 5px;
	margin-right: 10px;
	background-color: #69C;
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	color:#000;
	}

   	 .bloques {
	margin-top: 10px;
	}

	.titular_navegacion {
	border-bottom: solid #003 1px;
    border-right: solid #003 1px;
	background-color: #069;
	padding: 3px;
	font-size:small;
	color:#FFF;
	}

	.botones {
	font-size:small;
	color:#000;
	border-left: solid #069 1px;
	padding: 2px;
	display: block;
	padding-left: 5px;
	margin-left: 5px;
	}


	.dias {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666;
	text-align: justify;
	}


	.areadetrabajo {
	margin-left: 180px;
	}

    	.textocentrado {
	text-align: center;
	}

    	.textopie {
	text-align: center;
    color: #069;
    font-style: italic;
	}


	.titular {
	  border-top: solid #033 1px;
	  border-right: solid #033 1px;
	  border-bottom: solid #033 1px;
	  border-left: solid #033 1px;
	  padding: 5px;
	  width: 500px;
	  background-color: #069;
	  font-family:Arial, Helvetica, sans-serif;
	  font-size:small;
	  font-weight:bold;
	  color:#FFF;
	}

	.comentarios {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#666;
	text-align:center;
	float: right;
	margin-right: 10px;
	border: solid #CCC 1px;
	padding: 2px;
	}

    	.interactivismos {
	text-align:right;
	}


	.desarrollo {
	border-right: solid #000 1px;
	border-bottom: solid #000 1px;
	border-left: solid #999 1px;
	padding: 5px;
	width: 500px;
	background-color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	color:#000;
	text-align:justify;
	text-indent: 10px;
	}

	.destacados {
	    color: #069;
	    font-weight: bold;
	}

	.amarillo {
	color: #69C;
	}

    .hr_separador_gris {
    background-color: #CCC;
    color: #CCC;
    height: 1px;
    width: 50%;

    text-align: center;
    }

	.formulario {
	background-color: #69C;
    margin-top: 1px;
	}

    	.tags {
    	margin-top: 10px;
	  border: solid #999 1px;
	  padding: 5px;
	  width: 500px;
	  font-family:Arial, Helvetica, sans-serif;
	  font-size:small;
	  color:#999;
	}

    	.pie {
	width: 700px;
    margin-top: 20px;
    border: solid #999 1px;
	padding: 5px;
	margin-right: 10px;
	background-color: #CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	color:#999;
    text-align:center;
	}

	.listacuadrada {
    list-style-type: square;
    }