

#wrap{
	margin: 0em auto;
}

body {
	background-color: #999999;
	font-family:  "Bitstream Vera Sans", Arial, sans-serif;
	margin: 0em;
	padding: 0em;
}
.Subtitulo {
	font-size: 20px;
	font-weight: bolder;
}

.Subtitulo1 {
	font-size: 16px;
	font-weight: bolder;
}

.ArbolSuperior {
	font-size: 10px;
	font-weight: bold;
}
table {
	border: 0 0 0 0;
}
.Menu {
	color: #004E63;
	font-weight: bold;
	font-size: 12px;
}

.Menu a {
	color: #004E63;
	font-weight: bold;
	font-size: 12px;
}

.Menu a:link {
	color: #004E63;
	font-weight: bold;
	font-size: 12px;
}

.Menu a:hover {
	color: #0066CC;
}

.MenuResaltado {color: #CFE0E6;
	font-weight: bold;
	font-size: 12px;
	}

.MenuResaltado a {color: #CFE0E6;
	font-weight: bold;
	font-size: 12px;
	}

.Doc_enlaces a:link, .Doc_enlaces a {
	color: #000000;
}

.Doc_enlaces a:hover {
	color: #0066CC;
}

.normal {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

a{
	font-weight: bold;
	color: #339966;
	text-decoration: none;
	border:0px solid;
}

a:link {
	font-weight: bold;
	color: #339966;
	text-decoration: none;
	border:0px solid;
	
}
a:hover {
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}

.Entrada {
	background-image: url("../img/Entrada.gif");
}

.obligatorio {
	color: red;
	font-weight: bold;
}

.Informes_mio {
	font-size: 12px;
}

/* Tablas de Costes */

#tablas_costes h2 {
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	font-variant: small-caps;
	color: #243D02;
	font-weight: bold;
}

#tablas_costes table{
	border-collapse:collapse;
	border:1px solid #2E2E2E;
	width: 99%;
	margin: 0 0 20px 0;
}

#tablas_costes th {
	background: #243D02 url("../img/th.jpg") repeat-x right;
	height: 47px;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left;
	border-right: 1px solid #8D8D8D;
}

#tablas_costes tr {
	background: url("../img/td1.jpg") repeat-x top;
}
#tablas_costes tr.odd {
	background: #7DBB27;
}

#tablas_costes tr.costes_detalle {
	background: #FFFFFF;
}

#tablas_costes caption {
	font-size: 20px;
	text-align: left;
	text-indent: 10px;
	background: url("../img/caption.jpg") right top;
	height: 45px;
	color: #243D02;
	border-top: 1px solid #243D02;
}

#tablas_costes tr.subcabecera td{
	background: #6F8A91;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
}

/*#tablas_costes tr:hover {
	background:#fafafa;
}*/

#tablas_costes td{
	font-size: 0.8em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #2E2E2E;
	padding: 10px 7px;
	border-top: 1px solid #243D02;
	border-right: 1px solid #8D8D8D;
	text-align: left;
}

#tablas_costes tr.costes_detalle td.vacio{
	background: #CCCCCC;
	border: 0px solid;
	border-right: 1px solid #8D8D8D;
}

#iva {
	font-size: 9px;
}

#rtf {
	float: right;
}

#tabs, #tabs ul {
	padding: 0;
	margin: 0 0 0 50px;
	text-align: center;
	height: 40px;
	line-height:normal;
}

#tabs li {
	display: inline;
	padding: 0;
	margin: 0;
}

#tabs a {
	position: relative;
	top: -20px;
	float:left;
	background:url("../img/tableftno.png") no-repeat left bottom;
	margin:0 5px 0 0;
	padding:0 0 0 11px;
	height: 40px;
	text-decoration:none;
}

#tabs li.current a {
	top: -22px;
	background:url("../img/tableft.png") no-repeat left bottom;
}

#tabs a:hover {
	top: -22px;
	background:url("../img/tableft.png") no-repeat left bottom;
}

#tabs a span {
	float:left;
	display:block;
	background:url("../img/tabrightno.png") no-repeat right bottom;
	padding:0px 11px 0px 0px;
	font-size: 12px;
	color: black;
	height: 40px;
	line-height: 40px;
}

#tabs li.current a span {
	background:url("../img/tabright.png") no-repeat right bottom;
}

#tabs a:hover span {
	background:url("../img/tabright.png") no-repeat right bottom;
}

#obras_general {
	font-size: 12px;
}

#obras_general li{
	list-style: none;
}

#menu_obras_general {
	padding: 20px;
}

#menu_obras_general li.actual a {
	color: #000000;
}

#obras_abiertas {
	background-image: none;
	width: 95%;
	margin: 0 20px 0 20px;
	border: 1px solid;
}

#obras_abiertas td {
	background-image: none;
	font-size: 11px;
	padding: 5px;
	border: 1px solid #000000;
	background: #E0E6CF;
}

#obras_abiertas th {
	background-image: none;
	font-size: 12px;
	padding: 5px;
	border: 1px solid #000000;
	background: #AABF60;
}

#filtrado {
	padding: 5px;
	font-size: 13px;
}

#filtrado select {
	font-size: 11px;
	padding: 2px;
}

#filtrado optgroup {
	padding: 5px;
}

#filtrado optgroup.opt_primario {
	padding: 10px;
	font-size: 12px;
	text-align: center;
	display: block;
}

#filtrado td {
	text-align: left;
	padding: 10px;
	font-size: 12px;
}

#filtrado td.label {
	text-align: right;
}

#filtrado .info {
	font-size: 11px;
	font-style: italic;
}

#filtrado table {
	border-collapse:collapse;
	border:1px solid #2E2E2E;
	width: 99%;
	margin: 0 0 20px 0;
}

#filtrado th {
	background: #243D02 url("../img/th.jpg") repeat-x right;
	height: 47px;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left;
	border-right: 1px solid #8D8D8D;
}

#filtrado tr {
	background: url("../img/td1.jpg") repeat-x top;
}
#filtrado tr.odd {
	background: #7DBB27;
}

#filtrado tr.costes_detalle {
	background: #FFFFFF;
}

#filtrado caption {
	font-size: 20px;
	text-align: left;
	text-indent: 10px;
	background: url("../img/caption.jpg") right top;
	height: 45px;
	color: #243D02;
	border-top: 1px solid #243D02;
}

#tablas_costes td, #partes td, #filtrado td {
	font-size: 0.8em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #2E2E2E;
	padding: 10px 7px;
	border-top: 1px solid #243D02;
	border-right: 1px solid #8D8D8D;
	text-align: left;
}

#filtrado tr.costes_detalle td.vacio {
	background: #CCCCCC;
	border: 0px solid;
	border-right: 1px solid #8D8D8D;
}

#filtrado td.label {
	text-align: right;
	padding: 0 10px 0 0;
}

#disco {
	padding: 0 0 0 500px;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

