body {
	background-color: #FF6300;
	margin-top: 10px;
	font-size: 12px;
	font:Arial, Helvetica, sans-serif; 
}

#barLeft {
	background-image: url(../../images/backgroundBlue.jpg);
	background-repeat: repeat-y;
	background-color: #000080;
}
#totalContent, #barLeft {
	margin-top: 5px;
}

.menuContent {
	padding:6px 47px 6px 23px;
}
#barLeft .separadorBarra {
	background-color: #FFFFFF;
	background-image: url(../../images/separadorBarra.jpg);
	background-repeat: no-repeat;
	height: 19px;
	width: 216px;
	margin: 0px;
	padding: 0px;
}

#buscador{
	margin-left:23px;
	margin-top:6px;
	margin-bottom:6px;
}
#buscador p , #indicadores p{
	font-size: .8em;
	font-weight: bold;
	color: #FFF;	
}

#buscador select, #buscador input{
	border:none;
	color:#666;
	font-size: 10px;
	margin-bottom:5px;
	margin-left:3px;
	text-transform: capitalize;

}
#buscador input{
	margin-top:5px;
}


.imgLinks {
	margin:5px 0 5px 0;
}


#pagTotal {
	background-color: #FFF;
}

#content {
	padding-right: 10px;
	padding-left: 10px;
	padding-top:5px;
}


.propDisplay {
	width:200px;
	height:250px;
	background-color:#FF6300;
	margin: 5px auto 20px 10px;
	padding:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
}
.propDisplay div{
	border: solid thin #000080;
	height:100%;
	width:100%;

}

.propDisplay img{
	margin-left:15px;
	margin-top:10px;
	margin-bottom:10px;
}

.propDisplay .textoPropDisplay {
	font-size: .8em;
}


#tablas{
	width:496px;
	height:100%;
	overflow: auto;	
}

#tablas td, #tablas th {
	font-size: .8em;
	padding:2px 4px 2px 4px;
	text-align: center;
}
#tablas th{
	background-color:#06F;
	color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

#tablas .par {
	background-color: #9FF;
}

.pretty-hover {
	color: #FF6300;	
	cursor: pointer;
}
.hoverLink {
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	cursor: pointer;
}
.hover{
	cursor: pointer;	
}
#flashCabecera {
	height: 50px;
	width: 415px;
}

