body {
	background: #08445A url(fondo.gif); 
	color:#FFF;
	margin: 5px; 
	font:76% georgia,"times new roman",helvetica,verdana,sans-serif;
	text-align:center;
}

#todito {
	margin:0 auto 0 auto;
	width:970px; 
	text-align:left; 
}

#cabecera h1 {
	color:#FFF;
	background-color: inherit;
	padding: 0px;
	margin: 0px;
	font:3.5em georgia,"times new roman",helvetica,verdana,sans-serif;
}
#cabecera h2 {
	color:#DDD;
	background-color: inherit;
	padding: 0px;
	margin: 0px;
	font:1em georgia,"times new roman",helvetica,verdana,sans-serif;
}

#menu2 ul {
	position:relative;
	padding: 0px;
	margin: 0px;
	background: url(bgmenu.png) repeat-x;
	font-size: 12px;
	font-weight: bold;
	width: 970px;
	float: left;
	font-family: georgia,"times new roman",helvetica,verdana,sans-serif;
}

#pie span {
	position:relative;
	padding: 0px;
	margin: 0px;
	color: #000;
	background-color: transparent;
	background: url(bgmenu.png) left center repeat-x;
	font-size: 10px;
	font-weight: bold;
	width: 970px;
	float: left;
	font-family: georgia,"times new roman",helvetica,verdana,sans-serif;
}

#menu2 ul li {
	display: inline;
	white-space:nowrap;
}

#menu2 ul li a:link, 
#menu2 ul li a:visited {
	color: #6FF;
	background-color: inherit;
	padding-left:15px;
	float: left;
	text-decoration: none;
	display:block;
	margin:0 0px;
	background: url(button.png) left top no-repeat;
}


#menu2 ul li span {
	color: #6FF;
	background-color: inherit;
	float: left;
	text-decoration: none;
	display:block;
	margin:0 0px;
	padding:5px 10px 5px 40px;
	line-height:24px;
}

#menu2 ul li a span{
	padding:5px 15px 5px 0;
	line-height:24px;
	display:block;
	cursor: default;
	background: url(button.png) right top no-repeat;
}

#menu2 ul li a:hover, 
#menu2 ul li a:active{
	color: #FFF;
	background-color: inherit;
	background: url(button.png) left bottom no-repeat;
}

#menu2 ul li a:hover span, 
#menu2 ul li a:active span{
	background: url(button.png) right bottom no-repeat;
}

#cuerpo {
	padding: 0px 0px 0px 0px;
}

#cuerpo h1 {
	font:2.5em georgia,"times new roman",helvetica,verdana,sans-serif;
}

#cuerpo p {
	line-height:1.6em;
}


/* DIALOG CSS */

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:960px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 background-color: transparent ;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(dialog.png) no-repeat top right;
}

.dialog .content {
 position:relative;
 padding:0px 12px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:2000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}
.celda {
	font-family: georgia,"times new roman",helvetica,verdana,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background-color: #FFF;
/*   width: 170px;        */
	border: 1px solid #08445A;
/*   height: 17px;		*/
}

.texto2 {
	font-family: georgia,"times new roman",helvetica,verdana,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF0;
	background-color: transparent;
}
.boton {
	font-family: georgia,"times new roman",helvetica,verdana,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	background-color: transparent;
	background: url(bgmenu.png) left center repeat-x;
	width: 170px;
	border: 1px solid #08445A;
	height: 24px;
}

div.scrolltablita {
/*	height: 300px; */
	width: 930px;
	position:static;
	max-height:2000px;
	overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */

/*	border: 1px solid #666;  */
/*	background-color: #CCC;  */
/* 	padding: 8px;  */
}

.btn-submit {
    float: right;
    margin: 0 0 10px 10px;
    padding: 5px;
    color: #fff;
    border: 1px solid #ccc;
    background-color: #08445A;
    border-radius: 3px;
}
.btn-submit:hover {
    color: #fff;
    background-color: gray;
}