/* Boton */
.boton  {
border-bottom:	2px solid Navy;
border-left:	2px solid White;
border-right:	2px solid Navy;
border-top:	2px solid White;
font-size:	8pt;
height:	20px;
margin-left:	1px;
margin-right:	1px;
padding-bottom:2px;
padding-left:	4px;
padding-right:	4px;
padding-top:	4px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
vertical-align:bottom;
}

.boton:HOVER  {
background-color:	#88f;
color:	#00008B;
}


.boton:ACTIVE  {
border-bottom:	1px solid White;
border-left:	3px solid Navy;
border-right:	1px solid White;
border-top: 	3px solid Navy;

}


.infoI  {
text-align: left;

}

.infoD  {
text-align: right;
}


.infoD, .infoI{
background-color:	#ddd;
width: 100%;
padding-bottom:6px;
padding-left:	0px;
padding-right:	0px;
padding-top:	6px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
}

.list  {
width:100%;
padding: 0px;
border:0px;
border-spacing: 0px ;
border-style: solid;
}


.fila  { 
border-color: #fff;
border-width: 0px;
border-spacing: 0px;
}


.fimpar  {
background-color:	#ddd;
vertical-align: top;
}

.fpar  {
background-color:	#c0c0c0;
vertical-align: top;

}

.fpar, .fimpar{
width: 50%;
border:1px;
border-color:#fff;
border-spacing: 0px ;
border-style: solid;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
}

.fpar:HOVER, .fimpar:HOVER{
background-color:	#ccf;
}

.celda {
vertical-align: top;
}

.botones{
width:100%
height:100%
vertical-align: bottom;
text-align: right;
}

.info  {
background-color:	#dddddd;
padding-bottom:6px;
padding-left:	6px;
padding-right:	6px;
padding-top:	6px;
text-align:right;
}

.linkroto  {
font-size:	8pt;
font-weight:	bold;
}


.total  {
background-color:	#dddddd;
padding-bottom:	4px;
padding-left:	4px;
padding-right:	4px;
padding-top:	4px;
text-align:	right;
}

.totalSeccion {
font-size:	7pt;
display: inline;
vertical-align: middle;
}

.secciones {
text-align: center;
padding-bottom:8px;
padding-top:	4px;
}

.tag{
font-size:	7pt;

}

A  {
font-family:	Trebuchet MS, Sans-Serif;
text-decoration:	none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
padding-left:	3px;
padding-right:	3px;  
}

A:HOVER  {
background-color:	#88f;
}


A:VISITED  {
color:	#800080;
}

BODY  {
background-color:	#fff;
font-family:	"Trebuchet MS", Sans-Serif;
}

DD  {
font-family:	"Trebuchet MS", Sans-Serif;
font-size:	12pt;
text-align:	left;
}

H1  {
border-bottom-style:	solid;
border-bottom-width:	2px;
color:	#000080;
font-family:	Tahoma, Verdana, Arial, Sans-Serif;
font-size:	14pt;
font-weight:	bold;
list-style-position:	inside;
position:	relative;
}

H2  {
border-bottom-style:	solid;
border-bottom-width:	1px;
color:	#000080;
font-family:	Tahoma, Verdana, Arial, Sans-Serif;
font-size:	12pt;
font-style:	normal;
font-variant:	normal;
font-weight:	bold;
list-style-position:	inside;
text-decoration:	none;
}

TD  {
margin:	1px;
padding-bottom:	5px;
}

img { 
border: 0; 
}


