/*Prueba de estilos CSS*/

body {
	background-color: #dedede;
	color: #00008B;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	/*background-image: url(../imagenes/fondo.gif);*/
	margin: 0;
	line-height: 1.7em;
	/*background-color: #D9C9A4;*/
}

p {
	
	text-align: justify;
}
ul{
	list-style-image: url(../imagenes/li.gif);
	list-style-position: outside;
}


h1 {
	font-size: 12px;
	text-align: right;
	font-style: italic;
	letter-spacing: 5px;
}

h2 {
	font-size: 14px;	
	letter-spacing: 2px;
}

#footer{
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	background-color: #ffffff;
	width: 790px;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	/*margin: 0 auto;*/
	height: 20px;
	vertical-align: middle;
}

a:link {
	color: #C79B01;
	text-decoration: none;
}

a:visited {
	color: #C79B01;
	text-decoration: none;
}

a:hover {
	color: #00008B;
}

a:active {

}

#header {
	background-color: #ffffff;	
	border-bottom: 1px #000000 solid;
	padding-left: 125px;
	padding-right: 125px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#header p{
	font-size: 0.6em;
}

#slide-bar {
	position: absolute;
   top: 100px;
   left: 10px;
}


#main-content {
	background-color: #ffffff;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid; /*margin-left: 200px; /*margen del contenido de la capa izquierdo*/
/*margin: 0 auto;*/
	width: 770px;
	padding: 10px; /* separacion de texto en la capa*/
/*margin-top: -80px; /*tiro la capa hacia arriba*/
	position: relative;
}

#navbar {
	background-color: #ffffff;
	position: absolute;
	top: 10px;
	left: 0px;
	width: 180px;
	border-top: solid 1px #000000;
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
}



#navbar a:link, #navbar a:visited {
color: #7e7e7e;
text-decoration: none;
display: block;
border-bottom: solid #000000 1px;
background-color: #ffffff;
padding-top: 3px;
padding-bottom: 3px;
}

#navbar a:hover {
background-color: #dedede;
}

#outer-image {
	background-image: url(../imagenes/fondo.gif);
	height: 249px;
	background-position: center top; /*alinea el fondo de capa hierba gris para que siempre salga bien*/
}

#inner-image {
	background-image: url(../imagenes/principal.jpg);
	height: 151px;
	width: 790px;
	background-repeat: no-repeat; /*no se repite el fondo*/
	/*background-position: top center; /*la capa estara en en centro siempre*/
	/*margin-left: 180px;*/
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	/*margin: 0 auto;*/
}
#barra {
	background-image: url(../imagenes/barra.gif);
	height: 20px;
	width: 790px;
	background-repeat: no-repeat; /*no se repite el fondo*/
	/*background-position: top center; /*la capa estara en en centro siempre*/
	/*margin-left: 180px;*/
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
}
td.tdbarraI {
	border-right: 3px inset Navy;
	color: #ffffff;
	text-align: center;
	font-size: 0.8em; /*line-height: 1.7em;*/
	vertical-align: middle;
}

td.tdbarraR {
	/*border-left: 1px #000000 solid;*/
	color: #ffffff;
	text-align: center;
	font-size: 0.8em;
	/*line-height: 1.7em;*/
	vertical-align: middle;
}

table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	/*border-bottom: 1px dashed;
	border-top: 1px dashed;*/
}

table.principal {
	border-bottom: 1px dashed;
	border-top: 1px dashed;
	
}

table.formulario {
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	background: #DEDEDE;
}

td.menuizq{
	border-right: 1px dashed;
	border-bottom: 1px dashed;
}
td.menuder{
	border-left: 1px dashed;
	border-bottom: 1px dashed;
}
td.izq{
	border-right: 1px dashed;
}
td.der{
	border-left: 1px dashed;
}
td.top{
	border-top: 1px dashed;
}
td.bottom{
	border-bottom: 1px dashed;
}
tr.sep{
	border: 1px dashed;
}


td.separador{
	border-bottom: 1px dashed;
}
/*
td#el1,td#el2,td#el3,td#el4{
	color: #ffffff;
	text-align: center;
	font-size: 0.8em; 
	vertical-align: middle;
}

#el1 a{
	color: #ffffff;
	background: transparent;
	text-align: center;
	
	vertical-align: middle;
}
#el1 a:hover{
	background: url(../imagenes/barrasobre.gif) repeat-x 0 0;
}*/



div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
/*  margin: 0 auto;*/

}

div.menuBar {
	/*background-color: #99B1CD; /*border: 2px solid;*/
	background: url(../imagenes/barra2.gif);
	border-left: 1px solid #000000;
	border-right: 1px solid #000000; /*border-color: #f0f0f0 #909090 #909090 #f0f0f0;*/
	padding: 4px 2px 4px 2px;
	text-align: center;
}

div.menuBar a.menuButton {
  background: url(../imagenes/barra.gif);
  background-color: transparent;
  border: 1px solid #d0d0d0;
  color: #ffffff;
  cursor: default;
  left: 0px;
  margin: 0px;
  padding: 2px 6px 2px 6px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.menuBar a.menuButton:hover {
	background-color: transparent;
	border-color: #f0f0f0 #909090 #909090 #f0f0f0;
	color: #ffffff;
	background: url(../imagenes/fondo.gif);
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: #a0a0a0;
  background: url(../imagenes/fondo.gif);
  border-color: #909090 #f0f0f0 #f0f0f0 #909090;
  color: #ffffff;
  left: 1px;
  top: 1px;
}

div.menu {
	background-color: #ffffff;
	background: url(../imagenes/fondo.gif);
	border: 1px solid;
	border-color: #00000;
	left: 0px;
	padding: 0px 1px 1px 0px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 101;
}

div.menu a.menuItem {
  color: #ffffff;
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;

}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
	background-color: #99B1CD;
	color: #ffffff;
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border-top: 1px solid #909090;
  border-bottom: 1px solid #f0f0f0;
  margin: 4px 2px;
}
input {
	border: 1px solid #00008B;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
textarea {
	border: 1px solid #00008B;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}

.formselect {
	border: 1px solid #00008B;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

