.yui-skin-sam .yuimenubaritem-selected
{
	background: url(./images/selectedmenu.png) no-repeat 0 0;
}

.yui-skin-sam .yuimenubaritem
{
	background-color: #ffffff;
	border-bottom: 3px solid #8dcb6b;
	margin-right: 16px;
}
a.yuimenubaritemlabel
{
	font-weight: bold;
}
.yuimenubar li
{
	background-color: #ddffdd;
	font-weight: bold;
}
.yuimenuitem
{
	border-bottom: 1px solid #ffffff;
}

div.yui-b p {

    margin: 0 0 .5em 0;
    color: #999;

}

div.yui-b p strong {

    font-weight: bold;
    color: #000;

}

div.yui-b p em {

    color: #000;

}            

h1 {

    font-weight: bold;
    margin: 0 0 1em 0;
    padding: .25em .5em;
    background-color: #ccc;

}

#menu {

    margin: 0 0 10px 10px;

}

#main {
	width: 970px;
	border-left: 1px solid #e3e4e4;
	border-right: 1px solid #e3e4e4;
	border-bottom: 1px solid #e3e4e4;
	margin-left: auto;
 	margin-right: auto;
	background-color: #ffffff;
}
#logo {
	height: 70px;
	background-image: url(images/logo.jpg);
	border-bottom: 1px solid #ddffdd
}
#container {
	min-height: 500px;
	overflow: visible;
	padding: 10px;
	font-size: 12px;
}
#footer {
	padding: 10px;
	color: #9c9fa0;
	font-size: 11px;
	text-align: center;
}
#footer a { color: #9c9fa0; }
#footer_text
{
	background: transparent url(images/logo_s.png) no-repeat center left;
	padding: 26px;
	line-height: 30px;
	
}
body
{
	background: transparent url(images/back_2.png) repeat-x;
	color: #444444;
}
.link
{
	color: #427442;
	text-decoration: underline;
	font-weight: bold;
}
.linklight
{
	color: #427442;
	text-decoration: none;
	font-weight: normal;
}
div.seccion
{
	border-bottom: 1px solid #8dcb6b;
	padding: 4px;
	color: #427442;
	font-weight: bold;
	background-color:  #ddffdd;
	margin: 0 0 10px 0;
}
div.title
{
	color: #427442;
	margin-bottom: 10px; 
	border-bottom: 1px solid #427442;
	font-weight: bold;
	padding: 0 0 2px 4px;
}
div.title2
{
	color: #427442;
	font-size: 20px; 
	font-weight: bold;
}
.textcolor
{
	color: #427442;
}
.textsmall
{
	font-size: 90%;
}
.boxcontainer
{
	border: 1px solid #8dcb6b;
	margin: 0 0 10px 0;
}
.boxtitle
{
	background-color:  #8dcb6b;
	padding: 4px;
	color: #ffffff;
	font-weight: bold;
}
.boxcontent
{
	padding: 4px;
}
table.spacetable td
{
	padding: 5px;
}

div.largetablecontainer
{
	border-top: 1px solid #8dcb6b; border-right: 1px solid #8dcb6b; border-left: 1px solid #8dcb6b;
}
table.largetable th
{
	padding: 5px;
	background-color:  #8dcb6b;
	color: #ffffff;
}
table.largetable td
{
	padding: 5px;
	border-bottom: 1px solid #8dcb6b;
	background-color:  #fafffa;
}
table.largetablelight th
{
	padding: 5px;
	background-color:  #8dcb6b;
	color: #ffffff;
	font-weight: bold;
}
table.largetablelight th.vertical
{
	padding: 5px;
	background-color:  #ddffdd;
	color: #444444;
	font-weight: bold;
	border-bottom: 0;
	border-right: 1px solid #8dcb6b;
}
table.largetablelight td
{
	padding: 5px;
	border-top: 1px solid #8dcb6b;
	background-color:  #fafffa;
}

.popup
{
	display: none; visibility: hidden; margin-top: 4px; padding: 20px; font-size: 95%; border: 1px solid #8dcb6b; background-color: #ddffdd; text-align: justify;
}