td 
	{
	font-size: 9pt;
	font-family: Verdana;
	text-decoration: none;
	color: black;
	}

td.acceso
	{
	font-size: 9pt;
	font-family: Verdana;
	text-decoration: none;
	text-align: center;
	color: black;
	background-color: #CCCCCC;
	border: thin solid black;
	padding-top: 10;
	padding-bottom: 10;
	padding-left: 10;
	padding-right: 10;
	}

.titulo{
font-size: 12pt;
font-family: Verdana;
text-decoration: none;
color: #70c80d;
}

A:link
	{
	font-family: Arial;
	text-decoration: none;
	color: #336699;
	}

A:visited
	{
	font-family: Arial;
	text-decoration: none;
	color: #336699;
	}

A:hover
	{
	font-family: Arial;
	text-decoration: none;
	color: #0000FF;
	}

.textbox1
{
	font-size: 8pt;
	font-family: Verdana;
	background-color: #C6E7F7;
	border-width: thin;
	border-style: solid;
	border-color: black;
}

.flatbutton
{
	font-size: 8pt;
	font-family: Verdana;
	background-color: #626262;
	color: white;
	font-weight: bold;
	border-width: thin;
	padding: 1;
}

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
margin-top: -4px;
}

.indentmenu span{
margin: 0;
padding: 0;
width: 265px; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-top: none;
border-width: 1px 0;
background: white url(images/indentbg.gif) center center repeat-x;
display: inline;
float: left;
color: black; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
text-align:right;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 600px; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-top: none;
border-width: 1px 0;
background: white url(images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: black; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: black;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: white url(images/indentbg2.gif) center center repeat-x;
}

p, h1, form, button{border:0; margin:0; padding:0;}

.spacer{clear:both; height:1px;}
/* ———– My Form ———– */
.myform{
width:450px;
padding:14px;
}

/* ———– stylized ———– */
#stylized{
border:solid 2px #70c80d;;
background:none;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input[type=text],textarea{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}
#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#70c80d;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}
#stylized .radio{
float:left;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
font-size: 9pt;
font-family: Verdana;
text-decoration: none;
color: black;
}