/* Redefiniciones */

body {
 margin: 0;
 padding: 0;
 background: url(../images/background.png);
 text-align: center;
 font-family: Helvetica, Arial;
}

img, div { behavior: url(iepngfix.htc) }

fieldset {
 margin: 10px;
 padding: 5px;
 border: 1px solid #CFCFCF;
 text-align: left;
}

legend {
 font-size: 10px;
 font-family: arial;
 color: #0046D5;
}

textarea {
 font-family: Helvetica;
}

a, a:visited {
 color: #488FF1;
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
}

a img {
 padding: 0;
 margin: 0;
 border: 0;
}

h2 {
 font-size: 24px;
 color: #A0C4A0; 
}

/* Identificadores */
#totalline {
 background-color: #FFF;
 padding: 5px;
 border: 1px solid #D3D3D3;
 clear: both;
}

#logopart {
 width: 114px;
 margin-left: auto;
 margin-right: auto;
 border: 1px solid #AEAEAE;
 height: 30px;
}



#topslide {
 background-color: #EFEFEF;
 width: 98%;
 height: 95px; 
 border: 1px solid #D3D3D3;
 border-top: none;
 text-align: left;
 margin-left: auto;
 margin-right: auto;
 
}


#centralbox {
 width: 98%;
 margin-left: auto;
 margin-right: auto;
 background-color: #FFF;
 border: 1px solid #E3E3E3;
 font-size: 14px;
}

#supertitulo {
 float: right;
 font-size: 26px;
 font-weight: bold;
 color: #0C304E;
 margin-right: 10%;
 margin-top: 28px;
}

#menubar {
 width: 98%;
 margin: 14px auto 0px auto;
 border: 1px solid #E3E3E3;
 background-color: #FFF;
 font-size: 12px;
}


/* Posicionamiento y formato de las banderas */
#flags { 
 font-size: 9px; 
 position: absolute; 
 right: 35px; 
 top: 14px;
 text-align: center;
}

#flags a, #flags a:visited, #flags a:visited {
 color: #000;
 text-decoration: none;
}



/* Clases */
.logoimg {
 margin-top: 1px;
 margin-left: 10px;
 border: 1px solid #D3D3D3;
 background-color: #FFF;
 padding: 3px; 
 float: left;
}

.clearer {
 clear: both;
}

.pagedesc, .topleftupper, .toprightupper {
  height: 19px;
}

.leftside {
 float: left;
 margin-left: 5px;
}

.rightside {
 float: right;
 margin-right: 5px;
}

.pagedesc {
 font-size: 10px;
 font-weight: bold;
 width: 100%;
 text-align: justify;
 margin: 3px;
}

.minitext {
 font-size: 10px;
}

.littlebar {
 background-color: #F3F3F3;
 font-size: 10px;
 color: #616161;
}

.topleftupper {
 float: left;
 margin-top: 4px; 
 margin-left: 5px;
}

.toprightupper {
 float: right;
 margin-right: 5px;
}


.errormsg, goodmsg {
 font-weight: bold;
 text-align: center;
}

.errormsg {
 color: #FF0000;
}

.goodmsg {
 color: #2080D0;
}

.fieldprint {
 display: none;
}

div.hr {
 border-bottom: 1px dashed #CFCFCF;
}

.instructionstitle {
 font-size: 20px;
 font-weight: bold;
}

/* Table Standard */
table.standard {
 margin-left: auto;
 margin-right: auto;
 border: 0;
}

table.standard td {
 text-align: left;
}

/* Table Listado */
table.listado {
 text-align: left;
 
}

table.listado th {
 border: 1px solid #CFCFCF;
 font-size: 11px;
 color: #0046D5;
}

/* Table resumen */
table.resumen {

}


td.capt {
 font-weight: bold;
 text-align: right;
}


/* Rows */
tr.row {
 background-color: #F4F8FE;
}

tr.row:hover, tr.row1:hover {
 background-color: #FFFCC0;
}

/* Inputs */
.inputtxt {
  border: 1px solid #0070bf;
}

.inputtxt:focus {
	background-color: #fffce9;
}

.inputbtn {
 border: 1px solid #C0C0C0;
 font-weight: bold;
}



.miniselect {
 font-size: 9px;
}


.inputminibtn {
	background-color:#F5F5F5;
	border-color:#C3C3C3 rgb(218, 218, 218) rgb(221, 221, 221);
	border-style:solid;
	border-width:1px;
	color:#282828;
	font-family:inherit;
	font-size:inherit;					
}

/* ToolTips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	font-size: 10px;
	text-align: left;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../images/selector-arrow.png) no-repeat;
	text-align: center;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* Genericos */
.text_centered {
  text-align: center;
}

/* Menu */
#menu {
	float:left;
	width:100%;
	background:#efefef;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #666;
	}
#menu ul {
	margin:0;
	padding:10px 10px 0 30px;
	list-style:none;
	}
#menu li {
	display:inline;
	margin:0;
	padding:0;
	}
#menu a {
	float:left;
	background:url("../images/tableftF.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
#menu a span {
	float:left;
	display:block;
	background:url("../images/tabrightF.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#666;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {color:#FFFFFF;}
#menu a:hover {background-position:0% -42px;}
#menu a:hover span {background-position:100% -42px;}	



