    text-align: center}
h1{font-size:1.4em; color:red; font-weight:bold; text-decoration:underline;
	text-align:center}
h2{font-size:1.3em; color:red; font-weight:bold; text-decoration:none;
	text-align:center}
body        {text-align: center }
#global     {width:800px ; margin:4px auto }

#curva-superior { background-image: url(objetos/curva-superior.gif) ; 
                  background-repeat: no-repeat ;
                  width: 800px ;
                  height:12px ;
                  overflow: hidden }
#cabecera   {background-color: none ; border-left: blue 1px solid ; 
             border-right: blue 1px solid ; height:85px}
#logotipo   {width:80px ; float:left }
#publicidad {width:718px ; float:right ; margin-top:25px ; font-size: 16px }
#navegacion {background-color: none ; border: blue 1px solid  ; height:20px}
#navegacion li {float:left ; list-style:blue ; margin: 0px 20px 0px 20px }
#navegacion ul { margin-left: 100px }
#contenido  {background-color: none ; border-left: blue 1px solid ; 
             border-right: blue 1px solid }
#contenido p {margin: 5px 10px 0px 10px ; text-indent: 15px}
#contenido h1{font-size:1.4em; color:red; font-weight:bold; text-decoration:underline;
	text-align:center}
#contenido h2{font-size:1.4em; color:green; font-weight:bold; text-decoration:underline;
	text-align:center}
#menu       {background-color: none; width: 150px ; float:left ; 
             text-align:left ; margin: 3px 10px 3px 3px ;
             background-image: url(objetos/menu-parte-inferior.gif);
			 background-position: bottom ;
             padding-bottom:5px ;
						 border-right: blue 1px solid }
#menu li    {list-style:blue ; margin: 4px 8px 4px 6px }
#menu h1 {text-decoration:blue ; font-size:12px ; padding-top:12px ;
          background-image: url(objetos/menu-parte-superior.gif)}
.............

#pie     {border-left:  blue 1px solid ; border-right: blue 1px solid ; 
          border-top:   blue 1px solid ; height: 65px }
#pie li  {list-style: none ; font-size: 12px }					
#pieuno  {float:left ; width:150px }
#piedos  {float:left ; width:498px ; background-color: silver}
#pietres {float:left ; width:150px }
.............
#pie a         {color: blue; text-decoration:none ; display: block }
#pie a:link    {}
#pie a:visited {}
#pie a:hover   {color:black ; text-decoration:underline ; background-color: white }
#pie a:active  {color:black}
#curva-inferior { background-image: url(objetos/curva-inferior.gif) ; 
                  background-repeat: no-repeat ; 
									width: 800px ; 
									height:12px ; 
									overflow: hidden }						
*         {text-indent:0px ; margin:0px ; padding:0px ; border:0px }
a         {color: brown ; text-decoration:none ; display: block }
a:link    {color:blue}
a:visited {color:blue}
a:hover   {color:green ; text-decoration:underline ; background-color: silver}
a:active  {}
