/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#top{height:7px; padding-top:12px; padding-right:10px;}
#logo{position:absolute; z-index:1; top:70px; left:120px; background-image:url(escudo.gif); width:122px; height:123px; background-repeat:no-repeat}
#logo2{position:absolute; z-index:1; top:30px; left:120px; background-image:url(escudo.gif); width:122px; height:123px; background-repeat:no-repeat}
#banner{position:relative; height:60px; background:url(banner_home.jpg) #E3E3D6; background-position:left;  background-repeat:no-repeat;}
#banner2{position:relative; height:40px; background:url(barra.jpg); background-position:left;  background-repeat:no-repeat;}
#menu{position:absolute; bottom:10px; right:20px;}
#bannershadow{background-image:url(shadow_banner.jpg); height:9px; background-repeat:repeat-x; margin-right:40px;}
#main{min-height:300px;}
#left{width:200px; float:left}
#leftpanel{width:200px; min-height:200px;}
#leftpanel_top{width:193px; height:17px;}
#leftpanel_middle{min-height:200px; background-image:url(leftpanel_middle.gif); background-repeat:repeat-y;}
#leftpanel_bottom{width:193px; height:17px;}
#content{padding:8px; margin-left:40px; min-width:600px; margin-right:40px; background-position:middle; background-image:url(fondo.gif); background-repeat:no-repeat}
#contentindex{padding:8px; margin-left:40px; min-width:600px; margin-right:40px;}
#footer{ background-image:url(bg_footer.gif); padding-top:8px; height:22px; background-repeat:repeat-x;}
#contenttext{
	float:left; width:480px; 
	background-color:#F7F7F7; 
	border-left:solid 1px #999999; border-right:solid 1px #999999; 
	border-bottom:solid 1px #999999; border-top:dotted 1px #CCCCCC; 
	min-height:360px;
}
#menu a{
	min-width:200px;
	height:12px;
	background:url(bg_menuoff.gif) #ACD700 repeat-x;
	border:solid 1px #FFFFFF;
	padding:8px;
	margin-left:10px;
	float:left;
	font: 0.7em Tahoma, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	
}
#menu a:hover{
	background:url(bg_menuon.gif) #ACD700 repeat-x;
}


#menu a#on{
	background:url(bg_menuon.gif) #ACD700 repeat-x;
}


/* Menu Izquierdo */
#linksmenu a{
	float:right;
	width:160px; 
	height:20px;
	background:url(bg_menuon.gif) #ACD700 repeat-x; 
	border:solid 1px #FFFFFF;    /* 000099 Cambia el borde de los Botones */
	font: 0.9em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #003399;
	text-decoration:none;
	padding-top:5px;
}
#linksmenu a:hover{
	background:url(bg_menuoff.gif) #ACD700 repeat-x;
}
#linksmenu1 a{
	float:right;
	width:160px; 
	height:20px;
	background:url(bg_menuoff.gif) #ACD700 repeat-x; 
	border:solid 1px #FFFFFF;  /* 009999 */
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	padding-top:5px;
}

/* Hasta aca */

/*TEXT STYLES*/
.bodytext {
	font: 0.8em Tahoma, sans-serif;
	color: #444444;
}
.orangetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#FF9900;
}
/*GRAY PANEL*/
.panel{
	padding:12px;
	border:solid 1px #E4E4E4;
	background-color:#EEEEEE;
	margin:10px;
	padding:10px;
	width:480px;
	height:160px;
}
.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#B6B694;
}
.whitetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FFFFFF;
}
.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#ACD701;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.smallgreentext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#ACD701;
}
.smallgreentext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.smallgreentext a:hover{
	text-decoration:underline;
}
