/* CSS Document */

/*Propiedades Generales*/
* {text-indent: 0px; margin: 0px; padding: 0px}

img {border: none}

.gris {color: #999}
.importante {color: #C10005}

.left {text-align: left}
.right {text-align: right}

h1 {font-size: 20px; border-bottom: #333 1px solid}
h2 {font-size: 13px; text-align: right; padding-bottom: 35px}

/*Propiedades Web*/
html {background-image: url('objetos/fondo.jpg'); background-repeat: no-repeat; background-position: center top; background-color: #060606}
body {background-image: url('objetos/pie.jpg'); background-repeat: no-repeat; background-position: center bottom}

#global {font: 80% Georgia, "Times New Roman", Times, serif; width: 800px; margin: 0 auto}
  #cabecera {width: 800px; height: 120px; overflow: hidden}

  #navegacion {width: 800px; height: 30px; text-align: center; font-family: "Times New Roman", Times, serif}
    #navegacion li {display: block; float: right; border-left: #CCC 1px solid; width: 120px}
    #navegacion a {display: block; padding: 7px 10px 7px 10px; text-decoration: none; font-weight: bold; color: #D9DDEC; background-color: #111}
	#navegacion a:hover {background-color: #340C0C; color: #D9DCFF}

  #partecentral {width: 798px; background-color: #FFF; border-right: #CCC 1px solid; border-left: #CCC 1px solid}
    #menu {float: left; width: 165px; margin: 7px; font-family: Tahoma, Geneva, sans-serif; letter-spacing: 1px; font-weight: bold}
      #menu ul {border: #000 1px solid; border-top: #666 1px solid; border-left: #666 1px solid; list-style: none; margin-bottom: 5px}
      #menu li {margin: 5px}
	  #menu p {color: #000; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif}
	  #menu a {display: block; text-decoration: none; padding: 5px; border: #900 1px solid; background-color: #FFF; color: #222; font-size: 12px}
      #menu a:hover {padding: 5px; border: #000 1px dotted; background-color: #590002; color: #EEE}
	  #resaltar a {background-color: #590002; color: #EEE}

	  #bloqueMenu {height: 125px; padding: 20px 0; margin-top: 10px; text-align: center; border: #999 1px dotted}

    #derecha {margin-left: 175px; padding: 7px}
      #contenido {border: #000 1px solid; border-top: #666 1px solid; border-left: #666 1px solid; padding: 15px}
	    #bloqueCon {margin: 0 5px; padding: 5px; border: #999 1px dotted; display: block; text-align: center}
        #comienzo {margin: 30px 5px}
		#comienzo p {padding: 10px 0}
		#comienzo ul {padding-left: 30px; list-style: square}
        #comienzo li {padding-bottom: 10px}

		#imagen {margin: 15px 0; text-align: center}
		#imagenes {margin: 0 0 25px 10px; text-align: center}

  #pie {height: 60px}
  #pie p {color: #777777; text-align: center; font-size: 10px}
  #pie a {color: #777777; font-size: 10px}
  #pie a:hover {color: #FFFFFF}

  #pieDcha {float: right; padding-top: 10px}
    #pieDcha-css  {background: url('objetos/validarcss.gif') no-repeat left center}
      #pieDcha-css a {padding: 0 10px 0 10px; color: #FF9900; font-size: 9px; text-decoration: none}
    #pieDcha-html  {background: url('objetos/validarhtml.gif') no-repeat left center}
      #pieDcha-html a {padding: 0 10px 0 10px; color: #80c43d; font-size: 9px; text-decoration: none}

  #copyright a {color: #D9DDEC}
  #copyright a:hover {color: #B8B3FF}
    #copyright p {text-align: center; color: #D9DDEC; font-size: 10px; padding-bottom: 20px}

/*Otros*/
#formulario {margin: 20px; padding: 15px; border: #999 1px dotted}
  input.form, textarea.form{font-size: 12px; color: #333; background-color: #DCE3F5; border: #CCC 1px solid; border-top: #999 1px solid}
  input.form:hover, textarea.form:hover {font-size: 12px; color: #000; background-color: #F5F4FF; border: #CCC 1px solid; border-top: #999 1px solid}
  input.form:focus, textarea.form:focus {font-size: 12px; color: #000; background-color: #F5F4FF; border: #CCC 1px solid; border-top: #999 1px solid}

.fuente {font-size: 12px; text-align: right}

table, th, td {border: 1px solid #A7CCF5; border-collapse: collapse; font-family: "Trebuchet MS", Arial, sans-serif; color: #718ABE}
th {color: #C10000; background: #C8D7FD}

caption {font-size: 150%; font-weight: bold; margin: 5px}

td, th {padding: 4px}

thead th {text-align: center; background: #E6EDF5; color: #4F76A3; font-size: 100%}
tbody th {font-weight: bold}

tbody tr {background: #FCFDFE}
   tbody tr.odd {background: #F7F9FC}

table a:link {color: #718ABE; text-decoration: none}
table a:visited {color: #718ABE; text-decoration: none}
table a:hover {color: #718ABE; text-decoration: underline}

tfoot th, tfoot td {font-size: 85%}
