/* CSS Document */

html, body {
	height: 100%;
	font-family: verdana;
	font-size: 10px;
	color: #47505C;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	font-size: 14px;
	color: #ED9C05;
}

a, a:visited, a:active {
	font-family: verdana;
	font-size: 10px;
	color: #47505C;
	text-decoration: none;
}

a:hover {
	color: #006CB3;
}


fieldset {
  border: 1px dotted #999;
  margin-top: 16px;
  padding: 10px;
}
legend {
	color: #ED9C05;
	font-weight: bold;
	background-color:#FFFFFF;
}

/* capas */

#contenedor {
	width: 750px;
	height: 100%;
}

	#cabecera {
		position: relative;
		width: 750px;
		height: 96px;
		background-image: url(/img2/cabecera.gif);
	}
	
		#flashc {
			position: relative;
			text-align: right;
			top: 21px;
		}
	
	#menulateral {
		float: left;
		width: 170px;
		min-height: 400px;
		_height: 400px;
		background-color: #ffffff;
		border-right: 1px;
		border-right-color: #cccccc;
		border-right-style: solid;		
	}
	
	#contenido {
		float: right;
		width: 578px;
		background-color: #ffffff;
		border-right: 1px;
		border-right-color: #cccccc;
		border-right-style: solid;
		text-align: justify;
	}	
	
	#pie {
		float: left;
		width: 748px;
		height: 26px;
		text-align: center;
		background-color: #F5F4F0;
		border: 1px;
		border-color: #CCCCCC;
		border-style: solid;
		color: #006CB3;
	}	

	#direccion {
		position: absolute;
		top: 400px;
		padding: 6px;
		width: 158px;
		border-top: 1px;
		border-top-color: #cccccc;
		border-top-style: solid;		
		border-bottom: 1px;
		border-bottom-color: #cccccc;
		border-bottom-style: solid;
		color: #006CB3;			
	}
	

/* fin capas */

/* otros */

	/* Menú lateral */

	.menu td {
		border-bottom: 1px solid #cccccc;
		padding: 6px;	
		font-size: 10px;
		font-family: verdana;
		font-weight: bold;
		color: #737373;	
	}
	
	/* fin menu lateral */

	/* cotenido */
	
	.donde {
		border-bottom: 1px solid #cccccc;
		padding: 6px;
		background-color: #F5F4F0;
	}
	.donde a {
		text-decoration: underline;
	}
	.seccion {
		border-bottom: 1px solid #cccccc;
		padding: 6px;
		color: #ED9C05;
		font-size: 18px;
		font-weight: bold;
	}
	.contenido {
		padding: 6px;
		padding-top: 20px;
	}

	.distabla tr:hover {
		background-color: #DFE7F2;
		color: #000000;
	}
	.distabla tr.resaltar {
		background-color: #DFE7F2;
		color: #000000;
	}
	.distabla td {
		border: 1px solid #CCCCCC;
	}
	.distabla th {
		border: 1px solid #CCCCCC;
		background-color: #CCCCCC;
	}
	.distabla caption {
		background-color: #DEDBCC;
		margin: 2px;
	}
	.tablasec {
		width: 100%;
	}
	.tablasec td {
		margin: 2px;
		border: 1px solid #cccccc;	
	}
	.campos {
		border: 1px solid #cccccc;
		background-color: #f7f7f7;
		font-family: Verdana;
		font-size: 10px;
	}
	.asterisco {
		font-size: 8px;
	}
	
	/* fin contenido */
	
.enlaces {
	color: #006CB3;
}	
.botones {
	border: 1px solid #cccccc;
	background-color: #ffffff;
}