  BODY {
  font-family: Arial, serif;
  font-weight: 400;
  font-size: 12pt;
  color:#000000;
  background-color:EFF2F3;
	}
a:link,a:visited
	{
	font-family:Verdana, Helvetica;
	font-size: 1em;
	color:#006600;
	}
a:hover
	{
		text-decoration:none;

	}

 #codigo {
font-family: Arial, serif;
font-weight: bold;
font-size: 8pt;
color:#000000;
background: #dbdbdb;
width:80%;
}
 #codigoMSDOS {
font-family: Courier New,Arial, serif;
font-size: 9pt;
color:#000000;
background: #dbdbdb;
width:80%;
}

 #textMen {
font-family: Arial, serif;
font-weight: bold;
font-size: 10pt;
color:#99cc66;
}
 #textHomeOption {
font-family: Arial, serif;
font-weight: bold;
font-size: 12pt;
color:#009900;
}
 #textHeader {
font-family: Arial, serif;
font-weight: bold;
font-size: 14pt;
color:#006600;
}
 #tableHeader {
font-family: Arial, serif;
font-size: 12pt;
font-weight: 800;
color:#FFFFFF;
background: #99cc66;
}

 #tableHeader2 {
font-family: Arial, serif; 
font-weight: bold;
font-size: 8pt; 
color:#000080;
background: #fAfafa;
}
 #tableHeader3 {
font-family: Arial, serif; 
font-weight: bold;
font-size: 8pt; 
color:#000080;
background: #d6defc;
}
#row1 {
font-family: Arial, serif; 
font-weight: bold;
font-size: 9pt; 
color:#006600;

}


#row2 {
font-family: Arial, serif; 
font-weight: normal;
font-size: 9pt; 
color:#000000;

}
#row3 {
font-family: Arial, serif; 
font-weight: normal;
font-size: 9pt; 
color:#000080;

}

 #textLabel1 {
font-family: Arial, serif; 
font-weight: bold;
font-size: 11pt; 
color:#000000;
}
 #textLabel2 {
font-family: Arial, serif; 
font-weight: 400;
font-size: 12pt; 
color:#000000;
}
 #textLabel3 {
font-family: Arial, serif; 
font-weight: 400;
font-size: 9pt; 
color:#000000;
}
 #marco1 {
  border: solid;
	border-width: 2px;
	border-color: #000080;
  background: #eaeaea;   
}
 #marco2 {
  border: solid;
	border-width: 1px;
  border-top-color:#808080;
  border-left-color:#808080;
  border-right-color:#FFFFFF;
 		   
}
 #marco3 {
  border: solid;
	border-width: 1px; 		   
}

 #border1 {
  border-left: solid;
	border-left-width: 1px;
  border-left-color:#FFFFFF;
  border-right: solid;
	border-right-width: 1px;
  border-right-color:#FFFFFF;		   
}
 #border2 {
  border: solid;
	border-width: 1px; 		   
}
 #border3 {
  border-bottom: solid;
  border-bottom-width: 2px;
  border-bottom-color=#000080;
}
 #border4 {
  border-bottom: solid;
  border-bottom-width: 2px;
  border-bottom-color=#000080;
  border-left: solid;
  border-left-width: 2px;
  border-left-color=#000080;
}
 #border5 {
  border-top: solid;
  border-top-width: 2px;
  border-top-color=#000080;
}
		#inputtext
    {
    FONT-FAMILY: Arial;Verdana,Helvetica,sans-serif;
    FONT-SIZE: 11px;
    COLOR: #000066;
    BACKGROUND: #d6defc;
	 TEXT-DECORATION: none;
    }
		textarea
    {
    FONT-FAMILY: Arial;Verdana,Helvetica,sans-serif;
    FONT-SIZE: 13px;
    COLOR: #000066;
    BACKGROUND: #d6defc;
	 TEXT-DECORATION: none;
    }
		
select
    {
    BORDER-TOP: 1px solid;
    BACKGROUND: #d6defc;
    BORDER-LEFT: 1px solid;
    BORDER-BOTTOM: 1px solid;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    COLOR: #000060;
    FONT-WEIGHT: bold;
}
button        {cursor:hand;border:1px solid black;font-family:arial;font-size:10pt;}

#CalendarControlIFrame {
  display: none;
  left: 0px;
  position: absolute;
  top: 0px
  height: 250px;
  width: 250px;
  z-index: 99;
}

#CalendarControl {
  position:absolute;
  background-color:#FFF;
  margin:0;
  padding:0;
  display:none;
  z-index: 100;
}

#CalendarControl table {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 8pt;
  border-left: 1px solid #336;
  border-right: 1px solid #336;
}

#CalendarControl th {
  font-weight: normal;
}

#CalendarControl th a {
  font-weight: normal;
  text-decoration: none;
  color: #FFF;
  padding: 1px;
}

#CalendarControl td {
  text-align: center;
}

#CalendarControl .header {
  background-color: #000080;
}

#CalendarControl .weekday {
  background-color: #DDD;
  color: #000;
}

#CalendarControl .weekend {
  background-color: #d6defc;
  color: #000;
}

#CalendarControl .current {
  border: 1px solid #339;
  background-color: #336;
  color: #FFF;
}

#CalendarControl .weekday,
#CalendarControl .weekend,
#CalendarControl .current {
  display: block;
  text-decoration: none;
  border: 1px solid #FFF;
  width: 2em;
}

#CalendarControl .weekday:hover,
#CalendarControl .weekend:hover,
#CalendarControl .current:hover {
  color: #FFF;
  background-color: #336;
  border: 1px solid #999;
}

#CalendarControl .previous {
  text-align: left;
}

#CalendarControl .next {
  text-align: right;
}

#CalendarControl .previous,
#CalendarControl .next {
  padding: 1px 3px 1px 3px;
  font-size: 1.4em;
}

#CalendarControl .previous a,
#CalendarControl .next a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}

#CalendarControl .title {
  text-align: center;
  font-weight: bold;
  color: #FFF;
}

#CalendarControl .empty {
  background-color: #CCC;
  border: 1px solid #FFF;
}
 #comentariosHeader {
font-family: Arial, serif;
font-size: 10pt;
font-weight: 800;
color:#FFFFFF;
background: #99cc66;
width:600px;
}


div#aComment {
background:#F2F7FE;
margin-bottom:2px;
width:600px;
}
div#myComment {
background:#FFFFFF;
border:1px solid #92C899;
width:600px;
}


div#comments {
background:#F2F7FE;
margin-bottom:15px;
width:600px;
}
span.author {
color:#339933;
font-weight: bold;
}

div.item {
	padding:5px 0;
	border-bottom:1px solid #999;
font-family: Verdana,Arial;
font-size: 8pt;



}


/* CSS para desplegar las esquinas redondeadas del LifeStream*/

#liquid-round {
/*width:90%;*/
margin:0px auto;
background:#fff url(images/leftside.gif) repeat-y left top;
}
.top {
width:100%;
height:20px;
background:url(images/top.gif) no-repeat left top;
}
.top span {
display:block;
position:relative;
height:20px;
background:url(images/top-right.gif) no-repeat right top;
}
.center-content {
position:relative;
background:url(images/rightside.gif) repeat-y right top;
padding:1px 20px 1px 25px;
margin:-1px 0 -50px 0;
}
.bottom {
width:100%;
height:60px;
background:url(images/bottom.gif) no-repeat left bottom;
}
.bottom span {
display:block;
position:relative;
height:60px;
background:url(images/bottom-right.gif) no-repeat right top;
}
p {margin:0 0 1em 0}

/* CSS para desplegar las esquinas redondeadas del LifeStream*/