/* Layout Stylesheet */ 

body {
 color: #333333;
 text-align:center;
 padding:0px;
 margin: 0px;
 background-color: #f3f4f4;
 font-family: Verdana;
 font-size: 11px;
 }

#outer {
 text-align:left;
 width:900px;
 margin:auto;
 background-color: #fff;
 }

#hdr {
 height:96px;
 background: url(../../img/cabecera.png);
 color: #333333;
 text-align: right;
 padding-right: 10px;
 }

#bar {
 margin-left: 182px;
 height:25px;
 font-size: 10px;
 font-weight: bold; 
 color: #2e3092;
 }

#bodyblock {
 position:relative;
 color: #333333;
 padding:0;
 }

#l-col {
 margin-top: 68px;
 margin-left: 15px;
 float:left;
 width:145px;
 text-align:left;
 }

#cont {
 width: 684px;
 background:#ffffff;
 color: #333333;
 text-align:left;
 }

#ftr {
 clear: both;
 height:25px;
 color: #333333;
 margin-top: 10px;
 }

#menu {
 text-align: right;
 padding: 5px;
 font-weight: bold;
 color: #333399;
}

#arbol {
 font-size: 10px;
 font-weight: bold;
 color: #000;
 padding-bottom: 10px;
 margin-top: 45px;
}

input, textarea, select {
	display: block;
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #385B88;
	font-family: Arial, Helvetica, sans-serif;
	color: #385B88;
}

fieldset {
	border: 0px;
}


/* Tabla */
.tabla1 {
	width: 100%;
	border-collapse:collapse;
	border:1px solid #2E2E2E;
}
.tabla1 caption {
	font: 1.8em/1.8em Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 10px;
	height: 45px;
	color: #333;
	border-top: 1px solid #333;

}
.tabla1 thead th {
	background: #243D02 url(../images/img03.gif) repeat-x right;
	height: 38px;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left;
	border-right: 1px solid #8D8D8D;
}

.tabla1 tbody tr.odd {
	background: #bbb;
}

.tabla1 tbody td {
	font-size: 0.8em;
	line-height: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #2E2E2E;
	padding: 10px 7px;
	border-top: 1px solid #243D02;
	border-right: 1px solid #8D8D8D;
	text-align: left;
}
.tabla1 tbody th {
	font-size: 0.8em;
	line-height: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #2E2E2E;
	padding: 10px 7px;
	border-top: 1px solid #243D02;
	border-right: 1px solid #8D8D8D;
	text-align: left;
}

.tabla1 a {
	color: #2E2E2E;
	font-weight: bold;
	text-decoration: underline;
}

.tabla1 a:hover {
	color: #FFFF50;
	text-decoration: underline;
}

.tabla1t foot th {
	background: #243D02 url(../images/foot.jpg) repeat-x bottom;
	border-top: 1px solid #243D02;
	color: #FFFFFF;
	height: 30px;
}

.tabla1 tfoot td {
	background: #243D02 url(../images/foot.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}

.sinborde {
	display: none;
	margin-bottom: 0px;
	padding: 0px;
	border: 0px;
}
