    * {
        padding: 0;
        margin: 0;
        }

    body {
                margin: 0px 0px;
                padding: 0px;
                font: normal 70% Arial, Helvetica, sans-serif;
                color: #000;
                text-align: center;
                background-color:#99b9d2;
    }

    #conte {
                width:770px;
                margin:0px auto; /* Right and left margin widths set to "auto" */
                text-align:left; /* Counteract to IE5/Win Hack */
                background-color:#FFF;
    }

    #conte1 {
                position: relative;
                width: 770px;
                text-align: left;
                background-color:#FFF;
    }

    #cabecera {
                position: relative;
                width: 770px;
                 height: 89px;
    }

    #logo {
                position: relative;
                float: left;
                width: 316px;
                height: 89px;
                left: 15px;
                background-image: url(imagenes/logo.jpg);
    }

    #imagencabecera {
                position: relative;
                width: 300px;
                height: 64px;
                margin-left: 450px;
                top: 20px;
                background-image: url(imagenes/ondas.jpg);
    }

    #cabecera2 {
                position: relative;
                background-image: url(imagenes/slogan.jpg);
                top: 30px;
                width: 770px;
                height: 23px;
    }

    #enlacestop {
                position: relative;
                top: 31px;
                width: 770px;
                height: 23px;
                margin: 0px;
    }

    #enlacestop ul {
                list-style: none;
                margin: 0px;
                padding: 1px;
                background-image: url(imagenes/fondoindice.jpg);
				
    }

    #enlacestop ul li {
                display: inline;
                border-width: 0px 1px 0px 0px;
                border-style: solid;
                border-color: #fff;
    }


    #enlacestop ul li, #enlacestop ul li a {
                display: inline;
                padding: 6px 8px 6px 7px;
                margin: 0px 1px 0px 1px;
                font: bold 13px Arial, Helvetica, sans-serif;
                color: #FFF;
                text-decoration: none;
    }

    #conte2{
                height: 100%;
    }
    #izquierda {
                position: relative;
                top: 35px;
                float: left; 
                width: 178px;
                height: 100%;
				border-left: 2px solid #fff;
                background-color: #e6e6e6;
    }

    #izquierda #titulo {
                width: 180px;
                height: 30px;
                border-width: 0px 0px 2px 0px;
                border-style: solid;
                border-color: #fff;
    }


    #izquierda #titulo h2 {
                position: relative;
                height: 30px;
                margin: 0px;
                left: 5px;
                top: 5px;
                font: bold 15px Arial, Helvetica, sans-serif;
                color: #000;

    }

    #submenu ul {
                list-style: none;
                margin: 0px;
                margin-left: 20px;

    }

    #submenu ul li, #submenu ul li a {
                padding: 3px 0px;
                margin: 0px;
                font: normal 13px Arial, Helvetica, sans-serif;
                color: #333333;
                text-decoration: none;
    }

    #derecha {
                position: relative;
                top: 35px;
                width: 580px;
                float: left;
                background-image: url(imagenes/fondo.jpg);
                background-repeat: no-repeat;
    }

    #derecha #tituloderecha {
                width: 570px;
                height: 30px;
                float: right;
                margin-top: 10px;
                border-width: 0px 0px 1px 0px;
                border-style: solid;
                border-color: #d83a37;
    }


    #derecha #tituloderecha h2 {
                position: relative;
                height: 30px;
                margin: 0px;
                float: right;
                right: 10px;
                top: 5px;
                font: bold 17px Arial, Helvetica, sans-serif;
                color: #99b9d2;

    }

    #contenido {
                position: relative;
                height: 30px;
                margin: 0px;
                padding-left: 50px;
                right: 10px;
                top: 5px;
                font: normal 12px Arial, Helvetica, sans-serif;
                color: #000;
                height: 100%;
				text-align: justify;
    }
	#contenido h3 {
                margin: 0px;
                font: bold 13px Arial, Helvetica, sans-serif;
                color: #4f829f;
                height: 100%;
				text-align: justify;
    }
	#contenido h4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
  }
	#contenido img	{                
	position: relative;             
	float: right;                              
	margin: 5px 0px 10px 10px;
	padding: 2px; 
	border-width: 1px;
	border-style: solid;
	border-color: #4e819e;          
	}	

    #separador1 {
                position: relative;
                height: 5px;
    }
    #separador {
                position: relative;
                clear: both;
                height: 15px;
    }

    #pie {
                position: relative;
                padding: 7px 0px 7px 0px;
                margin-top: 30px;
                width: 770px;
                background-color: #c1d4e3;

    }

    #pie p {
                margin: 0px;
                text-align: center;
                font: normal 12px Arial, Helvetica, sans-serif;
                color: #666666;

    }