/* CSS Document */
*                     {margin:0px; padding:0px}
body                  {text-align: center; background-color:silver;}

#global               {background-color: blue; width:960px; height:680px; margin: 0px auto }
#cabecera             {background-color: pink; background-image:url(../imagenes/fondo.jpg); width: 960px; height: 104px}

#navegacion           {background-color: #EAE6A9; idth: 960px; height: 19px}
#navegacion_izq       {background-color: brown; background-image:url(../imagenes/aguil2.jpg); width: 216px; height:19px; float:left; text-align:right; margin: 0px 0px 0px 0px;}
#navegacion_der       {background-color: #EAE6A9; width: 200px; height:19px; float:right; text-align:left ; margin: 0px 0px 0px 0px }
#navegacion_centro    {background-color: #EAE6A9; float:left; width: 544px; height: 19px}

h1                    {font-family:"Times New Roman", Times, serif; font-size:16px; font-weight:normal; color:#333333; text-align:center; padding-top: 2px}
h2                    {font-family:"Times New Roman", Times, serif; font-size:16px; font-weight:normal; color:#333333; text-align:center}
h3                    {font-family:"Times New Roman", Times, serif; font-size:16px; font-weight:normal; color:#596EAD; text-align:center}
h4                    {font-family:"Times New Roman", Times, serif; font-size:10px; font-weight:bold; color:#333333; text-align:center}
h6                    {font-family:Arial, Helvetica, sans-serif; font-size:10px; font-weight:normal; color:#333333; text-align:right; padding-top: 4px}

a                     {color: brown; text-decoration: none}
a:link                {}
a:visited             {}
a:hover               {color: brown; text-decoration:underline;}
a:active              {}

#contenido            {background-color: orange; background-image:url(../imagenes/SIIA_FONDO.gif); float:left;  width: 960px; height: 557px;}
#contenido_izq        {background-color: yellow; background-image:url(../imagenes/fondoMainNew.jpg); width: 216px; height: 557px; float:left; text-align:left ; margin: 0px 0px 0px 0px}
#contenido_izq_a      {background-color: yellow; background-image:url(../imagenes/fdo_tabla_izq.jpg); width: 216px; height: 160px; float:left; text-align:left ; margin: 0px 0px 0px 0px}
#contenido_der        {background-color: #EAE6A9; width: 200px; height: 557px; float:right; text-align:left ; margin: 0px 0px 0px 0px  }
#contenido_centro     {background-color: orange;  background-image:url(../imagenes/mural.jpg); float:left; width: 544px; height: 38px;}

#pie                  {background-color: brown;  width: 960px}

input.boton           {font-family: Arial, Verdana, Arial; font-size: 20px; width:55px; height:55px; color:#336699; font-weight:bold}
input.botonsupr       {font-family: Arial, Verdana, Arial; font-size: 12px; width:55px; height:55px; color:#336699; font-weight:bold}
input.botonentrada    {font-family: Arial, Verdana, Arial; font-size: 15px; width:68px; height:55px; color:#336699; font-weight:bold}
input.caja            {font-family: Arial, Verdana, Arial; font-size: 20px; width:150px; height:27px; color:#336699; font-weight:bold}

.legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 10px;
	text-align: justify;
	padding: 10px;
}