/* CSS Document */
#navBar{
	float:left;
	margin: 0px 0px 20px 0px;
	height:auto;
	width: 140px;
	padding: 0px 0px 0px 0px;
	background-color:white;
	text-align:left;
}

#navBar a:link, #navBar a:visited{color:#000000;}
#navBar a:hover{color:#FF6600;/*Texto Navy*/}

#navBar ul a:link, #navBar ul a:visited {display: block; width:120px;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack para areglar IE/Win en listas */
#navBar li {
  	background-color:#FFFFFF
}
#navBar img{
margin:20px 0px 0px 10px;
padding:0px 0px 0px 0px;
}
/* areglo para browsers quee no necesiten el hack */
html>body #navBar li {
border-bottom: none;
}

#sectionLinks{

	background-position:left bottom;
	position: relative;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	/*border-bottom: 1px solid black;*/
	font-size: 90%;
}

#sectionLinks .titulo{
	
	font-size:12px;
	font-weight:bold;
	margin: 10px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom:#CCCCCC;/*gris*/
	background-color:#FFFFFF;
	color:#000000;
}

#sectionLinks a{
/*height:20px;*/
font-size:11px;
background-image:url(../images/flecha.gif);
background-repeat:no-repeat;
background-position:0px 7px;
	padding: 4px 5px 2px 15px;
	border-top: 1px solid #CCCCCC;
	text-decoration:none;		
}
#sectionimages{

}
#sectionimages a, #sectionimages a:hover{
background-image:none;
background-repeat:no-repeat;
border:none;
}
#sectionimages img{
border:none;	
}
#sectionLinks .last{
	border-bottom: 1px solid #CCCCCC;	
}
#sectionLinks a:hover{
/*height:20px;*/
font-size:11px;
background-image:url(../images/flecha.gif);
background-repeat:no-repeat;
background-position:0px 7px;
	padding: 4px 5px 2px 15px;
	border-top: 1px solid #CCCCCC;
	text-decoration:none;
	color:#FF6600;/*hover fgcolor orange*/
}

.parttabon{
background-image:url(../images/particularnaranja.jpg);
background-repeat:no-repeat;
width:15px;
height:100px;
}
.parttaboff{
cursor:pointer;
background-image:url(../images/particulargris.jpg);
background-repeat:no-repeat;
width:15px;
height:100px;
}
.emptabon{
background-image:url(../images/empresanaranja.jpg);
background-repeat:no-repeat;
width:15px;
height:100px;
}
.emptaboff{
cursor:pointer;
background-image:url(../images/empresagris.jpg);
background-repeat:no-repeat;
width:15px;
height:100px;
}

#tuttiframe{
border:1px solid #FF6600;
margin-top:10px;
}
#tuttitop{
text-align:center;
vertical-align:middle;
margin:0px;
padding-top:10px;
height:40px;
width:100%;
font-size:14px;
}

#tutti{
text-align:center;
margin:auto;
width:111px;
height:200px;
}
#tutti img{
border:none;
margin:0px;
padding:0px;
}


#postercontrols{
margin:10px auto;
width:100px;
height:30px;
}
#postercenter{
margin:3px 0px 0px 2px;
text-align:right;
float:left;
height:20px;
width:32px;
}

.leftout{
background-image:url(../images/botizda.jpg);
background-repeat:no-repeat;
float:left;
height:20px;
width:30px;
}

.leftover{
cursor:pointer;
background-image:url(../images/nar_botizda.jpg);
background-repeat:no-repeat;
float:left;
height:20px;
width:30px;
}

.rightout{
background-image:url(../images/botdcha.jpg);
background-repeat:no-repeat;
float:right;
height:20px;
width:30px;
}

.rightover{
cursor:pointer;
background-image:url(../images/nar_botdcha.jpg);
background-repeat:no-repeat;
float:right;
height:20px;
width:30px;
}

#posterfoot{
clear:both;
}